Andrew Kingston
|
23eb09ab6a
|
Don't reset component padded state for DND until dragging stops, to prevent jankiness due to losing space
|
2022-10-14 15:45:02 +01:00 |
Andrew Kingston
|
d997afffc0
|
Add ability to drag new components into the preview
|
2022-10-14 13:37:14 +01:00 |
Andrew Kingston
|
2c8dd09a56
|
Merge branch 'develop' of github.com:Budibase/budibase into dnd-improvements
|
2022-10-14 08:54:47 +01:00 |
Dean
|
7a2cd4403a
|
Removed commented out barcode scanner config
|
2022-10-13 17:06:04 +01:00 |
Dean
|
2c2a98c163
|
Merge remote-tracking branch 'origin/develop' into feature/blocks-in-auto-screens
|
2022-10-13 16:54:55 +01:00 |
Dean
|
b3c1f9196e
|
Merge remote-tracking branch 'origin/develop' into feature/blocks-in-auto-screens
|
2022-10-13 16:49:10 +01:00 |
Dean
|
c162ad458c
|
Merge remote-tracking branch 'origin/develop' into feature/qr-barcode-reader
|
2022-10-13 16:16:28 +01:00 |
Rory Powell
|
ef433633b2
|
Merge branch 'master' into merge-master
|
2022-10-12 10:19:46 +01:00 |
Dean
|
f5089e52c6
|
Initial commit, refactoring of autoscreens to incorporate blocks
|
2022-10-11 17:05:19 +01:00 |
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 |
Dean
|
6809bd72ed
|
Ensure field type is preserved if it contains a slash. Some additional refactoring
|
2022-10-10 14:20:06 +01:00 |
Andrew Kingston
|
0dd245c21c
|
Remove dragged component from consideration of drop target
|
2022-10-10 14:00:37 +01:00 |
Mel O'Hagan
|
1b4531ec29
|
Allow deleteComponent from settings bar
|
2022-10-10 13:36:32 +01:00 |
Dean
|
806d832dff
|
Code review updates
|
2022-10-10 10:39:34 +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 |
Dean
|
91e63ca2c9
|
Merge remote-tracking branch 'origin/develop' into feature/qr-barcode-reader
|
2022-10-10 09:08:48 +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
|
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 |
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 |
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 |
mike12345567
|
ee5bb31508
|
Merge branch 'develop' of github.com:Budibase/budibase into develop
|
2022-10-06 16:58:33 +01:00 |
Dean
|
4b5fa6a093
|
Review feedback changes. Changed 'Code' labelling to 'Scanned Code'
|
2022-10-06 13:02:17 +01:00 |
Dean
|
e060db2929
|
UX/UI updates and rollup config changes to exclude common warnings
|
2022-10-06 09:54:43 +01: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 |
Mel O'Hagan
|
9d67418bf2
|
Use OG class properties for iOS13 support
|
2022-10-05 15:53:06 +01:00 |
Dean
|
5836c2b3c4
|
Initial commit of QR Reader field
|
2022-10-05 09:28:07 +01:00 |
Andrew Kingston
|
22e949ee80
|
Remove log
|
2022-10-04 16:33:27 +01:00 |
Andrew Kingston
|
fc19765628
|
Always use the raw server plugin JS URL
|
2022-10-04 16:27:15 +01:00 |
Andrew Kingston
|
5684543752
|
Use raw server jsUrl when rendering plugins
|
2022-10-04 15:01:18 +01:00 |
deanhannigan
|
cf8b5be13e
|
Merge pull request #8014 from Budibase/feature/automation-log-filter-by-license
Feature/automation log filter by license
|
2022-10-03 10:49:24 +01:00 |
Andrew Kingston
|
1b497861e3
|
Merge branch 'develop' of github.com:Budibase/budibase into dnd-improvements
|
2022-10-03 09:53:53 +01:00 |
Andrew Kingston
|
cb96c67c74
|
Ensure only one instance of the client websocket exists and reduce reconnection attemps
|
2022-09-30 16:26:19 +01:00 |
Andrew Kingston
|
de536d6f26
|
Hot reload custom component settings in the builder
|
2022-09-30 16:26:15 +01:00 |
Andrew Kingston
|
f43d5ea394
|
Show notification when a plugin is hot reloaded
|
2022-09-30 16:26:07 +01:00 |
Andrew Kingston
|
3f80c02038
|
Fetch environment info early in the client app initialisation process
|
2022-09-30 12:31:16 +01:00 |
Dean
|
225f000b2a
|
Centralised licensing types to frontend-core contants. Some minor refactoring
|
2022-09-29 09:17:22 +01:00 |