Webview: add clanList edit

This commit is contained in:
Johannes Kirschbauer
2024-07-11 18:45:29 +02:00
parent 55ac5553c1
commit e7efce5c66
3 changed files with 82 additions and 65 deletions

View File

@@ -17,6 +17,8 @@ const [clanList, setClanList] = makePersisted(createSignal<string[]>([]), {
storage: localStorage,
});
clanList() && setActiveURI(clanList()[0]);
export { clanList, setClanList };
const App: Component = () => {