mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-27 04:56:20 +02:00
IssuesHeader was hardcoded to use the global useIssueViewStore, ignoring the ViewStoreProvider context. This meant scope tabs, filters, sort, and view mode toggles had no effect when IssuesHeader was mounted inside a project-scoped ViewStoreProvider. Switched all reads/writes to useViewStore/useViewStoreApi from the context. The global IssuesPage already wraps in ViewStoreProvider with the global store, so behavior is unchanged there.