From fefd14903d430a1c4c2369172d6c2c2958546d22 Mon Sep 17 00:00:00 2001 From: Benson Wong Date: Wed, 25 Jun 2025 12:27:49 -0700 Subject: [PATCH] improve log display and add a small stats table in ui (#178) --- ui/src/App.tsx | 8 ++++---- ui/src/lib/Utils.ts | 18 ++++++++++++++++ ui/src/pages/LogViewer.tsx | 36 ++++++++++---------------------- ui/src/pages/Models.tsx | 42 +++++++++++++++++++++++++++++++++----- 4 files changed, 70 insertions(+), 34 deletions(-) create mode 100644 ui/src/lib/Utils.ts diff --git a/ui/src/App.tsx b/ui/src/App.tsx index 9c4ffbe..2194260 100644 --- a/ui/src/App.tsx +++ b/ui/src/App.tsx @@ -10,10 +10,10 @@ function App() {
-