fix: unify version tags to physics-guard and restore release 1.6 badge - #137
Conversation
- Version tags: pin-only-physics → physics-guard across all dashboard assets - Restore release_version='1.6' in savings preset query - Restore plan badge logic in ledger.js
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 51ab802e30
ℹ️ 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".
Co-authored-by: CommandCodeBot <noreply@commandcode.ai>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: af412514d8
ℹ️ 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".
Co-authored-by: CommandCodeBot <noreply@commandcode.ai>
Co-authored-by: CommandCodeBot <noreply@commandcode.ai>
updatePlanBadge() and its click routing were restored with the 1.6 release, but dashboard_assets/index.html no longer contains the #plan-badge element, so the badge logic never rendered for any license. Re-add the badge anchor in the sidebar brand row (the CSS rules already exist) so plan, trial, and billing state is visible again. Co-authored-by: CommandCodeBot <noreply@commandcode.ai>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: aa75c3adf5
ℹ️ 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".
…ing tests The plan-badge element is restored in the Ledger sidebar, so the e2e assertions flip from toHaveCount(0) to expecting the badge with its active-license label (PRO / TRIAL). Co-authored-by: CommandCodeBot <noreply@commandcode.ai>
OneDrive sync keeps reverting version tags from
physics-guardtopin-only-physics. This PR restores the correct tags and also fixes the release_version and plan badge logic that was lost in a prior revert.