windmill
windmill copied to clipboard
Migrate Writable<App> to StateStore<App>
[!IMPORTANT] Migrate app state management from
Writable<App>toStateStore<App>across various components for improved state handling.
- State Management:
- Migrate from
Writable<App>toStateStore<App>for app state management inAppViewerContext.- Update app state access from
$apptoapp.valin components likeAppEditor.svelte,AppEditorHeader.svelte, andAppInputs.svelte.- Component Updates:
- Modify components such as
Grid.svelte,MoveResize.svelte, andAppTutorial.svelteto useStateStorefor state updates.- Adjust functions like
addComponent,deleteSubgrid, andapplyConnectionto reflect new state management.- File Changes:
- Update
AppEditor.svelteto initializeappStoreasStateStore<App>.- Modify
AppEditorHeader.svelteto useapp.valfor accessing app properties.- Adjust
AppInputs.svelteto iterate overapp.val.gridandapp.val.subgrids.This description was created by
for 02db7c1f9bffb0bb379f574c0deb85c168c015f6. You can customize this summary. It will automatically update as commits are pushed.
Deploying windmill with
Cloudflare Pages
| Latest commit: |
02db7c1
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://92dcee69.windmill.pages.dev |
| Branch Preview URL: | https://di-app-store-migration.windmill.pages.dev |