Updated 07-05-2026, 10:26
Commit: 29b9f3e Show on GitHub
- Author: RazanSagheer
- Date: 5/21/2026, 11:04:03 PM
- Message: feat(research): add PDF upload for super admins. #382 - Add UploadArticleButton component with file picker and PDF validation - Add uploadArticle server action with role guard (super_admin only) - Add Directus file upload and article record helpers in lib/server - Pass userRole from load() to page for conditional button rendering
- Stats: 156 total changes (+117 / -39)
Changed Files
src/lib/server/articles.js— +37 / -33 (70 changes)src/routes/research/+page.server.js— +80 / -6 (86 changes)