You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: clear AppBuilder store when navigating to the dashboard (#16267)
* fix: clear app builder store when navigating to the dashboard
Co-authored-by: Copilot <[email protected]>
* fix: update subproject commits for frontend and server components
* fix: correct import path for resetAppBuilderStore in AppLoader
* feat: implement timer registry for managing timeouts and intervals
* feat: implement reset functionality for app state and dependency graphs
Co-authored-by: Copilot <[email protected]>
* chore: update subproject commits for frontend and server
* Fix: git-sync header race condition on rapid app switching
useGitSyncConfig now falls back to workspaceBranchesStore.orgGitConfig
when AppBuilder store's orgGit is null (during the reset→fetchAppGit gap).
This prevents the header from briefly rendering non-git state.
* fix: enhance app loader to handle browser navigation and store reinitialization
* update submodule
---------
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Vijaykant Yadav <[email protected]>
// The following function will be resposible to convert dynamic values like `Hello {{components.compId.value}} {{components.compId2.value}}` to `Hello 123 456 `
0 commit comments