From 3ad7d9387e79a1f73735625d0f9f4f4375aeea1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emrik=20=C3=96stling?= Date: Sat, 15 Nov 2025 20:55:39 +0100 Subject: [PATCH] fix style and add mise env --- mise.toml | 3 +++ src/pages/history.tsx | 2 +- src/pages/results.tsx | 16 ++++++++-------- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/mise.toml b/mise.toml index 6376db0..a52e4a5 100644 --- a/mise.toml +++ b/mise.toml @@ -1,2 +1,5 @@ [tools] bun = "1.2.2" + +[env] +JWT_SECRET = "JustForDevelopmentPurposesOnlyChangeMeInProduction!" diff --git a/src/pages/history.tsx b/src/pages/history.tsx index 2b5dbf0..df3c150 100644 --- a/src/pages/history.tsx +++ b/src/pages/history.tsx @@ -133,7 +133,7 @@ export const history = new Elysia().use(userService).get( {job.num_files} {job.finished_files} {job.status} - +

Results

+ +

Delete

+

All

-
-

Delete

-