Andrew Kingston
|
8fbcf86d40
|
Prevent inline editing of components with missing required settings
|
2022-06-14 15:34:33 +01:00 |
Andrew Kingston
|
f6b55efbec
|
Update client library so that component placeholders are always shown when required settings are missing
|
2022-06-13 12:09:29 +01:00 |
Dean
|
dbbf7afcd0
|
Updated approach to focus behaviour. Placeholder now updates to direct the user to the next required field they haven't entered
|
2022-05-30 12:57:10 +01:00 |
Andrew Kingston
|
7c91d9dceb
|
Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-devtools
|
2022-04-06 11:50:43 +01:00 |
Andrew Kingston
|
2d33b1195e
|
Add event context to button actions to allow passing in params at run time and add corresponding data bindings
|
2022-03-15 11:16:51 +00:00 |
Dean
|
a0588c77ee
|
Initial Commit for Issue/3819. World map component added and a small change to the Component draggable behaviour to accomodate it.
|
2022-03-08 16:41:21 +00:00 |
Andrew Kingston
|
908c0a3efc
|
Add full featured component settings and bindings devtools tabs
|
2022-02-24 21:48:54 +00:00 |
Andrew Kingston
|
0137867f1a
|
Update devtools with new features
|
2022-02-24 15:36:21 +00:00 |
Andrew Kingston
|
96150094b7
|
Fix className autocorrect and make client load time optional
|
2022-02-24 14:14:55 +00:00 |
Andrew Kingston
|
40c6976035
|
Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-devtools
|
2022-02-24 14:03:29 +00:00 |
Andrew Kingston
|
ae9a5b19c0
|
Simply and improve core client library logic
|
2022-02-01 16:32:37 +00:00 |
Andrew Kingston
|
5aa52f4b9d
|
Remove log statements
|
2022-02-01 11:55:31 +00:00 |
Andrew Kingston
|
7c514df39d
|
Cache the determination of client component settings and simplify initialisationlogic
|
2022-01-31 18:54:04 +00:00 |
Andrew Kingston
|
e7b02aec04
|
Add experimental support for caching the creation of HBS template functions
|
2022-01-29 18:53:21 +00:00 |
Andrew Kingston
|
542dc6db2f
|
Fix issue with multiple enrichments before components mount without affecting other components
|
2022-01-25 11:22:26 +00:00 |
Andrew Kingston
|
2290652b27
|
Fix rare issue which could occur when enriching component props twice before an initial render has taken place
|
2022-01-24 19:25:19 +00:00 |
Andrew Kingston
|
e3b8e44eeb
|
Update remaining dependency issues in client
|
2022-01-20 10:16:13 +00:00 |
Andrew Kingston
|
71cf06e6f4
|
Update remaining usage of API in client library
|
2022-01-20 09:57:57 +00:00 |
Andrew Kingston
|
910c58b41d
|
Lint
|
2021-12-17 10:43:27 +00:00 |
Andrew Kingston
|
492c2acc9a
|
Remove initial render of components with undefined props by passing in initial props without triggering svelte invalidation
|
2021-12-17 09:18:07 +00:00 |
Andrew Kingston
|
460d9f8c8d
|
Update core component handling to use svelte function to manually control props in order to avoid triggering additional reactive statements and improve performance
|
2021-12-17 08:22:40 +00:00 |
Andrew Kingston
|
29c5e6c243
|
Add devtools to app preview and add ability to preview apps as different roles
|
2021-11-26 13:25:02 +00:00 |
Andrew Kingston
|
2ab40d51dc
|
Update logic for determining whether to show empty state or not
|
2021-11-18 20:38:55 +00:00 |
Andrew Kingston
|
df29ad1092
|
Be more explicit about the boolean nature of component settings in the manifest and add back in a render key to fix toggling contenteditable attribute on dom elements
|
2021-11-18 20:32:42 +00:00 |
Andrew Kingston
|
c2bf1de547
|
Fix crash when component definition is not found
|
2021-11-18 14:24:10 +00:00 |
Andrew Kingston
|
9fea436cc2
|
Remove log statements
|
2021-11-16 17:52:14 +00:00 |
Andrew Kingston
|
9aa03c39ba
|
Optimise core memoization of client component props to improve performance significantly
|
2021-11-16 16:29:31 +00:00 |
Andrew Kingston
|
d13170ff57
|
Disable drag and drop for components in the selected path when edit mode is enabled to fix firefox issue with text selection when draggable attribute is set
|
2021-11-16 13:17:34 +00:00 |
Andrew Kingston
|
1cfb0f467d
|
Prevent dragging of a component while being edited
|
2021-11-16 11:46:46 +00:00 |
Andrew Kingston
|
638972804d
|
Merge develop into editable text lab day
|
2021-11-16 11:14:46 +00:00 |
Andrew Kingston
|
07f15c5759
|
Add data block component
|
2021-11-12 15:19:25 +00:00 |
Andrew Kingston
|
aa56d6fd63
|
Add card list with search block. Add concept of nested settings which can consume their own contexts and are not enriched at the top level
|
2021-11-08 14:35:58 +00:00 |
Andrew Kingston
|
808d2d0f73
|
Add generic block structure with support for writing blocks like normal svelte components rather than a JSON builder
|
2021-11-02 08:45:27 +00:00 |
Andrew Kingston
|
90403948dd
|
Fix issue editing components in the preview when nested inside another draggable component
|
2021-10-28 15:52:07 +01:00 |
Andrew Kingston
|
7c16a1423b
|
Allow in-preview editing of paragraphs and headings
|
2021-10-28 12:43:31 +01:00 |
Andrew Kingston
|
cae514ca06
|
Simplify client app component re-render keying
|
2021-09-20 15:41:20 +01:00 |
Andrew Kingston
|
9634b021a5
|
Refactor client app data tags to be classnames and simplify logic
|
2021-09-20 15:34:51 +01:00 |
Andrew Kingston
|
f65b374622
|
Remove preview specific data tags from components when running real apps
|
2021-09-20 12:16:23 +01:00 |
Andrew Kingston
|
03be8ee153
|
Prevent DND targetting either above or below the screen/layout, and fix bug determinging whether a drop target is valid
|
2021-09-20 09:12:35 +01:00 |
Andrew Kingston
|
c2aeefae7b
|
Only allow dropping inside empty components that accept children to massively reduce the amount of unwanted drop targets due to parent container components
|
2021-09-20 08:26:44 +01:00 |
Andrew Kingston
|
8460744e68
|
Apply grab cursor when hovering over a draggable component
|
2021-09-17 14:30:54 +01:00 |
Andrew Kingston
|
a05dc7e295
|
Add above/below dnd and support for dropping above/below components which also allow dropping inside
|
2021-09-16 14:28:44 +01:00 |
Andrew Kingston
|
b0f6bd9e76
|
Prevent dragging the screen or layout components, and prevent dragging any layout components when previewing a screen
|
2021-09-16 07:52:49 +01:00 |
Andrew Kingston
|
4be4dd014d
|
Add initial DND implementation with working functionality for dropping inside components
|
2021-09-16 07:28:59 +01:00 |
Andrew Kingston
|
9e5805f092
|
Merge standard-components into the client library
|
2021-09-01 11:41:48 +01:00 |
Andrew Kingston
|
8c114fae34
|
Show component hidden by conditional UI if they would otherwise hide the selected component
|
2021-08-23 14:01:57 +01:00 |
Andrew Kingston
|
10066bf3e0
|
Fix dependency loop in client stores
|
2021-08-20 09:27:38 +01:00 |
Andrew Kingston
|
caccba8fd8
|
Simplify logic for determine default visibility for a conditional UI component
|
2021-07-26 13:16:45 +01:00 |
Andrew Kingston
|
24f6adbcca
|
Add initial work on dynamically updating any setting via conditional UI
|
2021-07-22 19:19:37 +01:00 |
Andrew Kingston
|
e721d4e01d
|
Add initial work on evaluation of conditional UI conditions in client library
|
2021-07-21 14:03:49 +01:00 |