1
0
Fork 0
mirror of synced 2024-09-18 18:28:33 +12:00
Commit graph

62 commits

Author SHA1 Message Date
Andrew Kingston
8a9bb0294b Allow horizontal overflow in drawer contents 2024-03-21 15:22:07 +00:00
Andrew Kingston
23a91bcd23 Update snippet empty state 2024-03-14 16:16:37 +00:00
Andrew Kingston
5666a965e0 Fix issue with click_outside and drawers 2024-03-13 13:01:44 +00:00
Andrew Kingston
1eafd5e843 Fix issue with drawer positioning when nesting drawers with no target 2024-03-13 09:22:13 +00:00
Andrew Kingston
84a5004544 Fix BBUI imports 2024-03-07 08:40:41 +00:00
Andrew Kingston
d08628234f Fix z-index of drawers 2024-03-07 08:25:02 +00:00
Andrew Kingston
d38a6ed0d3 Make any drawer expandable 2024-03-06 13:59:20 +00:00
Andrew Kingston
c138cbeba2 Update drawer transitions and styles as they were broken with svelte 4 update 2024-03-01 10:28:53 +00:00
Andrew Kingston
10b5ab34cf Re-add border for drawer modals 2024-02-29 19:51:25 +00:00
Andrew Kingston
755ece13b6 Lint, remove drawer modal border, bump account portal 2024-02-29 19:40:21 +00:00
Andrew Kingston
47cc9557c4 Improve drawer state management between instances 2024-02-29 16:29:32 +00:00
Andrew Kingston
e2fe279842 Exclude drawers from click_outside callbacks, unless registered inside a drawer 2024-02-27 14:30:21 +00:00
Andrew Kingston
3d96292f26 Clean up usages of drawers everywhere 2024-02-27 14:15:03 +00:00
Andrew Kingston
7bf8a8b530 Add more instances of useful drawer titles 2024-02-27 13:30:11 +00:00
Andrew Kingston
c12d3cffc3 Remove useless concept of headless drawer and fix issue with drawer observer 2024-02-27 13:28:13 +00:00
Andrew Kingston
1e74fe0cb7 Improve popover positioning, improve drawer styles and performance 2024-02-27 09:24:26 +00:00
Andrew Kingston
92abdec150 Fully refactor drawer rendering to not depend on CSS transforms, which break codemirror 2024-02-26 16:07:01 +00:00
Andrew Kingston
ad576e2c01 Add swap overlay when changing modes and improve styles 2024-02-26 13:31:34 +00:00
Andrew Kingston
395942d8b6 Add modal drawer support with transitions 2024-02-24 13:26:34 +00:00
Andrew Kingston
7484f087bc Add stacked drawer support and transitions 2024-02-23 18:15:01 +00:00
Andrew Kingston
d3504d714c More style fixes for drawer overflow 2024-02-23 12:49:43 +00:00
Andrew Kingston
41b397c2f7 Improve multiple styles for the drawer and code editor 2024-02-23 10:15:53 +00:00
Andrew Kingston
0217bac267 Add multiple style improvements to drawers 2024-02-22 15:05:21 +00:00
Adria Navarro
92f411bf77 Prettier 2023-11-20 21:48:49 +01:00
Adria Navarro
4d27ff1dc0 eslint import/no-duplicates 2023-11-20 21:48:49 +01:00
Dean
cad624a9a4 Merge Commit 2023-08-21 12:50:16 +01:00
Dean
e77a105bb2 General fixes for bindings and the undo/redo behaviour 2023-07-18 16:46:35 +01:00
Dean
d08dd2d491 Minor fixes for bindings v2 2023-06-01 11:47:27 +01:00
Dean
e8c6185add Refactoring and some styling updates 2023-05-29 21:19:44 +01:00
Dean
56bac67d49 Merge commit 2023-05-26 10:11:51 +01:00
Andrew Kingston
db7f267887 Update component settings to be left aligned and update long component settings labels to be shorter 2023-03-08 19:22:19 +00:00
Andrew Kingston
d92f1a7097 Portal redesign (#9336)
* Update BB logo to black

* Update top nav bar and core layout

* Add redesign for apps pages

* Update user and groups pages

* More WIP portal redesign!

* Fix top nav colours and fix selected tab not updating

* Remove log

* Update copy on settings pages

* Update and standardise page headers and subtitles, and remove side nav titles

* Update font styles to allow for easy customisation

* Update button styles to always use newStyles, update auth page styles

* Update settings pages to new designs

* Update structure for account pages

* Add initial rewrite of app overview section

* Update config checklist to properly center

* Update app overview version and name/url screens

* Add tooltip to explain why URL cannot be changed until unpublishing

* Update overview automation history tab

* Update overview backups page

* Rewrite app overview access tab

* Update table hover colours

* Remove scrolling from tables when not required and stop selects from updating their own state locally

* Update table styles to support flexible column widths much better

* Fix extremely long strings in breadcrumbs not wrapping

* Fix multiple issues with long text overflow

* Fix flashing in version settings page

* Fix loading bugs in app backups page

* Add sidebar for portal and use it for automation history. Fix multiple overflow and scrolling issues

* Tidy up

* Update user details page to use tables and match designs

* Update users detail page

* Update user and group details pages with new tables

* Fix automation error linking from apps page and improve automation fetching logic in automation history

* Move theme and API key into user profile dropdown instead of settings

* Move settings before account and show plugins for devs

* Convert plugins page to table and update components and modals

* Update links when going back from the builder

* Update plugin search placeholder

* Fix URLs in app overview

* Properly handle text overflow in plugins table

* Remove getting started checklist

* Fix checklist removal and fix profile modal

* Update email details page to match new designs

* Cleanup

* Add licensing and env logic to determine which account links to show

* Update upgrade button URL for cloud accounts

* Update app list to use a more compact style

* Make core page layout responsive and update apps list to be responsive

* Update mobile design of apps page

* Update more pages to be responsive and add mobile specific components

* Refactor main portal page into multiple components

* Update multiple pages to be responsive and improve loading experience

* Make automation history page responsive

* Update backups page to be responsive

* Update pickers to use absolutely positioned root popover so that overflow does not matter

* Fix some responsive styles

* Fix update link in app overview

* Improve dropdown logic

* Lint

* Update click outside handler to handle modals properly

* Remove log

* Fix mobile menu upgrade button not closing menu

* Hide groups page if disabled at tenant level

* Centralise menu logic and show full menu on mobile

* Update app access assignment and fix backups table

* Ensure avatars cannot be squished

* Standardise disabled field text colour

* Allow developer users to access users, groups and usage pages

* Allow readonly access to users and groups for developer users

* Remove logs

* Improve users page loading experience

* Improve responsiveness on apps list page and fix discussions link styles

* Update spacing on user and group detail page and fix usage page showing wrong copy

* Fix logo override not working

* Pin minio version to an old one that supports the fs backend in dev

* Shrink upgrade button

* Shrink user dropdown

* Update assignment modal text

* Remove clickable visual styles from plugins

* Always show groups section in app access page

* Update app overview button styles to include more CTAs

* Hide edit and view links in more menu on overview page unless on mobile

* Make usage stats responsive and fix layout issues

* Add comment to docker-compose config
2023-01-18 13:56:53 +00:00
Dean
78d72b78cb Fix to include the current user bindings in datasource queries 2022-09-15 16:39:25 +01:00
Andrew Kingston
53a0c578cc Fix drawer widths in automations section 2022-07-11 18:14:30 +01:00
Andrew Kingston
b484c1c737 Fix drawer width and left offset 2022-07-01 15:03:57 +01:00
Andrew Kingston
2736954438 Add link settings to new navigation tab 2022-04-27 17:50:01 +01:00
Andrew Kingston
6e5f2c15c0 Add custom svelte transition to drawer and add local parameter to prevent bad transitions 2022-02-21 13:41:57 +00:00
mike12345567
db45086105 Merge branch 'master' of github.com:Budibase/budibase into develop 2022-02-15 16:54:21 +00:00
mike12345567
c1bd5b8329 Fixing issue #4337, allows internal tables to search by the _id or _rev properties in automation query block. 2022-02-14 14:57:06 +00:00
Andrew Kingston
a0c703288c Fix button layout in drawers 2022-02-10 11:46:57 +00:00
Andrew Kingston
b1c2308b8b Remove infuriating behaviour of drawer closing on escape keypress 2021-12-07 13:58:34 +00:00
mike12345567
d76e3beac9 Removing console logs created during automation rework. 2021-09-16 16:24:32 +01:00
Peter Clement
ab2fd51dc2 fix debounce / store test data bug 2021-09-16 14:48:55 +01:00
Peter Clement
a871a3a44f fix label not being rendered correctly 2021-09-16 12:15:32 +01:00
Andrew Kingston
38014a76be Update drawer styles, drawer bindable inputs and settings bindable inputs 2021-07-14 14:21:11 +01:00
mike12345567
e5f3b3956c Merge branch 'next' of github.com:Budibase/budibase into labday/mike-formulas 2021-05-04 13:24:14 +01:00
mike12345567
7a5ba0eeba Some fixes after testing binding. 2021-05-04 10:49:33 +01:00
Martin McKeaveney
72ed644803 merge 2021-05-04 09:55:14 +01:00
Keviin Åberg Kultalahti
7dc53dc2e6 convert all Heading instances to use new API 2021-04-30 13:38:06 +02:00
Keviin Åberg Kultalahti
9509b8f42b Convert Body component to use size="" prop 2021-04-30 13:31:45 +02:00