Gerard Burns
c3948262ba
Make Builder App Section Navigation Tabs Anchors ( #13626 )
...
* wip
* linting
* add dedicated anchor handler for safety
* fixes
* fixes
* fix meta key clicks
* lint
* lint
2024-05-21 10:22:57 +01:00
Andrew Kingston
b902e765fd
Observe size changes in tabs as a catch-all solution for incorrect underline sizing
2024-05-20 09:37:48 +01:00
Gerard Burns
de0414afbe
Update Svelte Major Version to 4 ( #13036 )
...
* update svelte versions
* temporarilly disable svelte warnings
* change bbap version pointed to
* remove sub module specifying svelte version
* point at updated account-portal
* add type declaration for svelte in the server
* add svelte transformer for server jest tests
* remove svelte from bbui package.json
* get builder tests working
* linting fixes
* prettier fixes
* fix server test
* fix another server test
* fix server serverlog test
* account-portal-version
* pin master version of pro
* revert hbs doc file in server to use triple braces, ensures nothing gets escaped
2024-02-22 13:19:29 +00:00
Adria Navarro
db2c20e3ae
eslint import/newline-after-import
2023-11-20 21:52:29 +01:00
Andrew Kingston
51f6574942
Fix issue with tab styles
2023-08-22 11:32:57 +01:00
Dean
3a70426e3e
Tab switch default behaviour shifted to correct location
2023-06-01 14:51:50 +01:00
Dean
b44a7fb288
Restored the default behaviour for tab switching when no switch checking fn is provided
2023-06-01 14:44:03 +01:00
Dean
e8c6185add
Refactoring and some styling updates
2023-05-29 21:19:44 +01:00
Dean
14da8c0c9e
Added new onboarding tour flow for builder
2023-01-23 00:32:01 +00:00
Andrew Kingston
e1093fc07d
Fix top nav colours and fix selected tab not updating
2022-12-13 15:55:59 +00:00
mike12345567
61fdabc382
Adding onTop attribute to tabs which allows setting the z-index for the container - #7679 .
2022-09-07 17:45:14 +01:00
Andrew Kingston
7794cebaff
Remove unused styles
2022-07-01 11:26:20 +01:00
Andrew Kingston
1b82a965d5
Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui
2022-05-25 13:49:28 +01:00
Dean
5f1e7bdee0
Fixes for tab underline behaviour. Fix for overview initialisation via URL. Fix for clearing the store when navigating away from the overview tab
2022-05-09 14:41:53 +01:00
Andrew Kingston
ff72c8806d
Remove z-index style from tabs
2022-04-19 10:12:46 +01:00
Andrew Kingston
3d426f3089
Update spectrum tabs, add tooltip to icon, add size option to tabs
2022-04-12 15:34:34 +01:00
Andrew Kingston
c2d61d8ebc
Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-devtools
2022-04-06 11:50:43 +01:00
Andrew Kingston
66715b8290
Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-devtools
2022-02-24 14:03:29 +00:00
Tobias Speicher
491bcb86ed
Replace deprecated String.prototype.substr()
...
String.prototype.substr() is deprecated (see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/substr ) so we replace it with slice() which works similarily but isn't deprecated.
Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
2022-02-20 15:28:39 +01:00
Rory Powell
36f42d0426
Bump z-index to always be on top
2022-01-10 11:50:08 +00:00
Rory Powell
b1ef2e3988
Fix auth dropdown z-index
2022-01-05 10:29:40 -05:00
mike12345567
a7743c8481
Fixing bug in tabs where double clicks cause tab switching, new headers enabled by default, disabled headers rather than enabled, get requests can have bodies.
2021-12-13 11:24:13 +00:00
mike12345567
f5b1e255d5
Making it so that schema always shows up for future work towards global variables and making it so that tabs selected can be bound to.
2021-12-09 18:41:07 +00:00
mike12345567
e064237981
Adding in last components of UI that were missing.
2021-12-03 18:39:05 +00:00
mike12345567
4e9d60b446
First major part of the REST query resdesign.
2021-12-01 17:55:57 +00:00
Andrew Kingston
1b3317a114
Add devtools to app preview and add ability to preview apps as different roles
2021-11-26 13:25:02 +00:00
Andrew Kingston
e521596c9c
Fix bug rendering tabs inside a component which uses a svelte transition
2021-10-11 11:34:19 +01:00
Peter Clement
2500b465e1
border fix
2021-08-09 15:56:05 +01:00
Peter Clement
dc9d69910b
fix underline conditional
2021-08-09 15:55:03 +01:00
Peter Clement
7a58e3c817
Add Quiet and Emphasized variants to the Tabs and Tab components
2021-08-09 15:47:30 +01:00
Andrew Kingston
8befb1d545
Fix bug with tabs causing them to broadcast a change event on mount
2021-07-06 15:53:52 +01:00
Andrew Kingston
aee876a681
Add initial work on merging settings and design panels, improve code structure, improve styles
2021-06-22 09:14:17 +01:00
Andrew Kingston
c010eeb314
Fix prettier and fix crash when using certain views as data sources
2021-05-04 11:04:42 +01:00
Andrew Kingston
d36a80b0de
Update top nav to use tabs and fix a few tab layout issues
2021-04-23 11:30:17 +01:00
Andrew Kingston
f859ad5210
Update lots of font sizes, padding and other UI improvements
2021-04-23 10:48:19 +01:00
Keviin Åberg Kultalahti
e12808e3a2
adds on:select handler to tabs component
2021-04-15 15:39:00 +02:00
Keviin Åberg Kultalahti
9f0f04c8d3
remove log
2021-04-15 14:48:20 +02:00
Keviin Åberg Kultalahti
cec19df28b
working sliding animation between tabs
2021-04-15 14:42:39 +02:00
Keviin Åberg Kultalahti
1e5245589a
adds working tabs
2021-04-14 16:07:45 +02:00
Keviin Åberg Kultalahti
3056d4316a
adds divider component
2021-04-14 14:52:25 +02:00