From 1989bcb8c85d5d1342db633e97478a17072ce68e Mon Sep 17 00:00:00 2001 From: Jared Vititoe Date: Fri, 20 Mar 2026 22:25:49 -0400 Subject: [PATCH] Migrate status and priority display to lt-status/lt-priority design system classes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit DashboardView.php: - Table status column: replace status-{slug} with lt-status lt-status-{slug} for consistent [● Status] bracket decoration from base.css - Table priority column: replace raw number with lt-priority lt-p{N} empty span for [▲▲ P1 CRITICAL] style badges dashboard.js: - Kanban card priority badge: replace card-priority p{N} with lt-priority lt-p{N} to use the design system badge Co-Authored-By: Claude Sonnet 4.6 --- assets/js/dashboard.js | 2 +- views/DashboardView.php | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/assets/js/dashboard.js b/assets/js/dashboard.js index 4ad6a0a..c301979 100644 --- a/assets/js/dashboard.js +++ b/assets/js/dashboard.js @@ -1348,7 +1348,7 @@ function populateKanbanCards() { card.innerHTML = `
#${lt.escHtml(ticketId)} - P${priority} +
${lt.escHtml(title)}