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
Pull out svelte routing library? Or just figure out the best way to navigate to a sub-route e.g. view config and permission pages maybe a sync status page (or should that be a modal? Either way it'll probabably be full-screen on mobile, so should work with the back button).
Rework invokeOnWindow: queue invocations for handlers that don't exist yet and probably use events to know when they're ready
Should fix: F5 not working on some projects
Rework JS/.NET EventBus bridge
Once invokeOnWindow is refactored, is there any more messy JS we can turn into TS or otherwise cleanup? e.g. in SvelteLayout.razor
To aid in getting #1320 merged sooner rather than later, this issue tracks non-crucial planned changes that can be done after it's been merged.
FwLiteDesktop
to something likeFwLiteMaui
(4dceaf4)LocalWebApp
toFwLiteWeb
(7050665)invokeOnWindow
: queue invocations for handlers that don't exist yet and probably use events to know when they're readyinvokeOnWindow
is refactored, is there any more messy JS we can turn into TS or otherwise cleanup? e.g. inSvelteLayout.razor
The text was updated successfully, but these errors were encountered: