fix(ui): Carlok #22–#25 locale charts, export, tooltips, Rank - #33
Merged
Conversation
Align Chart.js y-axis/tooltips and daily clone statistics with i18n.FormatCount / FormatFloat so separators and compact mode match tables. Co-authored-by: Cursor <cursoragent@cursor.com>
Name downloads gghstats-export-YYYYMMDD-HHMM.jsonl using time.Now().UTC() so repeated exports do not overwrite each other. Co-authored-by: Cursor <cursoragent@cursor.com>
Option B native title tooltips with definition and value interpretation via i18n.Tfmt across en/es/de/fr/pt-br; labels keyboard-focusable. Co-authored-by: Cursor <cursoragent@cursor.com>
Replace ambiguous "# - %" header with Rank / Ranking / Rang across locales; cell ordinal · percent format unchanged. Co-authored-by: Cursor <cursoragent@cursor.com>
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
FormatCount/FormatFloat+ JS mirror).gghstats-export-YYYYMMDD-HHMM.jsonl).titlehelp (definition + value interpretation) in all five locales.# - %→Rank/Ranking/Rang(cell format unchanged).Closes fix(ui): charts, tooltips, and clone statistics panel bypass locale count formatting #22
Closes feat(ui): include UTC timestamp in JSONL export filename #23
Closes Daily clone statistics: add inline help with per-stat definitions and value interpretation #24
Closes ui: rename "# - %" column header to "Rank" in repositories table #25
Test plan
make server— switch?lang=es|de|fr|pt-br; chart ticks/tooltips match table separatorsgo test ./internal/server/ ./internal/i18n/