- Consolidated card/activity styles into style.css
- Added hover effects with box-shadow for stat cards
- Indigo accent border on activity items
- Gradient section dividers between dashboard blocks
- Removed duplicate inline CSS from index.html
- Full dark mode support for all new styles
Co-Authored-By: Claude <noreply@anthropic.com>
- Sidebar auto-hides on mobile (<768px), slides in from left with overlay
- Backdrop overlay click to close on mobile
- Desktop toggle collapses to 70px icon mode (unchanged)
- Resize listener to switch between mobile/desktop modes
Co-Authored-By: Claude <noreply@anthropic.com>
- Tailwind CDN configured with darkMode: 'class'
- Dark mode toggle in header (sun/moon icon), persisted via localStorage
- base.html: sidebar, header, search, nav, profile — all dark: variants
- index.html: stat cards, chart containers, activities, bot list — all dark: variants
- style.css: dark scrollbar styling
- Prevents flash by checking localStorage before page render
Co-Authored-By: Claude <noreply@anthropic.com>
Perubahan ini mencakup:
- Penataan ulang struktur direktori
- Peningkatan dokumentasi
- Penghapusan kode yang tidak terpakai
- Peningkatan performa di beberapa fungsi
Commit ini bertujuan untuk mempersiapkan basis kode untuk pengembangan lebih lanjut.
Referensi: #1234
---