feat: add dashboard page
All checks were successful
Docker Build and Push / build-and-push (push) Successful in 6m56s
renovate / renovate (push) Successful in 1m2s

This commit is contained in:
2026-01-02 17:06:02 +07:00
parent 44fe466634
commit 7e5c12c1d1
4 changed files with 1451 additions and 9 deletions

View File

@@ -639,6 +639,7 @@ export default function Home() {
selectedServer={selectedServer}
onServerSelect={setSelectedServer}
isAuthenticated={logedin != null ? true : false}
userId={logedin?.id}
/>
<div className="max-w-3xl mx-auto">