1
0
Fork 0
mirror of synced 2024-06-29 11:31:06 +12:00
Commit graph

27003 commits

Author SHA1 Message Date
Andrew Kingston 9f7504c53f Reduce padding when dragging over a component tree and remove unused component class names 2022-10-08 15:32:36 +01:00
Andrew Kingston cf0891c911 Rename DND state variables for clarity 2022-10-08 15:28:22 +01:00
Andrew Kingston 6f73ecdc4c Fix row/column detection, add comments and remove old code 2022-10-08 15:18:05 +01:00
Andrew Kingston e9dfc9ad9f Throttle updates to prevent all jank and revert to component center breakboints for DND candidates 2022-10-08 15:04:18 +01:00
Andrew Kingston e48bbb451e Add throttle utility as an improved debounce 2022-10-08 15:03:44 +01:00
mike12345567 3860ec4e5e Updating koa versions to align with pro - types were inaccurate and couldn't be imported correctly. 2022-10-07 21:08:20 +01:00
mike12345567 a05369977e Merge branch 'develop' of github.com:Budibase/budibase into feature/app-backups 2022-10-07 20:48:28 +01:00
Andrew Kingston ab4eebc0cf Reduce jank by computing symmetrical component breakpoint whens considering DND candidate positions and ignoring the hidden selected component 2022-10-07 20:00:25 +01:00
Budibase Release Bot c2cd2af494 Update pro version to 2.0.24 2022-10-07 17:19:31 +00:00
Budibase Release Bot e1180dfac0 v2.0.24 2022-10-07 17:16:16 +00:00
Pedro Silva 3abf993779 Merge branch 'develop' into api-create-app 2022-10-07 18:06:57 +01:00
Pedro Silva 25b72cbe2b Add tests for revert endpoint 2022-10-07 18:05:58 +01:00
mike12345567 39c9acb740 Fixing test mocks. 2022-10-07 18:05:26 +01:00
mike12345567 dc589f7fb5 Switching from scan for app locks to mget - which is a fast O(N) operation that only retrieves what we need. 2022-10-07 18:05:18 +01:00
Martin McKeaveney 270836b30e only prevent rollback in cypress env 2022-10-07 18:04:18 +01:00
Budibase Staging Release Bot 86c48bb70e Update pro version to 2.0.24-alpha.3 2022-10-07 16:48:36 +00:00
Budibase Staging Release Bot 2384896a1a v2.0.24-alpha.3 2022-10-07 16:45:27 +00:00
Michael Drury 7e38e86087
Merge pull request #8175 from Budibase/fix/remove-app-scans
Removing Redis SCAN operation from app services
2022-10-07 17:35:05 +01:00
mike12345567 5b299c878f Fixing test mocks. 2022-10-07 16:24:04 +01:00
mike12345567 2c40394bc6 Switching from scan for app locks to mget - which is a fast O(N) operation that only retrieves what we need. 2022-10-07 16:05:01 +01:00
Andrew Kingston 4a0be4523b Hide the selected component when dragging 2022-10-07 14:34:47 +01:00
Andrew Kingston cea2a4cecf Merge branch 'develop' of github.com:Budibase/budibase into dnd-improvements 2022-10-07 14:16:24 +01:00
Rory Powell ed948e6ae7 Move trigger logic inside pro 2022-10-07 13:57:10 +01:00
Budibase Staging Release Bot d39f88d268 Update pro version to 2.0.24-alpha.2 2022-10-07 12:32:51 +00:00
Budibase Staging Release Bot 553b534a11 v2.0.24-alpha.2 2022-10-07 12:28:52 +00:00
Andrew Kingston 7d25c3da10
Merge pull request #7456 from Budibase/form-block
Form block
2022-10-07 13:14:13 +01:00
Budibase Staging Release Bot d57cf1146c Update pro version to 2.0.24-alpha.1 2022-10-07 11:59:11 +00:00
Budibase Staging Release Bot 2b92accab5 v2.0.24-alpha.1 2022-10-07 11:56:02 +00:00
Andrew Kingston a13c309759 Merge branch 'develop' of github.com:Budibase/budibase into form-block 2022-10-07 12:45:53 +01:00
Andrew Kingston cb6a13fafd Fix issue with layout determination 2022-10-07 12:45:22 +01:00
Andrew Kingston 9e3e6b4de0
Merge pull request #7427 from Budibase/cheeks-lab-day-eject-blocks
Block ejection
2022-10-07 12:44:39 +01:00
Pedro Silva e343aab655 Add tests for endpoints 2022-10-07 12:19:00 +01:00
Andrew Kingston e41078f265 Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-eject-blocks 2022-10-07 11:31:32 +01:00
Pedro Silva f3d6879349 Merge branch 'develop' into api-create-app 2022-10-07 11:06:31 +01:00
Dean ad13bbb25c Renamed the 'Scanned Code' field type to 'Barcode/QR'. The component is also now listed as 'Barcode/QR Scanner'. Minor fix to include longform text columns in the table csv import list 2022-10-07 11:00:25 +01:00
Andrew Kingston fd3662e6b2 Improve row vs column detection to fix any edge cases 2022-10-07 08:46:38 +01:00
Andrew Kingston 9df86362b9 Only explode components when dragging over them 2022-10-07 08:20:51 +01:00
Andrew Kingston 4322345aca Rewrite drag and drop from scratch using mouse position heuristics 2022-10-07 08:05:44 +01:00
Mel O'Hagan 4e9d0fd079 Don't allow duplicate roles 2022-10-06 19:22:18 +01:00
mike12345567 06599e0f17 Building out initial SDK work - converting some existing exporting work to typescript. 2022-10-06 19:10:45 +01:00
Mel O'Hagan 5d33c6ebc9 Fix inherits role options 2022-10-06 18:23:02 +01:00
Mel O'Hagan 21c5287290 UI fixes 2022-10-06 18:19:00 +01:00
Budibase Staging Release Bot 086fdb2160 Update pro version to 2.0.24-alpha.0 2022-10-06 16:43:54 +00:00
mike12345567 cd57ff6ced Merge branch 'develop' of github.com:Budibase/budibase into feature/app-backups 2022-10-06 17:41:41 +01:00
Budibase Staging Release Bot 0d274e3477 v2.0.24-alpha.0 2022-10-06 16:40:43 +00:00
mike12345567 ad6da1bd02 Updating yarn locks. 2022-10-06 17:10:57 +01:00
mike12345567 ee5bb31508 Merge branch 'develop' of github.com:Budibase/budibase into develop 2022-10-06 16:58:33 +01:00
mike12345567 fd74cb3960 Merge branch 'master' of github.com:Budibase/budibase into develop 2022-10-06 16:54:25 +01:00
Michael Drury 8fb8a5dc61
Merge pull request #8161 from Budibase/update-docs-node-version
Update node version in Docs
2022-10-06 16:47:18 +01:00
Rory Powell af24f72166 Process quota emails in account-portal 2022-10-06 16:03:47 +01:00