Skip to content

fix(frontend): use static auth background on Firefox#3352

Merged
gantoine merged 1 commit into
masterfrom
claude/eager-wing-a67e39
May 9, 2026
Merged

fix(frontend): use static auth background on Firefox#3352
gantoine merged 1 commit into
masterfrom
claude/eager-wing-a67e39

Conversation

@gantoine
Copy link
Copy Markdown
Member

@gantoine gantoine commented May 9, 2026

Summary

  • The animated auth_background.svg is laggy on Firefox.
  • Swap in the existing auth_background_static.svg for Firefox only via @-moz-document url-prefix(); other engines keep the animation.

Test plan

  • Open the auth page in Firefox → static background, no animation, no lag.
  • Open the auth page in Chrome / Safari → animated background renders as before.

🤖 Generated with Claude Code

The animated SVG background causes lag on Firefox. Swap in the static
variant via @-moz-document url-prefix() so other engines keep the
animation.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings May 9, 2026 13:06
@gantoine gantoine merged commit cce678e into master May 9, 2026
11 checks passed
@gantoine gantoine deleted the claude/eager-wing-a67e39 branch May 9, 2026 13:08
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the auth layout styling to avoid Firefox performance issues caused by the animated SVG background, while keeping the animation for other browsers.

Changes:

  • Adds a Firefox-specific CSS override to swap auth_background.svg for auth_background_static.svg on the auth page.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +30 to +34
@-moz-document url-prefix() {
#container {
background-image: url("/assets/auth_background_static.svg");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants