scholarr/frontend/src
Justin Visser 7f78dd6353 feat(scholars): add multiselect and bulk actions (delete, toggle, export)
Add Set<number>-based selection state to ScholarsPage with checkboxes
in both table and card views, select-all toggle, and stale-key pruning.

Backend: POST /scholars/bulk-delete, POST /scholars/bulk-toggle, and
GET /scholars/export?ids= filter. Service functions use user-scoped
queries. Structured logging for bulk operations.

Frontend: useScholarBulkActions composable extracts selection and bulk
action logic. AppSelect-based action dropdown with dynamic options.
Delete prompts window.confirm; enable/disable applies immediately.
Export downloads filtered JSON.

Includes integration tests for all bulk endpoints and frontend unit
tests for selection toggle, select-all, and stale pruning.
2026-03-07 14:03:06 +01:00
..
app Big changes 2026-02-21 17:33:05 +01:00
components Intermediate commit 2026-02-26 16:09:57 +01:00
composables after audit 2026-03-01 18:14:22 +01:00
features feat(scholars): add multiselect and bulk actions (delete, toggle, export) 2026-03-07 14:03:06 +01:00
lib test 2026-02-17 20:24:12 +01:00
pages feat(scholars): add multiselect and bulk actions (delete, toggle, export) 2026-03-07 14:03:06 +01:00
stores feat(ingestion,frontend): add live scholar progress counter to dashboard 2026-03-03 17:36:43 +01:00
theme commit 2026-02-27 15:22:12 +01:00
env.d.ts feat: production-harden app and finalize merge-ready UX/theme baseline 2026-02-19 15:43:20 +01:00
main.ts test 2026-02-17 20:24:12 +01:00
styles.css quick fix for mobile scrolling 2026-02-20 12:42:18 +01:00