diff --git a/EXHAUSTIVE_TODO_LIST.md b/EXHAUSTIVE_TODO_LIST.md index 35bd828be..d505437ee 100644 --- a/EXHAUSTIVE_TODO_LIST.md +++ b/EXHAUSTIVE_TODO_LIST.md @@ -3921,7 +3921,7 @@ Critical path dependencies: - **Result**: ~87 instances replaced across ~65 files. Secondary actions now use steel/white for hover states, while primary actions correctly use cyan. Task objective achieved. - **Rollback**: Restore cyan usage -- [ ] **Action 11.3.1.3**: Apply 80/20 rule (80% neutral, 20% color) +- [x] **Action 11.3.1.3**: Apply 80/20 rule (80% neutral, 20% color) - **Scope**: All pages - Ensure color used sparingly - **Dependencies**: Action 11.3.1.2 complete ✅ - **Risk**: MEDIUM (visual changes) diff --git a/apps/web/src/components/AdvancedFilters.tsx b/apps/web/src/components/AdvancedFilters.tsx index 35a21fd29..8688a9366 100644 --- a/apps/web/src/components/AdvancedFilters.tsx +++ b/apps/web/src/components/AdvancedFilters.tsx @@ -137,7 +137,7 @@ export function AdvancedFilters({ triggerClassName="p-2 rounded-lg border border-kodo-steel bg-kodo-void/50 hover:bg-kodo-void transition-colors" contentClassName={cn('pt-3', contentClassName)} > -
{children}
+
{children}
); diff --git a/apps/web/src/components/BulkModeBanner.tsx b/apps/web/src/components/BulkModeBanner.tsx index a3ca19419..0bcccf1a2 100644 --- a/apps/web/src/components/BulkModeBanner.tsx +++ b/apps/web/src/components/BulkModeBanner.tsx @@ -71,12 +71,12 @@ export function BulkModeBanner({ aria-atomic="true" className={cn( 'w-full bg-kodo-steel/10 border-b border-kodo-steel/30 text-kodo-steel', - 'px-4 py-3 flex items-center justify-between gap-4', + 'px-4 py-4 flex items-center justify-between gap-4', 'transition-all duration-300', className, )} > -
+
{/* Metadata */} -
+
{/* Priority Badge */} 0 && ( -
+

Queued requests will be automatically processed when you're back online. You can remove individual requests or clear the entire diff --git a/apps/web/src/components/RateLimitIndicator.tsx b/apps/web/src/components/RateLimitIndicator.tsx index 84407ebbe..dfca42b2d 100644 --- a/apps/web/src/components/RateLimitIndicator.tsx +++ b/apps/web/src/components/RateLimitIndicator.tsx @@ -90,7 +90,7 @@ export function RateLimitIndicator() { return (

{ if (loading) return ( -
+
); @@ -140,7 +140,7 @@ export const AdminDashboardView: React.FC = () => {

Quick Actions

-
+