discourse/app/views
David Taylor 9c83872a4e
PERF: Refactor and optimize splash screen implementation (#30373)
- Remove JS

- Remove "Loading..." text. This has been been broken for a while due to some conflicting discourse-ai CSS. Also, animating the `content:` property like this requires the browser to repaint/reflow, which cannot be done while JS is executing.

- Replace animated SVG with divs animated via CSS. When JS is executing, browsers pause animations of transform properties inside SVGs. This limitation does not exist on regular CSS animations. So with this change, the animation continues smoothly even you run an infinite loop in JS.

  To ensure the splash screen remains "contentful" for LCP purposes, an SVG background-image is used

There is no change to the visual look of the animation
2024-12-30 11:31:08 +00:00
..
about FEATURE: Enable the new /about page for everyone (#29390) 2024-10-29 18:40:11 +03:00
admin/backups
application DEV: unsilence deprecation warning for old Font Awesome icons (#30028) 2024-12-03 10:28:39 +08:00
badges
categories
common PERF: Refactor and optimize splash screen implementation (#30373) 2024-12-30 11:31:08 +00:00
default
email
embed
exceptions DEV: unsilence deprecation warning for old Font Awesome icons (#30028) 2024-12-03 10:28:39 +08:00
finish_installation
groups
invites
layouts FEATURE: support adobe analytics tags tracking (#30433) 2024-12-26 15:25:48 +05:30
list
metadata
offline
posts
published_pages
qunit
robots_txt
safe_mode
search
session
sitemap
static
tags
topics
user_api_keys UX: Change the authorize button color to primary (#29666) 2024-11-08 17:33:50 -05:00
user_notifications
users DEV: admin-login submit should be a button, not an input (#30156) 2024-12-06 11:48:15 -05:00