Skip to content

Release Tokcat 0.1.25 — 2D/3D usage toggle#8

Merged
handlecusion merged 2 commits into
mainfrom
release/0.1.25
May 29, 2026
Merged

Release Tokcat 0.1.25 — 2D/3D usage toggle#8
handlecusion merged 2 commits into
mainfrom
release/0.1.25

Conversation

@handlecusion
Copy link
Copy Markdown
Owner

Summary

  • Merge the Token Usage stats and the usage graph into one card that leads the dashboard, with a 2D/3D toggle (persisted in localStorage).
    • 2D: the 30d stacked-by-agent bar chart.
    • 3D: the full-year contribution calendar (ContributionGraph3D), shown with the same token totals.
  • Stats stay visible in both views.
  • 2D and 3D chart areas share one fixed height (and the 2D viewBox height matches its CSS height) → toggling never reflows the card and bars aren't distorted.
  • Restore the near-flat BASE_HEIGHT so inactive days read as a packed floor (the original look) instead of separated cubes.

Release

  • Bumps to 0.1.25 (package.json, tauri.conf.json, Cargo.toml, Cargo.lock).
  • Tag v0.1.25 will be pushed after merge to trigger the release workflow.

Test

  • tsc --noEmit clean, vite build clean.
  • Verified in-browser: combined card leads the dashboard; 2D/3D card height identical (no shift); 3D base flat/packed; 2D undistorted.

Merge the Token Usage stats and the usage graph into one card that leads
the dashboard, with a 2D/3D toggle (persisted in localStorage):

- 2D keeps the 30d stacked-by-agent bar chart.
- 3D restores the full-year contribution calendar (ContributionGraph3D),
  shown with the same token totals.

The stats stay visible in both views. The 2D and 3D chart areas share one
fixed height, and the 2D viewBox height matches its CSS height, so toggling
never reflows the card and the bars are not distorted. Restore the near-flat
BASE_HEIGHT so inactive days read as a packed floor (the original look)
instead of separated cubes.
@handlecusion handlecusion merged commit d7be37e into main May 29, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant