You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed usage timeline chart not displaying bars - Rewrote the timeline bar chart using SVG rendering to resolve CSS height inheritance issues in Tauri WebView (fixes #166, #126)
Fixed backend date sorting - All engines (Claude/Codex/Gemini) now return by_date data in ascending order
Fixed frontend data aggregation - Corrected sort direction in multi-engine merge and removed redundant reverse operation
✨ Improvements
Added cost labels above each bar in the timeline chart
Changed timeline X-axis dates to Chinese format (M/D)
Removed Y-axis labels for a cleaner chart layout
Added gradient effect and proper spacing for bar styling