From c2ddaec29c399df812aa151b7df090ea03ad9e44 Mon Sep 17 00:00:00 2001 From: Felix Schneider <99918022+trueberryless@users.noreply.github.com> Date: Mon, 6 Jul 2026 22:05:23 +0200 Subject: [PATCH 1/7] style: improve design of website --- bun.lock | 1 - src/components/App.tsx | 156 ++++++++++++++++++++++++++------------- src/layouts/Layout.astro | 5 +- src/pages/index.astro | 30 ++++---- src/styles/global.css | 4 +- 5 files changed, 124 insertions(+), 72 deletions(-) diff --git a/bun.lock b/bun.lock index 5776a54..9707c68 100644 --- a/bun.lock +++ b/bun.lock @@ -29,7 +29,6 @@ "@babel/template": "7.29.7", "@babel/traverse": "7.29.7", "@babel/types": "7.29.7", - "@emnapi/runtime": "1.11.1", "@jridgewell/trace-mapping": "0.3.31", "esbuild": "0.28.1", "is-docker": "4.0.0", diff --git a/src/components/App.tsx b/src/components/App.tsx index f143f72..614f849 100644 --- a/src/components/App.tsx +++ b/src/components/App.tsx @@ -203,11 +203,11 @@ export default function App() { return ( <> -
-
+
+
- setLimitInput(e.currentTarget.value)} - onKeyPress={(e) => { - if (e.key === "Enter") startAnalysis(); - }} - class="w-full px-4 py-2 bg-white dark:bg-slate-800 border border-slate-300 dark:border-slate-700 rounded-lg focus:ring-2 focus:ring-blue-500 focus:outline-none dark:text-white" - /> +
+ setLimitInput(e.currentTarget.value)} + onKeyPress={(e) => { + if (e.key === "Enter") startAnalysis(); + }} + class="w-full px-4 py-2.5 bg-slate-950/60 border border-r-0 border-slate-800 rounded-l-xl text-slate-100 focus:ring-2 focus:ring-blue-500/50 focus:border-blue-500 focus:outline-none transition-all duration-200 shadow-inner [appearance:textfield] [&::-webkit-outer-spin-button]:appearance-none [&::-webkit-inner-spin-button]:appearance-none" + /> +
+ + +
+
-
-