Andrew Kingston
b9cb2d9e78
Optimise client library performance with skeleton loaders ( #9256 )
...
* Treat empty string default values as nullish when considering whether field default values should be applied to the real field value
* Add flag to allow not loading data immediately upon creation of a data fetch object
* Use loading context inside forms to avoid wasted renders while form schema are loading
* Wait for parent data providers to finish loading before loading their own data
* Optimise data provider to reduce updates as much as possible
* Allow forms to render content immediately again, but use the loading context to inform data providers to wait for them
* Remove fetchOnCreation flag for data fetches as now redundant
* Fix issue with deleting the selected button action when the next action has no parameters
* Lint
2023-01-11 08:01:41 +00:00
melohagan
6c89f67b9d
Make looping arrow point in right direction ( #9053 )
2022-12-15 15:13:12 +00:00
Andrew Kingston
4188754bbe
Fix SQL table `_id` filtering ( #9030 )
...
* Re-add support for filtering on _id using external SQL tables and fix filter key prefixes not working with _id field
* Remove like operator from internal tables and only allow basic operators on SQL table _id column
* Update data section filtering to respect new rules
* Update automation section filtering to respect new rules
* Update dynamic filter component to respect new rules
2022-12-15 09:22:28 +00:00
Rory Powell
779ab325ae
Remove new ( #8994 )
2022-12-09 14:25:11 +00:00
Martin McKeaveney
42bb6374f5
merge
2022-12-09 13:35:18 +00:00
Andrew Kingston
2c276816ab
Ensure filters are reset when changing table in the data section
2022-12-07 13:08:58 +00:00
Andrew Kingston
041f156754
Merge pull request #8965 from Budibase/cheeks-fixes
...
Misc fixes
2022-12-07 13:01:14 +00:00
melohagan
a3d3e492f0
Merge pull request #8886 from Budibase/bug/sev3/query-bindings-drawer
...
Query bindings drawer fixes
2022-12-07 11:06:19 +00:00
Andrew Kingston
e9f7fc9714
Merge branch 'cheeks-fixes' of github.com:Budibase/budibase into cheeks-fixes
2022-12-07 09:54:47 +00:00
Andrew Kingston
0b9dd37870
Remove console log
2022-12-07 09:02:31 +00:00
Andrew Kingston
9315cb9af7
Update filter labels to reflect that more than and less than also include equal to
2022-12-07 09:00:29 +00:00
Andrew Kingston
eca7af83f4
Fix filter drawer and filtering in general across data, design and automate and update to support keyed fields and 'match any'
2022-12-07 08:57:17 +00:00
mike12345567
9054de4e3c
Minor fix for #8843 - the binding input drawer was using the format helper. rather than helpers. when generating JS helpers.
2022-12-06 18:21:54 +00:00
Andrew Kingston
c6172ccd2d
Fix issue with not being able to update component names
2022-12-06 15:32:50 +00:00
Andrew Kingston
cf02e88885
Fix issue with extremely long select values!
2022-12-06 15:13:12 +00:00
Dean
2eac4afbc9
Force a re-initialisation of table data and paging when importing rows to a datasource
2022-12-05 15:02:39 +00:00
Michael Drury
0621c7b197
Merge pull request #8915 from Budibase/fix/8882
...
Fix/8882
2022-12-05 12:56:34 +00:00
Gerard Burns
a64436c9c8
Multifield Input Autoselect All Fields ( #8884 )
...
* Multifield Input Autoselect All Fields
* PR Feedback
* PR Feedback
* Linting
2022-12-05 12:09:27 +00:00
mike12345567
19649b761a
Updating error message.
2022-12-05 11:48:27 +00:00
Andrew Kingston
554f8b83da
Merge pull request #8667 from FlaminWrap/Flaminwrap-Enhancement-7604
...
Allow user to disable hard coded notifications for button actions #7604
2022-12-05 09:36:31 +00:00
deanhannigan
78348459fd
Merge pull request #8875 from Budibase/fix/view-and-table-editing
...
Fixes for table and view editing
2022-12-05 09:22:34 +00:00
mike12345567
47d782ad28
Final fix for #8882 - adding text to show the error - as well as fixing an issue with many to many updating correctly.
2022-12-02 17:28:37 +00:00
Mel O'Hagan
f7140c4202
Set size to match password modal
2022-12-02 12:26:20 +00:00
Rory Powell
ae09d1fe08
Apply validation to invite users by email + results modal
2022-12-02 11:51:53 +00:00
deanhannigan
8fab962e38
Merge pull request #8789 from Budibase/feature/add-delete-to-row-edit-modal
...
Add delete to row edit modal
2022-12-02 09:12:47 +00:00
Rory Powell
e3fa737a9b
Merge branch 'master' into develop
2022-12-01 14:39:05 +00:00
Mel O'Hagan
54f0112d68
Remove console log
2022-12-01 10:37:58 +00:00
Mel O'Hagan
216539a454
Adjust z index
2022-12-01 10:34:03 +00:00
Mel O'Hagan
4b2d96f508
Remove helpers and convert to JS query bindings
2022-12-01 10:29:06 +00:00
Andrew Kingston
ff53acfb9f
Merge pull request #8788 from Budibase/side-panel
...
Side panels
2022-11-30 16:04:35 +00:00
Mel O'Hagan
78bc3c0040
Only exclude _id from external sql tables
2022-11-30 15:14:32 +00:00
Andrew Kingston
0a0823a673
Update background colour of component info section
2022-11-30 14:37:43 +00:00
Andrew Kingston
178532b7f5
Lint
2022-11-30 14:36:07 +00:00
Andrew Kingston
bca9672926
Add ability to show component info above the settings panel and add info to side panels
2022-11-30 14:18:31 +00:00
Dean
60f3202773
Fix for table and view editing. Mutation was causing several issues in the builder
2022-11-30 09:53:18 +00:00
Andrew Kingston
bd954a0870
Enable capturing events for certain setting changes, and track usage of side panels inside table blocks
2022-11-29 18:28:26 +00:00
Dean
d6e88ae6b4
Merge remote-tracking branch 'origin/develop' into fix/sample-data-edit-removed-delete-fixed
2022-11-29 12:54:22 +00:00
Andrew Kingston
02ef58c7fc
Merge branch 'develop' of github.com:Budibase/budibase into side-panel
2022-11-29 12:22:56 +00:00
Michael Drury
c273a9cf51
Merge pull request #8530 from FlaminWrap/Flaminwrap-Enhancement-7138
...
Automation steps in the automation builder and tester #7138
2022-11-29 11:53:04 +00:00
Michael Drury
1f0570907a
Merge branch 'master' of github.com:Budibase/budibase into develop
2022-11-29 11:13:54 +00:00
Mel O'Hagan
9b6bd12499
Remove _id from filter field list in external dbs
2022-11-29 11:00:54 +00:00
Dean
c1e1ba51f3
Disabled the ability to rename the Sample Data datasource. Updated the backend to ensure that renaming doesn't alter its structure and block deletion
2022-11-28 17:25:10 +00:00
Andrew Kingston
6521587db3
Merge branch 'develop' of github.com:Budibase/budibase into side-panel
2022-11-28 09:57:12 +00:00
deanhannigan
3a6ea596f9
Merge pull request #8695 from Budibase/feature/auto-select-dataprovider-source
...
Feature/auto select dataprovider source
2022-11-28 09:07:49 +00:00
Martin McKeaveney
035d66c86e
Merge pull request #8790 from Budibase/bug/sev4/duplicate-add-binding-button
...
Remove duplicate add binding button
2022-11-25 13:33:36 +00:00
Mel O'Hagan
b2e8522b7b
Don't add numbering to primary key
2022-11-24 18:24:38 +00:00
Mel O'Hagan
7deef86cb2
Only uncheck other homescreens if homescreen set
2022-11-24 13:24:09 +00:00
Mel O'Hagan
29de393a2f
Allow tables to be created even if no fetch
2022-11-24 11:45:58 +00:00
Mel O'Hagan
84aa2d4776
Remove duplicate add binding button
2022-11-23 18:19:43 +00:00
Dean
13616e5966
Review updates
2022-11-23 17:12:23 +00:00