Andrew Kingston
|
e56b33ed95
|
Remove unused styles
|
2022-07-01 11:26:20 +01:00 |
Andrew Kingston
|
245a074317
|
Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui
|
2022-05-25 13:49:28 +01:00 |
Dean
|
7436cc201c
|
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
|
60570456e7
|
Remove z-index style from tabs
|
2022-04-19 10:12:46 +01:00 |
Andrew Kingston
|
aad7b45441
|
Update spectrum tabs, add tooltip to icon, add size option to tabs
|
2022-04-12 15:34:34 +01:00 |
Andrew Kingston
|
7c91d9dceb
|
Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-devtools
|
2022-04-06 11:50:43 +01:00 |
Andrew Kingston
|
40c6976035
|
Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-devtools
|
2022-02-24 14:03:29 +00:00 |
Tobias Speicher
|
9d25f26791
|
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
|
c0006b4d8f
|
Bump z-index to always be on top
|
2022-01-10 11:50:08 +00:00 |
Rory Powell
|
cf3c5dccd0
|
Fix auth dropdown z-index
|
2022-01-05 10:29:40 -05:00 |
mike12345567
|
41ea5265dd
|
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
|
adbbafbd53
|
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
|
65d6ca9249
|
Adding in last components of UI that were missing.
|
2021-12-03 18:39:05 +00:00 |
mike12345567
|
a85213f280
|
First major part of the REST query resdesign.
|
2021-12-01 17:55:57 +00:00 |
Andrew Kingston
|
29c5e6c243
|
Add devtools to app preview and add ability to preview apps as different roles
|
2021-11-26 13:25:02 +00:00 |
Andrew Kingston
|
98ca5da073
|
Fix bug rendering tabs inside a component which uses a svelte transition
|
2021-10-11 11:34:19 +01:00 |
Peter Clement
|
c382c9d4b5
|
border fix
|
2021-08-09 15:56:05 +01:00 |
Peter Clement
|
fb343cc519
|
fix underline conditional
|
2021-08-09 15:55:03 +01:00 |
Peter Clement
|
cb7e02bb3a
|
Add Quiet and Emphasized variants to the Tabs and Tab components
|
2021-08-09 15:47:30 +01:00 |
Andrew Kingston
|
83a91a8943
|
Fix bug with tabs causing them to broadcast a change event on mount
|
2021-07-06 15:53:52 +01:00 |
Andrew Kingston
|
729dc3d8eb
|
Add initial work on merging settings and design panels, improve code structure, improve styles
|
2021-06-22 09:14:17 +01:00 |
Andrew Kingston
|
1c3d477523
|
Fix prettier and fix crash when using certain views as data sources
|
2021-05-04 11:04:42 +01:00 |
Andrew Kingston
|
fef61ba25f
|
Update top nav to use tabs and fix a few tab layout issues
|
2021-04-23 11:30:17 +01:00 |
Andrew Kingston
|
b92083bf83
|
Update lots of font sizes, padding and other UI improvements
|
2021-04-23 10:48:19 +01:00 |
Keviin Åberg Kultalahti
|
61e1529ea8
|
adds on:select handler to tabs component
|
2021-04-15 15:39:00 +02:00 |
Keviin Åberg Kultalahti
|
f25bebf822
|
remove log
|
2021-04-15 14:48:20 +02:00 |
Keviin Åberg Kultalahti
|
7f05d74355
|
working sliding animation between tabs
|
2021-04-15 14:42:39 +02:00 |
Keviin Åberg Kultalahti
|
6960966cac
|
adds working tabs
|
2021-04-14 16:07:45 +02:00 |
Keviin Åberg Kultalahti
|
5da296ed5d
|
adds divider component
|
2021-04-14 14:52:25 +02:00 |