(feat): add reply box to messages
(feat): update methanium ui (fix): user data caching (fix): other random stuff (qol): update todo
This commit is contained in:
parent
53728b7436
commit
6a5236bafe
32 changed files with 722 additions and 394 deletions
|
|
@ -8,7 +8,6 @@ import Theme from "./pages/theme";
|
|||
|
||||
export const settingsPages = [
|
||||
{ path: "/", component: Index },
|
||||
{ category: "general", path: "chat", label: "Chat", component: Chat },
|
||||
{
|
||||
category: "account",
|
||||
path: "profile",
|
||||
|
|
@ -21,6 +20,7 @@ export const settingsPages = [
|
|||
label: "Security",
|
||||
component: Security,
|
||||
},
|
||||
{ category: "general", path: "chat", label: "Chat", component: Chat },
|
||||
{ category: "application", path: "cache", label: "Cache", component: Cache },
|
||||
{ category: "application", path: "theme", label: "Theme", component: Theme },
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue