1
0
Fork 0
mirror of synced 2024-07-05 06:20:55 +12:00
Commit graph

23637 commits

Author SHA1 Message Date
Andrew Kingston b5d50a71d7 Improve DND experience, use correct size of drop placeholder and don't drop if the position is unchanged 2022-10-11 16:02:09 +01:00
Andrew Kingston f2d1730139 Improve column/row detection by appending an ephemeral child component and tune timings 2022-10-11 08:52:45 +01:00
Andrew Kingston 0dd245c21c Remove dragged component from consideration of drop target 2022-10-10 14:00:37 +01:00
Andrew Kingston 90172ec2a1 Fully remove source component from client tree while dragging 2022-10-10 09:51:13 +01:00
Andrew Kingston c5b36863d2 Make DND work again by converting new parent+index params into old target+mode 2022-10-10 09:36:17 +01:00
Andrew Kingston 6cf3a0af5b Tune DND throttle rate 2022-10-10 09:22:47 +01:00
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
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
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
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 e41078f265 Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-eject-blocks 2022-10-07 11:31:32 +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
Budibase Staging Release Bot 086fdb2160 Update pro version to 2.0.24-alpha.0 2022-10-06 16:43:54 +00: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
Budibase Release Bot 0b47da374d Update pro version to 2.0.23 2022-10-06 14:30:28 +00:00
Budibase Release Bot d185ab9bfc v2.0.23 2022-10-06 14:26:45 +00:00
Andrew Kingston 428b786184 Don't clear drop target on invalid selection 2022-10-06 09:17:26 +01:00
Andrew Kingston ee4c5af1c9 Merge branch 'develop' of github.com:Budibase/budibase into dnd-improvements 2022-10-05 17:31:01 +01:00
Budibase Release Bot af0a0c65bb Update pro version to 2.0.22 2022-10-05 15:48:15 +00:00
Budibase Release Bot 9808688025 v2.0.22 2022-10-05 15:44:22 +00:00
Mel O'Hagan 9d67418bf2 Use OG class properties for iOS13 support 2022-10-05 15:53:06 +01:00
Budibase Release Bot aeb0f9af13 Update pro version to 2.0.21 2022-10-05 12:21:31 +00:00
Budibase Release Bot cfebcbf1ab v2.0.21 2022-10-05 12:17:39 +00:00
deanhannigan 810fdf5590
Merge pull request #8137 from Budibase/fix/remove-link-filtering-from-user-bindings
Removed filter excluding links from user bindings.
2022-10-05 12:59:54 +01:00
Peter Clement c7b6a1a0d3
Merge pull request #8133 from Budibase/fix/automation-looping-issues
Fix issues with looping in automations
2022-10-05 12:51:37 +01:00
Dean 450e3174b0 Removed filter excluding links from user bindings. 2022-10-05 12:40:53 +01:00
Budibase Release Bot 4522c6227b Update pro version to 2.0.20 2022-10-05 09:27:39 +00:00
Budibase Release Bot 224e33517c v2.0.20 2022-10-05 09:23:48 +00:00
Michael Drury d5eeb0291f
Merge pull request #8125 from Budibase/fix/table-options-csv
Fixing options type import with CSV
2022-10-05 10:06:06 +01:00
Peter Clement a289d06301 one more log 2022-10-05 10:01:11 +01:00
Andrew Kingston 753e80b33b
Merge pull request #8124 from Budibase/plugin-url-updates
Plugin url updates
2022-10-05 09:57:22 +01:00
Peter Clement 0f0040bc8a remove logs 2022-10-05 09:53:47 +01:00
Peter Clement 523e770db4 fix looping issues in automations 2022-10-05 09:20:59 +01:00
Andrew Kingston 0674efbca8 Update plugin URL utility export to use CJS syntax 2022-10-05 08:57:26 +01:00