- Motivation: Bundles listing should support sorting to find items faster. - Proposed solution: Update `frontend/src/app/(dashboard)/bundle-mcp/page.tsx` table to support sorting by name, item count, and last updated. - Additional context: - Hooks: `frontend/src/features/bundle-mcp/hooks/use-bundle-mcp.tsx`.
Motivation:
Bundles listing should support sorting to find items faster.
Proposed solution:
Update
frontend/src/app/(dashboard)/bundle-mcp/page.tsxtable to support sorting by name, item count, and last updated.Additional context:
frontend/src/features/bundle-mcp/hooks/use-bundle-mcp.tsx.