Uh oh!
There was an error while loading. Please reload this page.
feat(web): add optional brainrot media overlay - #103
Conversation
Owen1212055
commented
Aug 9, 2026
This is missing important AI Paper Chan Companion support |
Owen1212055
commented
Aug 9, 2026
Additionally, I am shocked Ohio is not here. |
There was a problem hiding this comment.
Pull request overview
Adds an opt-in “Brainrot mode” to the web UI that persists as a user setting and, when enabled on the Stats view, renders an overlay of autoplaying media plus a DVD-style bouncing logo while keeping the normal stats UI in place.
Changes:
- Introduces a persisted
brainrotsetting and toggle in Settings → Misc. - Renders the Brainrot overlay components on the Stats view when the setting is enabled.
- Adds two new overlay components: floating media panel (YouTube + local MP4) and a viewport DVD bouncer.
Reviewed changes
Copilot reviewed 6 out of 8 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| web/src/routes/+page.svelte | Conditionally mounts the brainrot overlay on the stats view. |
| web/src/lib/settings.svelte.ts | Adds persisted brainrot setting and setter. |
| web/src/lib/components/stats/ViewportDvdBouncer.svelte | New fixed-position bouncing logo overlay. |
| web/src/lib/components/stats/BrainrotPanel.svelte | New floating autoplay media overlay with seeded bounce motion. |
| web/src/lib/components/SettingsPopover.svelte | Adds “Brainrot mode” toggle in the Settings popover. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Summary
Screenshots
Validation