Commit Graph

7 Commits

Author SHA1 Message Date
courtmanr@gmail.com d975ab4f75 fix: improve table row styling consistency
- Remove different color styling for stopped guests in dashboard
- Fix hover highlighting on sticky name columns across all tables
- Standardize hover colors to bg-gray-50/bg-gray-700 for consistency
- Update backups, storage, and PBS tables to match dashboard styling

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-05-28 00:20:01 +01:00
courtmanr@gmail.com f295850495 feat: add responsive table optimizations for narrow screens
• Add dynamic column width calculations based on content length
• Implement sticky first columns for all tables (Name/Storage columns)
• Add mobile scroll indicators with auto-hide functionality
• Include CSS variables for responsive column widths
• Apply optimizations to PBS, Backups, and Storage tabs
• Remove conflicting gradient that interfered with native mobile scroll bounce
• Enhance table headers with proper sticky positioning and z-index

Improves usability on mobile and narrow desktop displays while maintaining
data visibility and horizontal scroll discoverability.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-05-27 22:39:39 +01:00
courtmanr@gmail.com 2f74c3e135 Update styling and tailwind config 2025-05-27 10:01:37 +01:00
courtmanr@gmail.com 0d0dbac5af Reduce opacity of stripe patterns 2025-05-21 10:57:48 +01:00
courtmanr@gmail.com a361aa161e style: Add custom scrollbar styles via Tailwind 2025-05-10 16:04:54 +01:00
luckman212 9b88760bc9 modified src/index.css, 2025-04-30 15:21:02 -04:00
courtmanr@gmail.com 24dc003c59 Switch Tailwind to npm/PostCSS, remove CDN, add concurrent dev workflow, and fix config errors 2025-04-23 13:46:06 +01:00