feat(quota): All tab first in tab bar; remove header usage-alert badge (v0.4.3)

- Tab order: All | Command Code | OpenCode Go (All remains the default)
- Drop the global status badge in the header action row and its
  updateGlobalBadge aggregation; per-card chips and All-tab provider
  badges are unaffected
This commit is contained in:
2026-09-20 14:52:24 +08:00
parent 4fdc9ad6c8
commit 447ce65c9b
3 changed files with 6 additions and 34 deletions
+2 -2
View File
@@ -74,8 +74,8 @@ func TestHandleManagement_QuotaResource(t *testing.T) {
if !strings.Contains(bodyStr, "用量配额") {
t.Errorf("Body does not contain expected menu text 用量配额")
}
if !strings.Contains(bodyStr, "v0.4.2") {
t.Errorf("Body does not contain version badge v0.4.2")
if !strings.Contains(bodyStr, "v0.4.3") {
t.Errorf("Body does not contain version badge v0.4.3")
}
}
}