diff --git a/app/images/arrowLeftIcon.svg b/app/images/arrowLeftIcon.svg new file mode 100644 index 00000000..bd012181 --- /dev/null +++ b/app/images/arrowLeftIcon.svg @@ -0,0 +1,3 @@ + + + diff --git a/app/waves/[waveId]/applications/[applicationId]/page.tsx b/app/waves/[waveId]/applications/[applicationId]/page.tsx index c1ae0692..356e038e 100644 --- a/app/waves/[waveId]/applications/[applicationId]/page.tsx +++ b/app/waves/[waveId]/applications/[applicationId]/page.tsx @@ -1,12 +1,16 @@ import { type ReactNode } from "react"; import Image from "next/image"; +import Link from "next/link"; import { notFound } from "next/navigation"; import { getApplicationWithComments } from "@/drizzle/queries/applications"; import { cn } from "@/lib/cn"; import { parseMarkdown } from "@/lib/parseMarkdown"; import { Avatar, AvatarFallback, AvatarImage } from "@/components/ui/avatar"; +import { CategoryBadge } from "@/components/ui/badge"; +import { Button } from "@/components/ui/button"; import { Separator } from "@/components/ui/separator"; +import arrowLeftIcon from "@/app/images/arrowLeftIcon.svg"; import projectPlaceholder from "@/app/images/projectPlaceholder.png"; import { AddCommentForm } from "./addCommentForm/addCommentForm"; @@ -30,7 +34,18 @@ export default async function Application({ return (
-

{application.name}

+
+
+ +

{application.name}

+ Category +
+ +