feat: major UI/UX overhaul, snippets system, and performance fixes

This commit is contained in:
denshooter
2026-02-16 12:31:40 +01:00
parent 6f62b37c3a
commit a5dba298f3
41 changed files with 1610 additions and 499 deletions
+1 -3
View File
@@ -1,13 +1,11 @@
"use client";
import { ExternalLink, ArrowLeft, Github as GithubIcon, Calendar } from "lucide-react";
import Link from "next/link";
import { ExternalLink, ArrowLeft, Github as GithubIcon } from "lucide-react";
import { useEffect, useState } from "react";
import ReactMarkdown from "react-markdown";
import { useTranslations } from "next-intl";
import Image from "next/image";
import { useRouter } from "next/navigation";
import { Skeleton } from "../components/ui/Skeleton";
export type ProjectDetailData = {
id: number;