mirror of
https://github.com/multica-ai/multica.git
synced 2026-08-05 17:40:11 +02:00
* test(issues): repair table-view editing tests orphaned by the grouping revert Reverting "Move issue table grouping to the server" (#5777) removed the server-driven `serverIssues` fixture, but two tests still assigned to it, so packages/views typecheck and vitest have been failing on main. Pass the issue through the Harness `issues` prop like the sibling tests do. Co-authored-by: multica-agent <github@multica.ai> * refactor(issues): drop the table toolbar loaded-count and structure-paused copy The table toolbar rendered a permanently visible "Loaded X of N" counter plus a long "Grouping and hierarchy are paused — ..." notice. Neither is worth the horizontal space it took between search and Export, so remove both strings and their locale keys. The load-failure Retry button stays: it only renders on a failed window fetch and is the explicit resume path for the infinite-scroll sentinel. Co-authored-by: multica-agent <github@multica.ai> --------- Co-authored-by: J <agent@multica.ai> Co-authored-by: multica-agent <github@multica.ai>