add: added a user page and button to delete them

This commit is contained in:
Lukian 2025-04-09 15:26:48 +02:00
parent 6c19015a29
commit 4045681913
8 changed files with 235 additions and 1 deletions

View file

@ -9,6 +9,7 @@ export default function TopBar({ user }: { user: User | undefined }) {
<div className="topbar-left">
<Link to="/">Home</Link>
<Link to="/channels">Channels</Link>
<Link to="/users">Users</Link>
</div>
<div className="topbar-center">
{user && user.id == 5 ? (