feat: added a mobile navigation to the front-end.

This commit is contained in:
Bram Suurd
2025-09-29 16:38:14 +02:00
parent 99971d6cb3
commit 75d26f2de6
6 changed files with 162 additions and 27 deletions

View File

@@ -6,7 +6,7 @@ import { Command as CommandPrimitive } from "cmdk";
import { Search } from "lucide-react";
import * as React from "react";
import { Dialog, DialogContent } from "@/components/ui/dialog";
import { Dialog, DialogContent, DialogHeader, DialogTitle } from "@/components/ui/dialog";
import { cn } from "@/lib/utils";
const Command = React.forwardRef<