1
0
Fork 0
mirror of synced 2024-09-19 18:59:06 +12:00
budibase/packages/client/src/stores
Andrew Kingston f2b12bcf45 Component error state improvements (#10136)
* Tidy logic for creating initial component instances

* Add initial implementation of enriching empty settings

* Fix regression that prevented custom placeholders from working (#9994)

* Tidy up

* Add automatic naming of form fields when added

* Update missing required setting placeholder

* Improve error states and add ability to automatically wrap a component in a required parent type

* Fix crash in column editor and rename component placeholder to error state

* Select the parent component after adding it when wrapping a component with a missing ancestor

* Fix blocks and make fields require forms

* Improve empty component placeholder

* Lint
2023-03-28 21:11:33 +01:00
..
derived
app.js
auth.js
blocks.js
builder.js Component error state improvements (#10136) 2023-03-28 21:11:33 +01:00
components.js Component error state improvements (#10136) 2023-03-28 21:11:33 +01:00
confirmation.js
context.js
dataSource.js
devTools.js
dnd.js
environment.js
events.js
index.js
initialise.js Feedback updates 2023-03-28 11:18:49 +01:00
notification.js
org.js Feedback updates 2023-03-28 11:18:49 +01:00
peek.js
routes.js
rowSelection.js
screens.js Feedback updates 2023-03-28 11:18:49 +01:00
sidePanel.js
state.js
theme.js
uploads.js