Skip to content

Add labeled weekly usage trend - #13

Merged
TheBeems merged 2 commits into
mainfrom
codex/weekly-trend-axis-labels
Jul 16, 2026
Merged

Add labeled weekly usage trend#13
TheBeems merged 2 commits into
mainfrom
codex/weekly-trend-axis-labels

Conversation

@TheBeems

Copy link
Copy Markdown
Owner

Summary

  • add a seven-day weekly quota chart with observed remaining allowance, a dashed forecast, and observed daily-use bars
  • render localized weekday and 0-100% axis labels as SVG geometry because Command Palette omits SVG text
  • cover gap handling, localization, and bounded history rendering with tests

Why

The Command Palette host rendered the chart lines but not SVG text, leaving the chart without usable axis labels.

Validation

  • dotnet test .\\CodexUsageDock.Tests\\CodexUsageDock.Tests.csproj -c Debug -p:Platform=x64 -r win-x64 -p:SelfContained=true --no-restore (83 passed)
  • dotnet test .\\CodexUsageDock.Tests\\CodexUsageDock.Tests.csproj -c Debug -p:Platform=ARM64 -r win-arm64 -p:SelfContained=true --no-restore (83 passed)
  • scripts/test-integration.ps1 -Architecture ARM64 (manifest and runtime checks passed; live registration was unavailable because the package is not registered for the current user)

@TheBeems
TheBeems merged commit 3eca78c into main Jul 16, 2026
@TheBeems
TheBeems deleted the codex/weekly-trend-axis-labels branch July 16, 2026 17:55

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: b78eb22c25

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread CodexUsageDock/WeeklyUsageTrendChart.cs
Comment thread CodexUsageDock/WeeklyUsageTrendChart.cs
Comment thread CHANGELOG.md Outdated
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