Andrew Kingston
|
e8b993b14c
|
Add working side panels to table blocks
|
2022-11-17 10:16:45 +00:00 |
Andrew Kingston
|
aa81e0451a
|
Add button action for showing/hiding side panels
|
2022-11-14 15:02:57 +00:00 |
Dean
|
e92d8c6b90
|
Temporarily disable screen component validation
|
2022-11-03 14:27:47 +00:00 |
Andrew Kingston
|
f1714ab2a5
|
Improve performance by fixing multiple instances of redundant client app initialisations
|
2022-10-21 16:54:01 +01:00 |
Andrew Kingston
|
6a96d447e9
|
Ensure allowed component list is actually accurate and prevent any way around illegal component nesting
|
2022-10-20 19:49:14 +01:00 |
Andrew Kingston
|
73a229b9ec
|
Add proper validation for nesting illegal combinations of components
|
2022-10-20 16:03:53 +01:00 |
Andrew Kingston
|
9a94e9da7c
|
Use a container as the DND placeholder and use approx size when dragging into grids
|
2022-10-19 14:39:28 +01:00 |
Andrew Kingston
|
a870d2473d
|
Allow grid DND without selecting components
|
2022-10-18 18:29:21 +01:00 |
Andrew Kingston
|
774566d03b
|
Merge branch 'dnd-improvements' of github.com:Budibase/budibase into cheeks-lab-day-grid
|
2022-10-18 08:12:11 +01:00 |
Andrew Kingston
|
3f429ff3ce
|
Lint and prevent scrolling to selected component when starting dragging
|
2022-10-14 19:45:47 +01:00 |
Andrew Kingston
|
a71a553ee6
|
Add ability to drag new components into the preview
|
2022-10-14 13:37:14 +01:00 |
Dean
|
909a8b7074
|
Merge remote-tracking branch 'origin/develop' into feature/blocks-in-auto-screens
|
2022-10-13 16:54:55 +01:00 |
Dean
|
2bff6254de
|
Initial commit, refactoring of autoscreens to incorporate blocks
|
2022-10-11 17:05:19 +01:00 |
Dean
|
07be0208e5
|
Merge remote-tracking branch 'origin/develop' into feature/qr-barcode-reader
|
2022-10-10 09:08:48 +01:00 |
Andrew Kingston
|
f27704ccf6
|
Merge branch 'develop' of github.com:Budibase/budibase into form-block
|
2022-10-07 12:45:53 +01:00 |
Andrew Kingston
|
bdce3fc9fc
|
Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-eject-blocks
|
2022-10-07 11:31:32 +01:00 |
Dean
|
c09154b03e
|
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 |
Dean
|
e251c914ff
|
Review feedback changes. Changed 'Code' labelling to 'Scanned Code'
|
2022-10-06 13:02:17 +01:00 |
Dean
|
acf583120a
|
Removed filter excluding links from user bindings.
|
2022-10-05 12:40:53 +01:00 |
Dean
|
2ec21741d1
|
Initial commit of QR Reader field
|
2022-10-05 09:28:07 +01:00 |
Andrew Kingston
|
6272c7cb66
|
Fix generating datsource structure for components which have a setting of type table
|
2022-09-30 16:26:29 +01:00 |
Andrew Kingston
|
ef9650136a
|
Hot reload custom component settings in the builder
|
2022-09-30 16:26:15 +01:00 |
Andrew Kingston
|
293ab37636
|
Use friendly name when adding instances of custom components
|
2022-09-30 16:26:02 +01:00 |
Andrew Kingston
|
0840bcb7d7
|
Fix custom components not working properly with generated bindings
|
2022-09-30 16:23:26 +01:00 |
Andrew Kingston
|
0a80947b51
|
Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-grid
|
2022-09-26 16:22:13 +01:00 |
Andrew Kingston
|
45627661f1
|
Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-grid
|
2022-09-20 17:23:52 +01:00 |
Dean
|
a6cee09812
|
Filter 'link' fields from the Current User bindings
|
2022-09-20 11:09:58 +01:00 |
Dean
|
d0d63f14b0
|
Removed redundant display variable from user bindings
|
2022-09-20 10:15:23 +01:00 |
Dean
|
58d96d3a6b
|
Minor change to ensure correct labelling for OAuthToken binding
|
2022-09-20 10:07:07 +01:00 |
Dean
|
09ff6a2556
|
Merge remote-tracking branch 'origin/develop' into fix/missing-rest-binding-category-names
|
2022-09-16 17:34:22 +01:00 |
Dean
|
5347a8339c
|
Minor fix to add categories for rest bindings
|
2022-09-16 17:32:50 +01:00 |
mike12345567
|
ee40819c9e
|
Merge branch 'master' of github.com:Budibase/budibase into develop
|
2022-09-16 16:13:20 +01:00 |
mike12345567
|
fc8dc9f176
|
Fixing issue introduced by fix for #7683 - encoding the query string caused handlebars statements to break, this rectifies that.
|
2022-09-15 19:35:55 +01:00 |
Dean
|
78d72b78cb
|
Fix to include the current user bindings in datasource queries
|
2022-09-15 16:39:25 +01:00 |
Dean
|
f0f222f9ea
|
Merge branch 'feature/day-pass-pricing' of github.com:Budibase/budibase into feature/day-pass-pricing
|
2022-09-15 09:06:48 +01:00 |
Dean
|
132f347916
|
Apps Page update to hide apps when sessions are maxed. General refactoring and updates to the licensing notification flows.
|
2022-09-14 18:04:58 +01:00 |
mike12345567
|
8744d0a86c
|
Renaming data source -> datasource as per Mel's request.
|
2022-09-14 12:11:20 +01:00 |
Dean
|
b848fc52d9
|
Merge branch 'feature/day-pass-pricing' of github.com:Budibase/budibase into feature/day-pass-pricing
|
2022-09-13 11:52:58 +01:00 |
Dean
|
60feccaac0
|
Merge commit
|
2022-09-13 11:52:31 +01:00 |
Andrew Kingston
|
c873a4d965
|
Merge branch 'cheeks-lab-day-eject-blocks' of github.com:Budibase/budibase into form-block
|
2022-09-13 11:32:04 +01:00 |
Andrew Kingston
|
3283a0ab5a
|
Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-eject-blocks
|
2022-09-13 11:31:45 +01:00 |
Andrew Kingston
|
229c7cf49f
|
Fix issue with duplicating components not replacing IDs on component itself
|
2022-09-06 09:21:16 +01:00 |
Andrew Kingston
|
5577f31a17
|
Merge branch 'cheeks-lab-day-eject-blocks' of github.com:Budibase/budibase into form-block
|
2022-09-06 09:00:21 +01:00 |
Andrew Kingston
|
3088616c47
|
Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-eject-blocks
|
2022-09-06 08:53:10 +01:00 |
mike12345567
|
5c62bdac2e
|
Merge branch 'develop' of github.com:Budibase/budibase into plugins-dev-experience
|
2022-09-05 14:14:47 +01:00 |
Martin McKeaveney
|
e4a9b684c7
|
Merge branch 'develop' of github.com:Budibase/budibase into revert-7503-revert-7414-feature/binding-ux-update
|
2022-09-02 18:45:00 +01:00 |
mike12345567
|
e149b3d807
|
Merge branch 'develop' of github.com:Budibase/budibase into plugins-dev-experience
|
2022-08-31 16:24:10 +01:00 |
Andrew Kingston
|
512d225389
|
Merge pull request #7450 from Budibase/cheeks-fixes
App navigation and screen migration for imports and templates
|
2022-08-31 15:27:18 +01:00 |
Martin McKeaveney
|
3f26c411c9
|
Revert "Revert "Feature/binding ux update""
|
2022-08-30 10:16:15 +01:00 |
Martin McKeaveney
|
65bf17b87c
|
Revert "Feature/binding ux update"
|
2022-08-30 10:16:01 +01:00 |