Conversation
Fixes ietf-tools#6528 Also remove some redundant computation while I'm here.
Codecov Report
@@ Coverage Diff @@
## main #6534 +/- ##
==========================================
- Coverage 88.88% 88.85% -0.03%
==========================================
Files 285 284 -1
Lines 40283 40234 -49
==========================================
- Hits 35806 35751 -55
- Misses 4477 4483 +6
|
|
Let me do the bigger revamp on this, rather than spending time on the current version. |
Also fix an unrelated template nit while I'm here.
|
@larseggert : Is this really ready for review now, or should I wait until next week in case you discover other tweaks during the meeting? |
|
I think it's ready, but it's not urgent |
rjsparks
left a comment
There was a problem hiding this comment.
The help/states change really should have come in its own PR.
The dashboard also needs a deeper refactor to not use the search to find things, but to go after the information directly from the models. There's too much having to lateral-translate one way and then back the other in the same view.
I'm worried about still more display (and token) transformations creeping in as utility functions, especially lying around in search. These are attractive nuisances and should be factored away so other things don't start using them.
All that said, this is the IESGs page and I won't slow it down.
Show state queue graphs to logged-in ADs instead of counts and trend arrows.
Fixes #6528
Fixes #6553
Fixes #6608