scholarr/frontend/src/pages
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
..
DashboardPage.vue fix(scholars): improve validation, fix delete, add status badges 2026-03-07 14:05:39 +01:00
LoginPage.vue Big changes 2026-02-21 17:33:05 +01:00
PublicationsPage.vue fix(db,frontend): reserve DB connections for API and reduce frontend polling 2026-03-02 19:09:06 +01:00
RunDetailPage.vue Big changes 2026-02-21 17:33:05 +01:00
RunsPage.vue Better crawling safety with preflight checks and cooldowns 2026-02-27 16:44:54 +01:00
ScholarsPage.vue feat(scholars): add multiselect and bulk actions (delete, toggle, export) 2026-03-07 16:11:25 +01:00
SettingsPage.vue feat(settings): hours interval, pdf queue for all users, fix users tab loading 2026-03-07 13:53:00 +01:00
StyleGuidePage.vue m 2026-02-19 22:50:22 +01:00