Files
multica/packages
Jiang Bohan 2ab9852dbc fix(issues): use context-based view store in IssuesHeader
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.
2026-04-09 15:49:26 +08:00
..