feat(dashboard): rebuild the § 02 quality breakdown tables - #31
Merged
Conversation
The engine/model and task-domain tables carried every style inline and read as two flat dumps: engines and their underlying models sat in one undifferentiated list, and eleven columns of bare figures gave no way to rank a row without parsing digits. - group rows split agent engines from underlying models inside one ruler of columns, so the two populations never read as one list - completion, verification, and first-pass each gain a 2px meter under the figure, colored on the same thresholds the stat tiles use - score chips take a fixed width; the column now scans as a straight edge - section titles become mono eyebrows with a hairline rule and a count, and column headers drop to the page's standard 9.5px mono from 12px bold - zeros and unit suffixes recede to --ink-4 so real values carry the contrast - domains sort by session volume rather than taxonomy order, and both tables scroll inside their own wrapper instead of widening the page The per-cell inline styles move to a .qt/.gr/.mt/.eng block and each row is built from four helpers, which is where most of the line count went.
contactacefleetdev
force-pushed
the
feat/quality-breakdown-table-ui
branch
from
August 28, 2026 18:29
7f4bc2f to
d7bb73d
Compare
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.
The engine/model and task-domain tables carried every style inline and read as two flat dumps: engines and their underlying models sat in one undifferentiated list, and eleven columns of bare figures gave no way to rank a row without parsing digits.
The per-cell inline styles move to a .qt/.gr/.mt/.eng block and each row is built from four helpers, which is where most of the line count went.
Description
Summarize the changes made in this Pull Request and the problem being solved.
Type of Change
Verification
Describe the tests and checks performed to verify changes:
pytestpasses cleanly.python -m buildandtwine check dist/*pass.scripts/e2e_test.pypasses.Checklist
CHANGELOG.mdwith my changes.