Statistics: dashboard view with tiles, meters, checks and CPS histogram#12518
Open
niksedk wants to merge 3 commits into
Open
Statistics: dashboard view with tiles, meters, checks and CPS histogram#12518niksedk wants to merge 3 commits into
niksedk wants to merge 3 commits into
Conversation
Replaces the three plain-text blocks with a structured dashboard: - KPI tiles (subtitles, words, characters, total duration) - min/avg/max meter rows for subtitle length, duration, chars/sec, words/min and gap - profile-rule check counters with severity colors and icons (green check when clean) - chars/sec histogram with dashed optimal/max profile limits and per-bar tooltips - most used words as ranked bars, most used lines with count pills Export still writes the same plain-text report - the text blocks are still generated. Adds a few short LanguageStatistics tags for the new card headers and check labels. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- The average labels on the meter rows and the optimal/max labels on the CPS histogram never rendered: the zero-width pin panel measured the TextBlocks with a 0-width constraint. Fixed widths restore them. - CPS histogram gets y-axis count labels in a gutter column left of the chart (max and the two gridlines). - Most used words and most used lines cards get a copy-to-clipboard icon button in the header, copying the same text as the export. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- The copy buttons briefly turn into a green check with a "Copied to clipboard" label (new General.CopiedToClipboard tag), then revert - same idea as the speech to text console log copy. - Export now shows the shared PromptFileSaved window with show-in-folder/open-file buttons, like other exports. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.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.
Implements the Statistics dashboard concept preview.
The window previously printed three plain-text blocks; it now shows the same numbers as a dashboard:
Notes:
LanguageStatisticstags (card headers, KPI labels, check labels) with English defaults; existing tags cover the rest.I could not run the GUI from here, so please give it a visual once-over (dark + light, and a subtitle with overlaps so a negative minimum gap shows up).
🤖 Generated with Claude Code