mirror of
https://github.com/multica-ai/multica.git
synced 2026-08-02 01:45:52 +02:00
- Add a Project pill to the create issue modal property toolbar, allowing users to assign a project at creation time. Uses the existing projectListOptions query and passes project_id in the create request. Supports selecting, changing, and clearing project. - Fix IssuesHeader to use context-based useViewStore instead of the global useIssueViewStore singleton, so filters/sort/view toggle work correctly when mounted inside a project-scoped ViewStoreProvider.