Move the queue count into the drawer #16
Loading…
Reference in a new issue
No description provided.
Delete branch "b/queue-indicator"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
🤖 Claude AI Code Review
Summary — Moves the queue count from a header badge into a chip on the drawer's Queue nav link, and swaps the header to an indicator icon with a localized tooltip.
Code Quality ⭐⭐⭐⭐☆
Both resource files are kept in sync with the new localization key.
Issues
🟢 MainLayout.razor —
QueueProcessingHintuses a{0}placeholder, soLoc["QueueProcessingHint", _activeTaskCount]requires the localizer's params overload to actually format it. ConfirmLocsupports the[string, params object[]]indexer (the existing badge usedContent="_activeTaskCount", so this formatting pattern is new here); otherwise the literal{0}will render.Verify the
Loc[key, args]formatting overload works as expected before merging, but no blocking issues.📊 Tokens: 2342 input + 320 output | 💰 Cost: ~$0.0197
Generated by Claude Opus 4.8 via Gitea Actions