Andrew Kingston
|
d269354d6f
|
Merge branch 'feature/new-app-publish-workflow' of github.com:Budibase/budibase into new-design-ui-dirty
|
2022-04-25 13:42:23 +01:00 |
Andrew Kingston
|
03be935e6c
|
Refactor routes and start updating core design UI into new components
|
2022-04-22 16:03:47 +01:00 |
Andrew Kingston
|
754aa82cec
|
Merge pull request #5417 from Budibase/form-actions
Form actions
|
2022-04-22 10:47:57 +01:00 |
Mel O'Hagan
|
8494f872af
|
Remove Row Rev from UI
|
2022-04-20 11:00:58 +01:00 |
Andrew Kingston
|
9545b3af1b
|
Add button actions to update form field values
|
2022-04-14 09:46:07 +01:00 |
Andrew Kingston
|
5e19a93726
|
Merge pull request #5369 from Budibase/fix-query-block-search
Fixes for custom queries
|
2022-04-13 14:13:46 +01:00 |
Andrew Kingston
|
3bb9834895
|
Remove table ID from custom queries to fix 500 errors when trying to fetch a table definition and passing up a query ID, and fix issue with search fields when no table ID exists
|
2022-04-12 16:58:26 +01:00 |
Andrew Kingston
|
e692dc9095
|
Use the readable schema when generating search field options
|
2022-04-12 16:27:14 +01:00 |
Mel O'Hagan
|
6ee859b04e
|
Default option labels and values
|
2022-04-12 14:54:15 +01:00 |
Mel O'Hagan
|
6850bb77fd
|
Added error messages to inputs instead
|
2022-04-11 16:08:25 +01:00 |
Mel O'Hagan
|
6c9ee5e27c
|
Merge branch 'develop' into bug/sev3/require-option-values
|
2022-04-11 15:18:10 +01:00 |
Mel O'Hagan
|
fdca96609b
|
Simplify condition
|
2022-04-08 23:24:46 +01:00 |
Mel O'Hagan
|
fafce24d5b
|
Error messaging for invalid options in editor
|
2022-04-08 23:15:47 +01:00 |
Andrew Kingston
|
ff40ddd9af
|
Fix bug with automations that have no inputs in an app action trigger
|
2022-04-07 16:02:08 +01:00 |
Andrew Kingston
|
a846c701ef
|
Fix issue where changing the role of a screen did not correctly update screen list
|
2022-04-01 18:02:34 +01:00 |
Andrew Kingston
|
cf7900564a
|
Prevent updating a screen role to a role for which the screen URL already exists
|
2022-04-01 14:53:01 +01:00 |
Andrew Kingston
|
e61e3ddf27
|
Prevent update a screen URL to an existing URL for the same role
|
2022-04-01 14:47:49 +01:00 |
Andrew Kingston
|
4d82b49c0e
|
Merge pull request #5086 from Budibase/continue-if-button-action
'Continue if' button action
|
2022-03-25 12:29:19 +00:00 |
Andrew Kingston
|
bedbf4bcae
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/map-actions
|
2022-03-25 12:00:17 +00:00 |
Dean
|
962f53e36f
|
Merge remote-tracking branch 'origin/develop' into feature/map-component
|
2022-03-25 11:31:45 +00:00 |
Andrew Kingston
|
4b55e8c85e
|
Add 'continue if' button action
|
2022-03-25 09:26:15 +00:00 |
Andrew Kingston
|
3817de254e
|
Merge branch 'develop' of github.com:Budibase/budibase into cheeks-fixes
|
2022-03-23 10:48:49 +00:00 |
Andrew Kingston
|
406776088d
|
Add identifier to messages sent to client iframe preview to avoid conflicts with embedded iframe events
|
2022-03-22 18:15:41 +00:00 |
Andrew Kingston
|
8a2aa166fc
|
Remove selected state from current screen and only show component
|
2022-03-21 16:06:23 +00:00 |
Andrew Kingston
|
123e805668
|
Lint
|
2022-03-21 15:56:42 +00:00 |
Andrew Kingston
|
014d318437
|
Update layouts in nav tree to new full width style
|
2022-03-21 15:40:07 +00:00 |
Andrew Kingston
|
0ffd080b0f
|
Fix issue when currentAsset is null and fix overflow when no screens for current role
|
2022-03-21 15:21:29 +00:00 |
Andrew Kingston
|
53ce97b9de
|
Ensure the component tree containing the selected component cannot be hidden
|
2022-03-21 15:17:51 +00:00 |
Andrew Kingston
|
7157b29da0
|
Support scrolling screens or folders into view when clicking
|
2022-03-21 14:46:59 +00:00 |
Andrew Kingston
|
a2283fefa5
|
Remove logs
|
2022-03-21 14:23:56 +00:00 |
Andrew Kingston
|
0798556a52
|
Tidy up logic for scrolling to components
|
2022-03-21 13:54:46 +00:00 |
Andrew Kingston
|
697c43187a
|
Add vertical scrolling to selected component and support scrolling to selected screen
|
2022-03-21 13:38:53 +00:00 |
Andrew Kingston
|
a8a6c0a428
|
Properly center all path, screen and component dropdown menu icons
|
2022-03-21 09:57:55 +00:00 |
Andrew Kingston
|
88e619aff7
|
Merge branch 'develop' of github.com:Budibase/budibase into scrollable-component-tree
|
2022-03-21 09:52:40 +00:00 |
Martin McKeaveney
|
cf9105c9dc
|
Merge pull request #4821 from Budibase/copy-paste-improvements
Copy paste improvements + extras
|
2022-03-21 08:25:01 +00:00 |
Andrew Kingston
|
c79ec57a5d
|
Add initial work on horizontally scrollable component tree with automatic scrolling
|
2022-03-18 19:52:11 +00:00 |
Maurits Lourens
|
103bb25437
|
don't sent searchableSchema to getSchemaForDatasource
|
2022-03-18 16:45:33 +01:00 |
Andrew Kingston
|
9500203515
|
Add event context to button actions to allow passing in params at run time and add corresponding data bindings
|
2022-03-15 11:16:51 +00:00 |
Dean
|
c672a439c0
|
Merge remote-tracking branch 'origin/develop' into feature/map-component
|
2022-03-09 11:02:53 +00:00 |
Andrew Kingston
|
f335c2635b
|
Merge branch 'develop' of github.com:Budibase/budibase into copy-paste-improvements
|
2022-03-08 17:58:12 +00:00 |
Andrew Kingston
|
990442b45e
|
Add optional chaining to all current asset references to account for nullish values
|
2022-03-08 17:57:36 +00:00 |
Dean
|
b67b34928a
|
Initial Commit for Issue/3819. World map component added and a small change to the Component draggable behaviour to accomodate it.
|
2022-03-08 16:41:21 +00:00 |
Andrew Kingston
|
d8cb5bfd24
|
Fix screen renaming when same route already exists
|
2022-03-08 14:14:57 +00:00 |
Peter Clement
|
38ba2509d7
|
Merge remote-tracking branch 'origin/develop' into feature/export-from-client
|
2022-03-08 13:56:56 +00:00 |
Andrew Kingston
|
4ef06ea6c1
|
Merge branch 'develop' of github.com:Budibase/budibase into copy-paste-improvements
|
2022-03-08 13:35:35 +00:00 |
Peter Clement
|
ebaaff1f8c
|
account for blocks within export button action
|
2022-03-08 13:31:14 +00:00 |
Peter Clement
|
064aee5e2e
|
Update how button action for exporting works
|
2022-03-08 12:58:05 +00:00 |
Martin McKeaveney
|
14cffcd6ff
|
merge
|
2022-03-08 12:40:41 +01:00 |
Martin McKeaveney
|
975eb0b99e
|
merge from master
|
2022-03-08 12:34:27 +01:00 |
Andrew Kingston
|
e84e4f9899
|
Add duplicate action to settings bar
|
2022-03-07 14:05:26 +00:00 |