From 12cfb7b0f012038c466314b469fd62f0f7e23d42 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Thu, 5 Jun 2025 21:43:43 +0400 Subject: [PATCH] refac: admin evaluation pages --- src/lib/components/admin/Evaluations.svelte | 32 ++++++++++++++++--- .../(app)/admin/evaluations/+page.svelte | 7 ++++ .../admin/evaluations/[tab]/+page.svelte | 5 +++ 3 files changed, 40 insertions(+), 4 deletions(-) create mode 100644 src/routes/(app)/admin/evaluations/[tab]/+page.svelte diff --git a/src/lib/components/admin/Evaluations.svelte b/src/lib/components/admin/Evaluations.svelte index a5532ae2f..d223db57c 100644 --- a/src/lib/components/admin/Evaluations.svelte +++ b/src/lib/components/admin/Evaluations.svelte @@ -1,6 +1,8 @@ @@ -37,12 +59,13 @@ class="tabs flex flex-row overflow-x-auto gap-2.5 max-w-full lg:gap-1 lg:flex-col lg:flex-none lg:w-40 dark:text-gray-200 text-sm font-medium text-left scrollbar-none" >