bugger/Sources
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
..
Models feat: configurable status mappings, scrollable settings, case-insensitive assignee 2026-06-29 00:51:03 +08:00
Services fix: badge shows active count, floating widget shows priorities, record URL deep link 2026-06-29 01:01:01 +08:00
Utils fix: badge shows active count, floating widget shows priorities, record URL deep link 2026-06-29 01:01:01 +08:00
ViewModels feat: full macOS menu bar app implementation 2026-06-28 20:56:44 +08:00
Views fix: badge shows active count, floating widget shows priorities, record URL deep link 2026-06-29 01:01:01 +08:00
AppDelegate.swift fix: badge shows active count, floating widget shows priorities, record URL deep link 2026-06-29 01:01:01 +08:00
BuggerApp.swift feat: full macOS menu bar app implementation 2026-06-28 20:56:44 +08:00