feat: add withPersistence state, change theme state

This commit is contained in:
2026-02-11 11:46:13 +05:00
parent bfca034ec8
commit 9e1eeb57bc
14 changed files with 438 additions and 328 deletions
+2 -2
View File
@@ -12,8 +12,8 @@
<div class="header-content">
<h1>Twitch Panels</h1>
<button class="theme-toggle" aria-label="Toggle theme" onclick={toggleTheme}>
<Sun />
<Moon />
<Sun class="sun-icon" />
<Moon class="moon-icon" />
</button>
</div>
</header>