dashboard: simpler wording for the dropped-NC detail label
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -259,7 +259,7 @@ Component Tui::BuildDashboardScreen() {
|
||||
// spot a false positive.
|
||||
if (orph_dropped > 0) {
|
||||
lines.push_back(hbox({
|
||||
text(" dropped — lone pin on its net (→ NC):") | dim,
|
||||
text(" dropped — net has only 1 pin (NC):") | dim,
|
||||
}));
|
||||
for (auto &dkv : dropped_by_module) {
|
||||
std::sort(dkv.second.begin(), dkv.second.end(), NaturalLess);
|
||||
|
||||
Reference in New Issue
Block a user