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
Currently we are switching between the gallery route and the image view via svelte stores, this adds too much global state and makes it difficult to expand and add more files.
We can add new routes to the application, such as /view?image=... or some sort of other implementation that is compatible with sveltekit and tauri https://kit.svelte.dev/docs/routing
The text was updated successfully, but these errors were encountered:
Description
Currently we are switching between the gallery route and the image view via svelte stores, this adds too much global state and makes it difficult to expand and add more files.
Example
Checks like this are problematic
ARK-Gallery/src/routes/+page.svelte
Line 177 in c3dc213
Solution
We can add new routes to the application, such as
/view?image=...
or some sort of other implementation that is compatible with sveltekit and taurihttps://kit.svelte.dev/docs/routing
The text was updated successfully, but these errors were encountered: