mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-21 16:25:11 +02:00
feat: Implement app state store & fix authentication for tvs
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
export let items: Promise<ShowcaseItemProps[]> = Promise.resolve([]);
|
||||
|
||||
let showcaseIndex = 6;
|
||||
let showcaseIndex = 0;
|
||||
let showcaseLength = 0;
|
||||
$: items.then((i) => (showcaseLength = i?.length || 0));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user