mike12345567
|
e149b3d807
|
Merge branch 'develop' of github.com:Budibase/budibase into plugins-dev-experience
|
2022-08-31 16:24:10 +01:00 |
Andrew Kingston
|
512d225389
|
Merge pull request #7450 from Budibase/cheeks-fixes
App navigation and screen migration for imports and templates
|
2022-08-31 15:27:18 +01:00 |
Andrew Kingston
|
452eba8635
|
Automatically migrate old apps server-side when importing or using templates
|
2022-08-24 21:35:24 +01:00 |
Andrew Kingston
|
bec08eecc8
|
Merge branch 'develop' of github.com:Budibase/budibase into plugins-dev-experience
|
2022-08-22 17:54:25 +01:00 |
Andrew Kingston
|
8a2f35b3f0
|
Add action for showing a custom notification
|
2022-08-22 11:00:51 +01:00 |
Andrew Kingston
|
32025ef76d
|
Merge branch 'develop' of github.com:Budibase/budibase into plugins-dev-experience
|
2022-08-17 16:13:27 +01:00 |
Andrew Kingston
|
4e916d2812
|
Reload app metadata when adding custom components
|
2022-08-11 17:05:04 +01:00 |
Andrew Kingston
|
e6303fb4ec
|
Remove static definition from store and properly handle custom components from API
|
2022-08-11 15:25:43 +01:00 |
Andrew Kingston
|
16e42dc5a1
|
Add full PoC of using a custom component inside the builder, with children and bindings
|
2022-08-10 16:54:13 +01:00 |
Andrew Kingston
|
04d40223dd
|
Improve component selection after deleting a component
|
2022-07-29 13:33:04 +01:00 |
Andrew Kingston
|
a4847a471c
|
Add keyboard shortcuts for components. Improve component reordering
|
2022-07-29 13:33:02 +01:00 |
Andrew Kingston
|
190c545e25
|
Fix pasting inside different screens and select new screen when pasting inside different screen
|
2022-07-15 13:09:37 +01:00 |
Andrew Kingston
|
d14a9b0521
|
Allow pasting multiple times after copying when not cutting
|
2022-07-15 13:09:32 +01:00 |
Andrew Kingston
|
b4420fb74a
|
Remove debug logs and add comments
|
2022-07-15 13:09:28 +01:00 |
Andrew Kingston
|
aa1c0298bc
|
Move screen setting updates into store and use patches. Make screen settings generic
|
2022-07-15 13:09:23 +01:00 |
Andrew Kingston
|
66126531e3
|
Update screen settings to use patches
|
2022-07-15 13:09:19 +01:00 |
Andrew Kingston
|
edfb0fa50d
|
Ensure state never gets out of sync when saving app metadata by using server response to update state
|
2022-07-15 13:09:13 +01:00 |
Andrew Kingston
|
587b385a47
|
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
|
5cdd37f6d8
|
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
|
5a12e30f91
|
Use patch when deleting components
|
2022-07-15 13:08:50 +01:00 |
Andrew Kingston
|
6368a2aaac
|
Use patch when creating new components
|
2022-07-15 13:08:44 +01:00 |
Andrew Kingston
|
fc92732989
|
Remove deprecated layout logic
|
2022-07-15 13:08:38 +01:00 |
Andrew Kingston
|
56b255cfc9
|
Reduce state updates when selecting layouts
|
2022-07-15 13:08:32 +01:00 |
Andrew Kingston
|
99c3323390
|
Use patch when detaching screen custom layouts
|
2022-07-15 13:08:25 +01:00 |
Andrew Kingston
|
099bddab91
|
Use patches when updating homescreens
|
2022-07-15 13:08:20 +01:00 |
Andrew Kingston
|
e3c2d57b0e
|
Add screen patch store method and reduce state updates when deleting screens
|
2022-07-15 13:08:04 +01:00 |
Andrew Kingston
|
172a5a8c25
|
Reduce state updates while saving screens
|
2022-07-15 13:07:35 +01:00 |
Andrew Kingston
|
bd5d419692
|
Reduce state updates when selecting screens
|
2022-07-15 13:06:43 +01:00 |
Andrew Kingston
|
99a264f6fb
|
Lint
|
2022-06-29 09:09:44 +01:00 |
Andrew Kingston
|
770cbf4fd3
|
Update autoscreen link creation and deletion to use new app level navigation settings
|
2022-06-22 15:42:08 +01:00 |
Andrew Kingston
|
a0d83eefaa
|
Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui
|
2022-06-22 12:49:46 +01:00 |
Andrew Kingston
|
6580010286
|
Fix logic around deleting autoscreens and autoscreen links
|
2022-06-16 11:46:53 +01:00 |
Andrew Kingston
|
b5d635c83f
|
Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui
|
2022-06-15 15:32:33 +01:00 |
Andrew Kingston
|
eb3a7b44b6
|
Merge pull request #6309 from Budibase/builder-focus-updates
Builder focus updates
|
2022-06-15 11:07:46 +01:00 |
Andrew Kingston
|
40018e9332
|
Remove unnecessary code
|
2022-06-14 14:05:35 +01:00 |
Andrew Kingston
|
e34a79e904
|
Save highlighted setting key in store and show as highlighted until unmounted or changed
|
2022-06-14 14:05:28 +01:00 |
Andrew Kingston
|
d89047b2ab
|
Revert focus specific logic in other components and simplify
|
2022-06-13 16:11:12 +01:00 |
Rory Powell
|
4dc5cfc5a7
|
Merge branch 'release' into merge-release
|
2022-06-13 11:45:18 +01:00 |
Rory Powell
|
6fbb5afeec
|
Remove ui events except for component created and view published app
|
2022-06-06 12:51:22 +01:00 |
Rory Powell
|
33f44f6ee7
|
Remove todos
|
2022-06-06 11:11:13 +01:00 |
Dean
|
692039cd34
|
Component Cypress tests and fixes
|
2022-05-31 22:57:33 +01:00 |
Dean
|
f1111fffca
|
Updated approach to focus behaviour. Placeholder now updates to direct the user to the next required field they haven't entered
|
2022-05-30 12:57:10 +01:00 |
Dean
|
663a4ee7c7
|
Expanding the focus behaviour to more component types in the builder. Minor fix for cypress test
|
2022-05-24 09:58:05 +01:00 |
Dean
|
253642ad1f
|
Refactored the approach to builder focus. Extending the behaviour beyond form fields
|
2022-05-23 16:12:56 +01:00 |
Andrew Kingston
|
c8a8e60a09
|
Lint
|
2022-05-23 11:56:15 +01:00 |
Andrew Kingston
|
e11c210bf5
|
Update component drag and drop to perform better
|
2022-05-22 15:34:06 +01:00 |
Dean
|
4c25248de8
|
Builder focus behaviour added to guide users when adding form elements. Refactored the component tests
|
2022-05-17 15:09:13 +01:00 |
Andrew Kingston
|
7f4b3e4bf8
|
Disable new screens settings when viewing an old screen and correctly upgrade all screen settings when detaching from custom layouts
|
2022-05-16 08:48:03 +01:00 |
Andrew Kingston
|
c8c9a05658
|
Add warning to navigation section when using an old screen with a custom layout, and allow upgrading
|
2022-05-13 13:50:15 +01:00 |
Andrew Kingston
|
364f25341e
|
Remove concept of frontend preview types
|
2022-05-12 09:46:21 +01:00 |