From e53a8708937147d99830cfed49868df5183f308d Mon Sep 17 00:00:00 2001 From: backuppc Date: Tue, 2 Dec 2025 17:29:59 +0900 Subject: [PATCH] Change title to white, add authorized-only Add button for patches --- Project/frontend/src/pages/PatchList.tsx | 34 ++++++++++++++++++++++-- 1 file changed, 32 insertions(+), 2 deletions(-) diff --git a/Project/frontend/src/pages/PatchList.tsx b/Project/frontend/src/pages/PatchList.tsx index 14ba92b..67fd10f 100644 --- a/Project/frontend/src/pages/PatchList.tsx +++ b/Project/frontend/src/pages/PatchList.tsx @@ -1,5 +1,5 @@ import { useState, useEffect } from 'react'; -import { FileText, Search, RefreshCw, Calendar, Edit3, User } from 'lucide-react'; +import { FileText, Search, RefreshCw, Calendar, Edit3, User, Plus } from 'lucide-react'; import { comms } from '@/communication'; import { BoardItem } from '@/types'; @@ -138,6 +138,36 @@ export function PatchList() { )} 조회 + + @@ -188,7 +218,7 @@ export function PatchList() { )} -

{item.title}

+

{item.title}

{formatDate(item.wdate)}