Polish locale controls and quit flow#3
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This updates CoMon to version
0.4.3and completes the locale-aware UI, mouse controls, chart readability, and safe quitflow.
Locale-aware display modes
STYLE CLASS / SCOMP / SFULLmouse selector beside the Usage chart controls14 535 104 783Chart improvements
TODAYcard borderSystem Full previously bypassed the vertical-label width check, causing oversized values to be truncated in narrow monthly
bars. Labels now fall back to compact notation only when their own bar is too narrow.
Mouse and navigation
Quit flow
QUITactionQUITandq/QQUITwhile its confirmation dialog is activeDon't show againto the exit dialogstate.json[ ]/[✓]besideQUITCtrl+Cas the immediate exit pathFork replay accounting fix
Forked Codex session files can contain a compressed replay of their parent session history.
The replay detector previously initialized its state from the timestamp inside the
session_metapayload and immediately compared it with the outerJSONL timestamp. When replay preparation took more than one second, that normal delay was mistaken for the end of the replay. Parent messages and
token totals were then counted again for every fork.
This change:
session_metaevent from ending its own replayResult
The final UI keeps the screen tabs separate from the Usage controls, places display formatting after
BARS VERT / HORZ,and makes the active style and quit state visually consistent with the existing pill controls.
Validation
cargo fmt --allgit diff --checkcargo test— 71 passedscripts/install-user.sh