1
0
Fork 0
mirror of synced 2024-09-12 23:43:09 +12:00
Commit graph

1525 commits

Author SHA1 Message Date
Andrew Kingston
32aa686884 Fully remount component settings when changing selected component 2022-07-27 10:10:42 +01:00
Martin McKeaveney
fc372ecdff
Merge pull request #6897 from Budibase/nord-theme
Nord theme + Midnight theme
2022-07-26 16:45:04 +01:00
Andrew Kingston
d9bb41b2ce Don't load theme options from the store 2022-07-26 13:41:30 +01:00
mike12345567
4055e52d40 Updating based on PR comments. 2022-07-26 11:19:28 +01:00
mike12345567
295c2e5c68 Fixing issues with exporting apps, first removing the deleted documents when exporting and second making it so that the user has a choice whether to export the development app or the published app from the UI. 2022-07-22 18:16:14 +01:00
Andrew Kingston
f8f78330f1
Merge pull request #6735 from Budibase/fix/dom-children
Replace incorrect usages of element.childNodes with element.children
2022-07-21 09:24:47 +01:00
Andrew Kingston
61ed214e88 Replace incorrect usages of element.childNodes with element.children 2022-07-15 13:47:39 +01:00
Andrew Kingston
eeb528b312 Lint 2022-07-15 13:09:53 +01:00
Andrew Kingston
343dec5013 Visually hide components when cutting but do not remove from real definition 2022-07-15 13:09:43 +01:00
Andrew Kingston
210fc143ee Fix pasting inside different screens and select new screen when pasting inside different screen 2022-07-15 13:09:37 +01:00
Andrew Kingston
f00d441f8e Move screen setting updates into store and use patches. Make screen settings generic 2022-07-15 13:09:23 +01:00
Andrew Kingston
e46f64a166 Update screen settings to use patches 2022-07-15 13:09:19 +01:00
Andrew Kingston
2a240b1831 Use patch for all component methods, add core component patch function, add component move functions to store 2022-07-15 13:09:09 +01:00
Andrew Kingston
bfefae0e5f Update cut+paste so cut doesn't actually remove the component from the tree and use new patch function 2022-07-15 13:08:55 +01:00
Andrew Kingston
fa42acaaf8 Reduce state updates when selecting layouts 2022-07-15 13:08:32 +01:00
Andrew Kingston
75ed8feb92 Reduce state updates when selecting screens 2022-07-15 13:06:43 +01:00
Andrew Kingston
b5083b506b Add version modal back into builder 2022-07-13 16:13:56 +01:00
Andrew Kingston
4635dbbee4 Fix spacing in overview settings tab 2022-07-11 20:23:46 +01:00
Andrew Kingston
8d52c772ad Improve automation test display layout and spacing 2022-07-11 20:16:22 +01:00
Andrew Kingston
f780762d09 Remove back button while loading app overview 2022-07-11 19:42:04 +01:00
Martin McKeaveney
01266ff4db removing beta tab 2022-07-11 14:09:12 +01:00
Andrew Kingston
bb866f7cc0 Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui 2022-07-11 12:13:14 +01:00
Andrew Kingston
cfee376a97 Move on screen load action above new-design-only settings 2022-07-11 12:08:30 +01:00
Andrew Kingston
b11df37920 Remove view details button in custom layout deprecation info box 2022-07-11 11:43:16 +01:00
Martin McKeaveney
387f224198 remove beta stuff and remove self-host banners 2022-07-11 11:08:56 +01:00
Andrew Kingston
8e03c8a33c Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui 2022-07-11 10:33:50 +01:00
mike12345567
514c58a54e Quick fixes to automation history UI around publishing and unpublishing. 2022-07-08 19:32:05 +01:00
Mel O'Hagan
e677cbef20 Merge branch 'bug/sev3/reset-email-config-delete-cache' into bug/sev3/reset-email-config-delete-cache-dev 2022-07-08 14:50:47 +01:00
Martin McKeaveney
543ab2f528 hide banner from new UI 2022-07-05 19:26:12 +01:00
deanhannigan
9b98c617bf
Merge pull request #6315 from Budibase/feature/current-user-rest-bindings
REST query bindings for Current User
2022-07-05 09:22:03 +01:00
mike12345567
e0014a8801 Fixing build error. 2022-07-04 13:25:29 +01:00
Dean
6be703d99a Added fixes for query body binding. Query parameter fixes and pretty bindings added 2022-07-03 17:33:25 +01:00
Dean
94496abe85 Fixes for datasource authentication parsing. Mapping UX updates 2022-07-01 17:27:24 +01:00
mike12345567
ae0391c304 Updating pagination in automation run history to use the same pagination store helper as the users pagination. 2022-07-01 15:48:36 +01:00
mike12345567
686cf6e1c4 Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-logs 2022-07-01 15:14:12 +01:00
Andrew Kingston
b084e19855 Update new component panel so that long component names take up 2 columns. Reorder component sections and components 2022-07-01 12:48:12 +01:00
Andrew Kingston
dbfc576fba Update styles of some buttons 2022-07-01 12:23:18 +01:00
Andrew Kingston
9cb7ff076c Update font sizes and weights 2022-07-01 12:03:04 +01:00
Andrew Kingston
74d0f5c3cb Update some font sizes and weights 2022-07-01 11:26:30 +01:00
Dean
7773a5f780 Merge remote-tracking branch 'origin/develop' into feature/current-user-rest-bindings 2022-07-01 08:56:06 +01:00
Martin McKeaveney
2d60f74d91 Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui 2022-07-01 00:34:50 +01:00
mike12345567
c691a5d9c4 Adding loading control to make sure that pagination can't be spammed in between loads. 2022-06-30 17:02:50 +01:00
mike12345567
136eec3388 Updating to maintain the old worker API for deprecation purposes, but removing from frontend usage. 2022-06-30 16:01:14 +01:00
mike12345567
2733f48492 Updating user page to search through the backend and building a basic pagination store that can be used for it. 2022-06-30 15:39:26 +01:00
mike12345567
e7ff299c63 Adding user pagination, removing usages of the global user list from builder and replacing with direct user lookups where possible, still need to apply filtering to username/email serverside. 2022-06-29 19:11:00 +01:00
Dean
4b296f9bce Merge remote-tracking branch 'origin/develop' into feature/current-user-rest-bindings 2022-06-29 18:50:14 +01:00
Mel O'Hagan
8796bffade Use default config when resetting smtp 2022-06-29 13:12:51 +01:00
Andrew Kingston
9c82f8650a Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui 2022-06-29 09:01:48 +01:00
Martin McKeaveney
3ed1390c6e adding types 2022-06-28 12:16:23 +01:00
Martin McKeaveney
f0998bb31c PR comments 2022-06-28 11:53:57 +01:00