mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 14:53:33 +00:00
* wip * feat: add dynamic states * feat: re-implement badge service with dynamic state functions * feat: completely remove old static states * feat: debounce calls to badge api per tab * feat: use group-by to avoid re-setting all tabs on 1 tab change * feat: simplify autofill badge updater * feat: add hanging function test * chore: clean up badge service * feat: simplify private updateBadge * feat: remove unnecessary Set usage * fix: tests that broke after setState rename * chore: clean up badge api