fix: improve chart styling and mobile responsiveness #88

Merged
jonas.hanisch merged 2 commits from fix/chart-styling-improvements into main 2026-01-22 19:33:59 +00:00
Owner

Summary

  • Add custom ChartTooltip component with proper dark mode support (tooltips were invisible in dark mode)
  • Add vibrant color palette for Top Projects bar chart
  • Fix tooltip background visibility in dark mode using Tailwind classes instead of CSS variables
  • Add debounce to ResponsiveContainer to reduce dimension warnings
  • Auto-collapse sidebar on mobile viewport (< 1024px) for better mobile experience

Test Plan

  • Verify tooltips are visible in both light and dark modes
  • Verify Top Projects chart has colorful bars
  • Verify sidebar is collapsed by default on mobile
  • Verify Worker Status card is visible on mobile (potential issue)

🤖 Generated with Claude Code

## Summary - Add custom ChartTooltip component with proper dark mode support (tooltips were invisible in dark mode) - Add vibrant color palette for Top Projects bar chart - Fix tooltip background visibility in dark mode using Tailwind classes instead of CSS variables - Add debounce to ResponsiveContainer to reduce dimension warnings - Auto-collapse sidebar on mobile viewport (< 1024px) for better mobile experience ## Test Plan - [x] Verify tooltips are visible in both light and dark modes - [x] Verify Top Projects chart has colorful bars - [x] Verify sidebar is collapsed by default on mobile - [ ] Verify Worker Status card is visible on mobile (potential issue) 🤖 Generated with [Claude Code](https://claude.com/claude-code)
- Add custom ChartTooltip component with proper dark mode support
- Add vibrant color palette for Top Projects bar chart
- Fix tooltip background visibility in dark mode
- Add debounce to ResponsiveContainer to reduce dimension warnings

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
fix: auto-collapse sidebar on mobile viewport
Some checks failed
CI / build (pull_request) Has been cancelled
CI / validate-plugin (pull_request) Has been cancelled
9df4ef808d
Default sidebar to collapsed state on screens < 1024px for better
mobile experience.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
jonas.hanisch force-pushed fix/chart-styling-improvements from 9df4ef808d
Some checks failed
CI / build (pull_request) Has been cancelled
CI / validate-plugin (pull_request) Has been cancelled
to 2a55588efd
All checks were successful
CI / build (pull_request) Successful in 22s
CI / validate-plugin (pull_request) Successful in 2s
2026-01-22 19:33:19 +00:00
Compare
jonas.hanisch deleted branch fix/chart-styling-improvements 2026-01-22 19:33:59 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
customable/claude-mem!88
No description provided.