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:
parent
8f154ce5ae
commit
00af303555
2 changed files with 0 additions and 14 deletions
|
|
@ -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`}
|
||||||
|
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
||||||
<script lang="ts">
|
|
||||||
// TODO
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<h3>Ignored users</h3>
|
|
||||||
|
|
||||||
<p>This page is still under construction!</p>
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue