feature: Dashboard / Landing page : add dashboard page, announcements, and feedback #2262
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
New Feature: Added dashboard / landing page to seerr.
Optional new dashboard allows Clients to see announcements from server admin (which can be configured in the UI) as well as tie ins into tautuli to show what's currently being watched, popular this month, etc) on the dashboard.
Adds admin settings UI at /settings/dashboard (alias /settings/activity)
Adds announcements + viewer feedback (stored in config as dashboard-feedback.json, optional webhook)
Updates OpenAPI spec + i18n + docs
Key files: activity.ts, activity.ts, index.tsx, SettingsActivity.tsx, activity.md, seerr-api.yml
Migration note: settings migration (not DB): 0008_migrate_dashboard_settings.ts
AI disclosure: I used claude 4.5 opus and codex 5.2 in making this feature.
Testing:
Enabled Dashboard in Settings → Dashboard; verified status/sessions/history/popular with Plex+Tautulli, posters load, announcements render, feedback submits and is viewable by admin, disable hides link and API returns 404. Also tested regular continued use of seerr for the last week with no known issue.
All testing done in docker.
Apologies if I messed anything up with this submission, I'm new to this.
Screenshots / Logs (if applicable)
Checklist:
pnpm buildpnpm i18n:extract#unsure