From f53195bd34bdce07e85e457464a505d74bbf851c Mon Sep 17 00:00:00 2001 From: jgor20 <102353650+jgor20@users.noreply.github.com> Date: Sun, 11 Jan 2026 13:56:11 +0000 Subject: [PATCH] feat(ui): enhance header subtitles with badge styling Refactor subtitle elements in accounts, dashboard, and models views to use styled badge containers with rounded backgrounds, borders, and improved typography for better visual consistency. --- public/views/accounts.html | 12 +++++++----- public/views/dashboard.html | 14 ++++++++------ public/views/models.html | 12 +++++++----- 3 files changed, 22 insertions(+), 16 deletions(-) diff --git a/public/views/accounts.html b/public/views/accounts.html index f78347e..b9c39da 100644 --- a/public/views/accounts.html +++ b/public/views/accounts.html @@ -2,14 +2,16 @@