-
-
Notifications
You must be signed in to change notification settings - Fork 311
bug: gain --deep dashboard layout #1242
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't workingdashboardDashboard relatedDashboard relatedpriority: lowNice to haveNice to havestatus: integratedFix merged to main but NOT yet in a tagged releaseFix merged to main but NOT yet in a tagged release
Description
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdashboardDashboard relatedDashboard relatedpriority: lowNice to haveNice to havestatus: integratedFix merged to main but NOT yet in a tagged releaseFix merged to main but NOT yet in a tagged release
lean-ctx version: 3.9.12
OS: WSL2
AI tool: irrelevant
What happened:
lean-ctx gain --deephas two dashboard layout regressions:RECENT DAYSrows repeat the literalcmdssuffix on every row even though the column header already names commands.GAIN SCOREpanel, a high trend sparkline can visually merge with the score bar because the score row and trend row are adjacent.The dense terminal layout makes the recent-day rows noisier and can make the score bar/trend rows visually collide.
What you expected:
RECENT DAYSshould show the command count as a number under theCmdscolumn, without repeatingcmdsper row.GAIN SCOREpanel should keep one blank boxed row between the score bar and thetrend:row.Steps to reproduce:
Run:
Related PR: #1241