mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
feat: wire editor route, sidebar, mobile nav, and i18n
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
import type { LucideIcon } from "lucide-react";
|
||||
import { FolderOpen, Grid3x3, HelpCircle, LayoutGrid, Settings, Workflow } from "lucide-react";
|
||||
import {
|
||||
FolderOpen,
|
||||
Grid3x3,
|
||||
HelpCircle,
|
||||
LayoutGrid,
|
||||
PenTool,
|
||||
Settings,
|
||||
Workflow,
|
||||
} from "lucide-react";
|
||||
import { Link, useLocation } from "react-router-dom";
|
||||
import { cn } from "@/lib/utils";
|
||||
import { OtterLogo } from "../common/otter-logo";
|
||||
@@ -14,6 +22,7 @@ const topItems: SidebarItem[] = [
|
||||
{ icon: LayoutGrid, label: "Tools", href: "/" },
|
||||
{ icon: Grid3x3, label: "Grid", href: "/fullscreen" },
|
||||
{ icon: Workflow, label: "Automate", href: "/automate" },
|
||||
{ icon: PenTool, label: "Editor", href: "/editor" },
|
||||
{ icon: FolderOpen, label: "Files", href: "/files" },
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user