mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 11:39:16 +01:00
feat: ✨ Add preferences page
This commit is contained in:
parent
a6635bc888
commit
5203f47409
7 changed files with 135 additions and 7 deletions
|
|
@ -61,25 +61,25 @@ import ThemeSwitcher from "./theme-switcher.vue";
|
|||
const data = {
|
||||
navMain: [
|
||||
{
|
||||
title: "Settings",
|
||||
url: "#",
|
||||
title: "Preferences",
|
||||
url: "/preferences",
|
||||
icon: Settings2,
|
||||
items: [
|
||||
{
|
||||
title: "Appearance",
|
||||
url: "#",
|
||||
url: "/preferences/appearance",
|
||||
},
|
||||
{
|
||||
title: "Behaviour",
|
||||
url: "#",
|
||||
url: "/preferences/behaviour",
|
||||
},
|
||||
{
|
||||
title: "Emojis",
|
||||
url: "#",
|
||||
url: "/preferences/emojis",
|
||||
},
|
||||
{
|
||||
title: "Roles",
|
||||
url: "#",
|
||||
url: "/preferences/roles",
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue