UI/UX polish: terminal design system alignment pass
Views: - DashboardView.php: remove hardcoded [ ] from admin-badge button (CSS adds them) - DashboardView.php: view toggle ≡/▦ → [ = ]/[ # ] (view-btn suppresses auto-brackets) - DashboardView.php: clear-search ✗ → [ X ] (plain text, no auto-brackets on <a>) - DashboardView.php: remove ↓ arrow emoji from export button text - TicketView.php: tab labels → UPPERCASE (tab-btn CSS adds [ ] around text) - TicketView.php: Edit Ticket/Clone/Add Comment/Add → title-case → UPPERCASE - TicketView.php: reply button ↩ → [ << ] (comment-action-btn has no auto-brackets) JavaScript: - dashboard.js: modal/action button text all → UPPERCASE (CONFIRM/CANCEL/SAVE/ASSIGN/UPDATE/DELETE PERMANENTLY) - dashboard.js: null guard in loadTemplate(), toggleSelectAll() - ticket.js: null guards in addDependency(), handleFileUpload() CSS: - dashboard.css: z-index 1001/1002 magic numbers → var(--z-modal)/var(--z-popover) - ticket.css: status-select hover/focus border rgba(white) → terminal palette Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -12,8 +12,8 @@ $nonce = SecurityHeadersMiddleware::getNonce();
|
||||
<title>Create New Ticket</title>
|
||||
<link rel="icon" type="image/png" href="<?php echo $GLOBALS['config']['ASSETS_URL']; ?>/images/favicon.png">
|
||||
<link rel="stylesheet" href="/assets/css/base.css">
|
||||
<link rel="stylesheet" href="<?php echo $GLOBALS['config']['ASSETS_URL']; ?>/css/dashboard.css?v=20260319c">
|
||||
<link rel="stylesheet" href="<?php echo $GLOBALS['config']['ASSETS_URL']; ?>/css/ticket.css?v=20260319c">
|
||||
<link rel="stylesheet" href="<?php echo $GLOBALS['config']['ASSETS_URL']; ?>/css/dashboard.css?v=20260319d">
|
||||
<link rel="stylesheet" href="<?php echo $GLOBALS['config']['ASSETS_URL']; ?>/css/ticket.css?v=20260319d">
|
||||
<script nonce="<?php echo $nonce; ?>" src="/assets/js/base.js"></script>
|
||||
<script nonce="<?php echo $nonce; ?>" src="<?php echo $GLOBALS['config']['ASSETS_URL']; ?>/js/utils.js"></script>
|
||||
<script nonce="<?php echo $nonce; ?>" src="<?php echo $GLOBALS['config']['ASSETS_URL']; ?>/js/dashboard.js?v=20260205"></script>
|
||||
|
||||
Reference in New Issue
Block a user