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 Public App Missing Nav Menu (#8870) 2022-12-02 09:24:20 +00:00
app.js Improve logic around dev tools roles and its usages. Ensure dev tools roles are never used in builder preview 2022-06-09 15:03:43 +01:00
auth.js Use global self endpoint in client apps to differentiate between not being logged in and not having access to an app 2022-03-23 11:41:51 +00:00
blocks.js Make block ejection work properly via the builder rather than client app button hack 2022-08-23 19:05:38 +01:00
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 Improve map actions, tidy up some parts of the map component and ensure settings update properly 2022-03-16 14:53:12 +00:00
context.js Update remaining dependency issues in client 2022-01-20 10:16:13 +00:00
dataSource.js Don't attempt to invalidate related datasources when invalidating query datasources 2022-03-18 15:21:24 +00:00
devTools.js Show devtools even in client app error states, to fix being locked out when changing to a public preview 2022-06-09 15:55:59 +01:00
dnd.js Refactor app preview event sending to support async callbacks in client library 2022-10-24 09:02:50 +01:00
environment.js Fix issue with getting environment details 2022-10-24 09:13:05 +01:00
events.js Refactor app preview event sending to support async callbacks in client library 2022-10-24 09:02:50 +01:00
index.js Template fixes and updates to the file picker. Error handling added to display a warning when navigating to an unpublished or invalid app url. 2023-03-21 09:20:43 +00:00
initialise.js Feedback updates 2023-03-28 11:18:49 +01:00
notification.js Allow configuring whether notification is automatically dismissed or not 2022-08-22 11:08:52 +01:00
org.js Feedback updates 2023-03-28 11:18:49 +01:00
peek.js
routes.js Support navigate to link in new tab (#9800) 2023-03-01 17:41:50 +00:00
rowSelection.js Update how button action for exporting works 2022-03-08 12:58:05 +00:00
screens.js Feedback updates 2023-03-28 11:18:49 +01:00
sidePanel.js Debounce hiding side panel to avoid toggling visibility when cycling through records 2022-12-06 09:55:42 +00:00
state.js
theme.js Add support for custom themes in client apps 2022-07-29 13:33:04 +01:00
uploads.js