scholarr/frontend/src/features
Justin Visser 6742eff773 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 16:11:25 +01:00
..
admin_dbops Intermediate commit 2026-02-26 16:09:57 +01:00
admin_users test 2026-02-17 20:24:12 +01:00
auth test 2026-02-17 20:24:12 +01:00
dashboard Big changes 2026-02-21 17:33:05 +01:00
publications fix(db,frontend): reserve DB connections for API and reduce frontend polling 2026-03-02 19:09:06 +01:00
runs temp commit 2026-02-26 12:54:19 +01:00
safety arden scrape safety telemetry and polish run state UX 2026-02-19 21:59:36 +01:00
scholars feat(scholars): add multiselect and bulk actions (delete, toggle, export) 2026-03-07 16:11:25 +01:00
settings fix(test): add Pinia setup and admin user to AdminPdfQueueSection tests 2026-03-07 15:51:48 +01:00