refactor(store): remove queue and task system (#382)

This commit is contained in:
rahim
2026-02-03 15:06:06 +11:00
committed by GitHub
parent 8ed455c20a
commit 9fa172e8a4
35 changed files with 419 additions and 1620 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ The `!` signals breaking changes in the changelog.
```
feat(html): add volume slider component
fix(store): prevent race condition in queue
fix(store): prevent race condition in state sync
chore(root): bump vitest to v3
docs(core): document request lifecycle
refactor(utils): simplify event listener cleanup