Add "fest" confetti Easter egg to the ROV dashboard 🎉#45
Merged
Conversation
Agent-Logs-Url: https://github.com/UiASub/Topside/sessions/39661e19-abcb-41d6-941d-851f86a32555 Co-authored-by: lindestad <99703478+lindestad@users.noreply.github.com>
Agent-Logs-Url: https://github.com/UiASub/Topside/sessions/39661e19-abcb-41d6-941d-851f86a32555 Co-authored-by: lindestad <99703478+lindestad@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add alt text for lite fest in this association
Add "fest" confetti Easter egg to the ROV dashboard 🎉
May 6, 2026
lindestad
approved these changes
May 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Issue #44 ("alt for lite fest i denna foreninga") requested some festivity for the UiASub dashboard. This adds a lightweight confetti Easter egg: type
festanywhere on any page to trigger it.Changes
static/js/fest.js— Self-contained IIFE; tracks a 4-char keyboard buffer, fires on the sequencef→e→s→t(modifier keys ignored). Spawns 120 colored particles (circles + squares) via the Web Animations API with randomised spin, drift, delay, and size. Container is removed from the DOM after the animation completes.static/templates/base.html— Loadsfest.json every page.No external dependencies. No server-side changes. Zero impact on normal operation.