feat(profile): add profile page and styles, update route access
Docker Image / Build and Push Docker Image (push) Successful in 4m8s

This commit is contained in:
2026-07-07 19:11:25 +08:00
parent 1f1674ee59
commit 43e5cc95af
6 changed files with 597 additions and 2 deletions
+2
View File
@@ -21,6 +21,7 @@ export const ROUTES = {
root: "/",
splash: "/splash",
chat: "/chat",
profile: "/profile",
auth: "/auth",
sidebar: "/sidebar",
subscription: "/subscription",
@@ -52,6 +53,7 @@ export const ROUTE_BUILDERS = {
export const ALL_STATIC_ROUTES: readonly StaticRoute[] = [
ROUTES.splash,
ROUTES.chat,
ROUTES.profile,
ROUTES.auth,
ROUTES.sidebar,
ROUTES.coinsRules,