1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-11-24 23:01:05 +03:00

frontend: split the various lists off the home page

This commit is contained in:
Quentin Gliech
2023-08-08 17:06:39 +02:00
parent 0ea574f57e
commit 3feb9113bb
16 changed files with 752 additions and 56 deletions

View File

@@ -42,8 +42,8 @@ const Layout: React.FC<{ children?: React.ReactNode }> = ({ children }) => {
<UserGreeting userId={userId} />
<NavBar>
<NavItem route={{ type: "home" }}>Sessions</NavItem>
<NavItem route={{ type: "account" }}>Emails</NavItem>
<NavItem route={{ type: "home" }}>Home</NavItem>
<NavItem route={{ type: "email-list" }}>Emails</NavItem>
</NavBar>
<main>{children}</main>