Andrew Kingston
|
caf8991d92
|
Cache the determination of client component settings and simplify initialisationlogic
|
2022-01-31 18:54:04 +00:00 |
Andrew Kingston
|
4b7fe15598
|
Add experimental support for caching the creation of HBS template functions
|
2022-01-29 18:53:21 +00:00 |
Andrew Kingston
|
604788a244
|
Fix issue with multiple enrichments before components mount without affecting other components
|
2022-01-25 11:22:26 +00:00 |
Andrew Kingston
|
7656887c1a
|
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
|
aab7adce03
|
Update remaining dependency issues in client
|
2022-01-20 10:16:13 +00:00 |
Andrew Kingston
|
5fad127f94
|
Update remaining usage of API in client library
|
2022-01-20 09:57:57 +00:00 |
Andrew Kingston
|
78a3f807a3
|
Lint
|
2021-12-17 10:43:27 +00:00 |
Andrew Kingston
|
58e0daeb8c
|
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
|
86065084c1
|
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
|
1b3317a114
|
Add devtools to app preview and add ability to preview apps as different roles
|
2021-11-26 13:25:02 +00:00 |
Andrew Kingston
|
9057b8e521
|
Update logic for determining whether to show empty state or not
|
2021-11-18 20:38:55 +00:00 |
Andrew Kingston
|
a9a50545c9
|
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
|
347a0d1d0f
|
Fix crash when component definition is not found
|
2021-11-18 14:24:10 +00:00 |
Andrew Kingston
|
9420ee2b5e
|
Remove log statements
|
2021-11-16 17:52:14 +00:00 |
Andrew Kingston
|
f61d89436b
|
Optimise core memoization of client component props to improve performance significantly
|
2021-11-16 16:29:31 +00:00 |
Andrew Kingston
|
ce75b8c9a7
|
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
|
07e455257c
|
Prevent dragging of a component while being edited
|
2021-11-16 11:46:46 +00:00 |
Andrew Kingston
|
2adbaea026
|
Merge develop into editable text lab day
|
2021-11-16 11:14:46 +00:00 |
Andrew Kingston
|
df455c2719
|
Add data block component
|
2021-11-12 15:19:25 +00:00 |
Andrew Kingston
|
a7849eac7d
|
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
|
e6ffccaff7
|
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
|
c48a56b997
|
Fix issue editing components in the preview when nested inside another draggable component
|
2021-10-28 15:52:07 +01:00 |
Andrew Kingston
|
b522726afc
|
Allow in-preview editing of paragraphs and headings
|
2021-10-28 12:43:31 +01:00 |
Andrew Kingston
|
495c20f851
|
Simplify client app component re-render keying
|
2021-09-20 15:41:20 +01:00 |
Andrew Kingston
|
488ec4d988
|
Refactor client app data tags to be classnames and simplify logic
|
2021-09-20 15:34:51 +01:00 |
Andrew Kingston
|
10f754a9ad
|
Remove preview specific data tags from components when running real apps
|
2021-09-20 12:16:23 +01:00 |
Andrew Kingston
|
e19d17c4f5
|
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
|
8cf3971b47
|
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
|
54bf420ef8
|
Apply grab cursor when hovering over a draggable component
|
2021-09-17 14:30:54 +01:00 |
Andrew Kingston
|
bdc86e4c22
|
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
|
97800563c4
|
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
|
0ce0f5c823
|
Add initial DND implementation with working functionality for dropping inside components
|
2021-09-16 07:28:59 +01:00 |
Andrew Kingston
|
047cd4ea88
|
Merge standard-components into the client library
|
2021-09-01 11:41:48 +01:00 |
Andrew Kingston
|
796dc24b06
|
Show component hidden by conditional UI if they would otherwise hide the selected component
|
2021-08-23 14:01:57 +01:00 |
Andrew Kingston
|
08171c1e68
|
Fix dependency loop in client stores
|
2021-08-20 09:27:38 +01:00 |
Andrew Kingston
|
73643793c9
|
Simplify logic for determine default visibility for a conditional UI component
|
2021-07-26 13:16:45 +01:00 |
Andrew Kingston
|
204de7c4d3
|
Add initial work on dynamically updating any setting via conditional UI
|
2021-07-22 19:19:37 +01:00 |
Andrew Kingston
|
5e5332cd4f
|
Add initial work on evaluation of conditional UI conditions in client library
|
2021-07-21 14:03:49 +01:00 |
Andrew Kingston
|
be2ec9b427
|
Aggressively optimise client library to prevent handlebars enrichment where possible
|
2021-06-25 15:04:27 +01:00 |
Andrew Kingston
|
be03bbe5bc
|
Remove transition setting from components
|
2021-06-18 12:41:15 +01:00 |
Andrew Kingston
|
4a3c480b26
|
Prevent hovering over layout components when editing screens
|
2021-06-11 13:34:37 +01:00 |
Andrew Kingston
|
ca88e2abe1
|
Allow user styles to override placeholder styles
|
2021-06-11 09:14:22 +01:00 |
Andrew Kingston
|
f76898d80e
|
Add manifest option to prevent showing component empty states
|
2021-06-11 08:49:06 +01:00 |
Andrew Kingston
|
79993bafda
|
Add placeholders and empty states automatically as required to any empty client components
|
2021-06-11 08:05:49 +01:00 |
Andrew Kingston
|
65e7453fbf
|
Render builder preview selection indicators via top level component instead of via styleable healper. Add indiciator on hover and add name to indicator
|
2021-06-08 14:19:03 +01:00 |
Andrew Kingston
|
888f6cf398
|
Move settings bar into client library and allow configuration from manifest.json
|
2021-06-08 08:00:54 +01:00 |
Andrew Kingston
|
a22fd8a0a1
|
Improve client performance and add action to control data provider queries
|
2021-06-01 14:59:42 +01:00 |
mike12345567
|
68735f1b4f
|
Formatting.
|
2021-03-10 17:56:16 +00:00 |
Keviin Åberg Kultalahti
|
cda7c7f4c1
|
moves the transition setting to the design panel
|
2021-03-01 16:46:05 +01:00 |
Andrew Kingston
|
5846e2ef7c
|
Change how client provides the current user so that the whole app is actually wrapped in a provider which provides the current user
|
2021-02-05 11:44:33 +00:00 |
Andrew Kingston
|
9c0e417408
|
Add custom component actions. Simplify client context. Add form validation action
|
2021-02-01 18:51:22 +00:00 |
Andrew Kingston
|
e0b6e78f72
|
Merge branch 'master' of github.com:Budibase/budibase into form-builder
|
2021-01-29 16:59:24 +00:00 |
Andrew Kingston
|
a4de9668ed
|
Add attachment field to forms
|
2021-01-29 13:22:38 +00:00 |
Andrew Kingston
|
9d870dbccc
|
Add current user bindings, and current user relationships as data sources
|
2021-01-28 14:29:35 +00:00 |
Andrew Kingston
|
6631fe2af8
|
Update builder preview to be interactive and improve builder preview experience
|
2021-01-27 15:52:12 +00:00 |
Andrew Kingston
|
343687cbab
|
Stop component crashing if children don't exist
|
2021-01-22 11:08:42 +00:00 |
Andrew Kingston
|
4188761ea6
|
Merge branch 'master' of github.com:Budibase/budibase into component-binding-refactor
|
2021-01-22 11:07:27 +00:00 |
Andrew Kingston
|
9978d0707d
|
Merge branch 'feature/handlebars-migration' of github.com:Budibase/budibase into form-builder
|
2021-01-21 11:31:45 +00:00 |
Andrew Kingston
|
ce6d89bc5c
|
Only update components when their props actually change
|
2021-01-21 10:41:30 +00:00 |
Andrew Kingston
|
976517e028
|
Update client library to handle async enrichment
|
2021-01-20 13:49:41 +00:00 |
kevmodrome
|
84450d0323
|
adds a empty state for no components added in the repeater
|
2021-01-19 15:21:23 +01:00 |
Andrew Kingston
|
9b035df33e
|
WIP component management and definition refactor
|
2021-01-12 20:00:35 +00:00 |
Andrew Kingston
|
a40bf95c41
|
Enable selecting components from the builder preview and apply any custom styles
|
2021-01-06 10:13:30 +00:00 |
Andrew Kingston
|
ce2bff5bab
|
Move selection highlighting in builder preview in to client library and replace handlebars with mustache again
|
2020-12-02 13:49:24 +00:00 |
Andrew Kingston
|
48a5a50e85
|
Optimise builder preview speed and performance and fix components not updating when changing props
|
2020-11-30 12:11:50 +00:00 |
Andrew Kingston
|
c962ea9ad9
|
Fix charts not correctly using data context
|
2020-11-25 18:43:58 +00:00 |
Andrew Kingston
|
1e857f101a
|
Add button actions, simplify contexts and tidy up
|
2020-11-25 09:50:51 +00:00 |
Andrew Kingston
|
199c3409c9
|
Simplify data contexts
|
2020-11-24 11:28:31 +00:00 |
Andrew Kingston
|
be4106eae4
|
Add component data binding and simplify context sharing
|
2020-11-24 11:02:10 +00:00 |
Andrew Kingston
|
18a0f3888b
|
Add proper hot reloading of app preview when styles change
|
2020-11-24 09:31:54 +00:00 |
Andrew Kingston
|
b3cd81d832
|
Fix builder preview
|
2020-11-23 11:29:24 +00:00 |
Andrew Kingston
|
093d7f95b9
|
Tidy up data binding
|
2020-11-20 10:49:39 +00:00 |
Andrew Kingston
|
1b0fa94dff
|
Add support for full depth data binding
|
2020-11-20 09:50:10 +00:00 |
Andrew Kingston
|
e9fc20696b
|
Fix data binding after file rename
|
2020-11-19 09:31:49 +00:00 |
Andrew Kingston
|
261ae68907
|
Add data binding enrichment
|
2020-11-19 09:24:58 +00:00 |
Andrew Kingston
|
1a8d781c8c
|
Refactor entire SDK into client lib and enable svelte context sharing between client and components
|
2020-11-18 19:18:18 +00:00 |
Andrew Kingston
|
65610fde3c
|
Remove log statements
|
2020-11-17 12:09:02 +00:00 |
Andrew Kingston
|
e11656fa24
|
Add lots of new work on client library rewrite
|
2020-11-17 12:08:24 +00:00 |
Andrew Kingston
|
3a981ac256
|
Add initial new routing and svelte client app generation
|
2020-11-13 15:42:32 +00:00 |