feat: modern and animated notices on homepage

This commit is contained in:
SethBurkart123
2025-06-18 12:49:35 +10:00
parent c9fe4e0e1c
commit 566f326dce
5 changed files with 991 additions and 176 deletions
@@ -328,6 +328,18 @@
/>
</div>
</div>
<div class="flex justify-between items-center px-4 py-3">
<div class="pr-4">
<h2 class="text-sm font-bold">Mock Notices</h2>
<p class="text-xs">Use fake notice data on homepage instead of real data</p>
</div>
<div>
<Switch
state={$settingsState.mockNotices ?? false}
onChange={(isOn: boolean) => settingsState.mockNotices = isOn}
/>
</div>
</div>
</div>
{/if}
</div>