feat(web): fold the search truncation total into the summary line

Replace the separate '已截断 · 共 N' pill with '显示 X / 共 N 处匹配 · K 个文件'
(and '显示 X / 共 N 个路径' for glob), mirroring the read card's '显示 X / Y 行',
so the retained count and the pre-cap total read as one clause instead of two
numbers that appear to disagree.
This commit is contained in:
Chinesezjc
2026-07-30 18:09:03 +08:00
parent 71adea8ba4
commit 2928c65ccd
3 changed files with 18 additions and 19 deletions

View File

@@ -37,11 +37,6 @@
color: var(--dsw-alias-label-secondary);
}
.truncated {
flex: none;
color: var(--dsw-alias-state-business-primary);
}
.copyButton {
flex: none;
background-color: transparent;