feat(dashboard): remove WIP ignored users page

we're not entirely sure how to implement this yet, so putting it on the backburner for now.
This commit is contained in:
sam 2024-10-29 21:32:50 +01:00
parent 8f154ce5ae
commit 00af303555
Signed by: sam
GPG key ID: 5F3C3C1B3166639D
2 changed files with 0 additions and 14 deletions

View file

@ -56,13 +56,6 @@
> >
Ignored channels Ignored channels
</NavLink> </NavLink>
<NavLink
href="/dash/{data.guild.id}/ignored-users"
active={$page.url.pathname === `/dash/${data.guild.id}/ignored-users`}
>
Ignored users
</NavLink>
<NavLink <NavLink
href="/dash/{data.guild.id}/key-roles" href="/dash/{data.guild.id}/key-roles"
active={$page.url.pathname === `/dash/${data.guild.id}/key-roles`} active={$page.url.pathname === `/dash/${data.guild.id}/key-roles`}

View file

@ -1,7 +0,0 @@
<script lang="ts">
// TODO
</script>
<h3>Ignored users</h3>
<p>This page is still under construction!</p>