Align UI with web_template TDS v1.2 standards
- Replace lt-chip priority badges with lt-badge lt-badge-p[1-4] across DashboardView, TemplatesView (matches web_template sticky table pattern) - Add lt-theme-btn theme toggle to header-right; wire lt.theme.toggle() - Replace ASCII art empty state with lt-empty-state component in dashboard - Standardize tab wrapper lt-tabs → lt-tab-bar in Dashboard and TicketView - Add missing lt-keys-help modal to layout_footer (fixes ? key doing nothing) - Add lt-cmd-overlay command palette container + lt.cmdPalette.init() nav - Add .lt-timeline-action CSS rule (used in TicketView, was undefined) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+4
-3
@@ -4465,9 +4465,10 @@ body.lt-is-offline .lt-main { margin-top: 2rem; transition: margin-top 0.25s eas
|
||||
margin-bottom: 0.2rem;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
.lt-timeline-actor { color: var(--accent-cyan); }
|
||||
.lt-timeline-time { margin-left: auto; white-space: nowrap; }
|
||||
.lt-timeline-body { font-size: 0.78rem; color: var(--text-secondary); line-height: 1.5; }
|
||||
.lt-timeline-actor { color: var(--accent-cyan); }
|
||||
.lt-timeline-action { color: var(--text-secondary); font-style: italic; }
|
||||
.lt-timeline-time { margin-left: auto; white-space: nowrap; }
|
||||
.lt-timeline-body { font-size: 0.78rem; color: var(--text-secondary); line-height: 1.5; }
|
||||
.lt-timeline-body code { font-size: 0.72rem; color: var(--accent-green); }
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user