feat: use new data fetching in MoviePage

This commit is contained in:
Aleksi Lassila
2026-02-13 17:39:51 +02:00
parent 462d7e4dd2
commit a4e10491e7
4 changed files with 195 additions and 70 deletions

View File

@@ -214,7 +214,6 @@ export function useStackRouter({
};
// Only updates when historyState changes
const visibleStack: Writable<Array<CompStackPage>> = writable([]);
visibleStack.subscribe(console.log);
initializeFromUrl();