bugger/Sources/Utils
tigerenwork 94a3d76af9 fix: badge shows active count, floating widget shows priorities, record URL deep link
1. Menu bar badge and floating widget now show total active bugs count
   (was showing unseen-only count). Unseen dot still works independently
   in the bug list rows.

2. Floating widget now shows priority breakdown:
   🐜 12  🔴3 🟡4 🔵2 3
   Each priority gets a colored dot + count. Only non-zero priorities shown.

3. Fixed Feishu record URL format: now uses query-parameter deep link
   /base/{appToken}?table={tableId}&record={recordId} instead of path
   segments, which opens the specific record row directly in Feishu.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-06-29 01:01:01 +08:00
..
Color+Extensions.swift feat: full macOS menu bar app implementation 2026-06-28 20:56:44 +08:00
DateFormatter+Extensions.swift feat: full macOS menu bar app implementation 2026-06-28 20:56:44 +08:00
KeychainHelper.swift feat: full macOS menu bar app implementation 2026-06-28 20:56:44 +08:00
LocalOAuthServer.swift feat: add comprehensive debug logging to OAuth flow 2026-06-29 00:18:25 +08:00
Logger.swift feat: add comprehensive debug logging to OAuth flow 2026-06-29 00:18:25 +08:00
URL+Feishu.swift fix: badge shows active count, floating widget shows priorities, record URL deep link 2026-06-29 01:01:01 +08:00