Added more settings options

This commit is contained in:
Lucas Oliveira 2024-04-26 01:37:51 +02:00
commit 8536ad8204
2 changed files with 47 additions and 1 deletions

View file

@ -15,6 +15,46 @@ export default function SettingsPage(): JSX.Element {
}, [pathname]);
const sidebarNavItems = [
{
title: "General",
href: "/settings/general",
icon: (
<ForwardedIconComponent
name="SlidersHorizontal"
className="mx-[0.08rem] w-[1.1rem] stroke-[1.5]"
/>
),
},
{
title: "Theme",
href: "/settings/theme",
icon: (
<ForwardedIconComponent
name="Palette"
className="mx-[0.08rem] w-[1.1rem] stroke-[1.5]"
/>
),
},
{
title: "Bundles",
href: "/settings/bundles",
icon: (
<ForwardedIconComponent
name="Boxes"
className="mx-[0.08rem] w-[1.1rem] stroke-[1.5]"
/>
),
},
{
title: "Integrations",
href: "/settings/integrations",
icon: (
<ForwardedIconComponent
name="Blocks"
className="mx-[0.08rem] w-[1.1rem] stroke-[1.5]"
/>
),
},
{
title: "Global Variables",
href: "/settings/global-variables",
@ -26,7 +66,7 @@ export default function SettingsPage(): JSX.Element {
),
},
{
title: "Keyboard Shortcuts",
title: "Shortcuts",
href: "/settings/shortcuts",
icon: (
<ForwardedIconComponent name="Keyboard" className="w-5 stroke-[1.5]" />

View file

@ -5,6 +5,7 @@ import {
ArrowUpToLine,
Bell,
Binary,
Blocks,
BookMarked,
BookmarkPlus,
Bot,
@ -87,6 +88,7 @@ import {
MoreHorizontal,
Network,
Package2,
Palette,
Paperclip,
Pencil,
PencilLine,
@ -109,6 +111,7 @@ import {
Share2,
Shield,
Sliders,
SlidersHorizontal,
Snowflake,
Sparkles,
Square,
@ -414,6 +417,9 @@ export const nodeIconsLucide: iconsType = {
MoonIcon,
Bell,
ChevronLeft,
SlidersHorizontal,
Palette,
Blocks,
ChevronDown,
ArrowLeft,
Shield,