From d456c833bf3e04c62c8edc1c54b28e1fdf062ab2 Mon Sep 17 00:00:00 2001 From: Dani Date: Sun, 27 Apr 2025 14:23:52 -0400 Subject: [PATCH] Cleaned up the dashboard --- dashboard/templates/index.html | 109 ++++++++++++++++++++------------- 1 file changed, 65 insertions(+), 44 deletions(-) diff --git a/dashboard/templates/index.html b/dashboard/templates/index.html index fd05db7..184235d 100644 --- a/dashboard/templates/index.html +++ b/dashboard/templates/index.html @@ -7,32 +7,42 @@ Ruby's Dashboard - - -

Ruby is Running 🧠

- -
-

⏳ Next Cycle

-

Next: {{ next_action_label }}

-

{{ next_cycle }} seconds

+ - + +
+

Ruby is Running 🧠

+ +
+

⏳ Next Cycle

+

Next: {{ next_action_label }}

+

{{ next_cycle }} seconds

+
+

🧠 Brain Stats

Vocabulary Size: {{ vocab_size }}

Memory Entries: {{ memory_size }}

-
-

πŸ“– Book Progress

-

Currently Reading: {{ current_book }}

-

Line: {{ current_line }}

+

πŸ“– Current Book Progress

+

Currently Reading: {{ current_book }}

+

Line: {{ current_line }}

+
+ {{ current_passage }} +
@@ -97,15 +119,14 @@
-
-

πŸ“‰ Recent Loss

+ - +