Conversation
|
For the logo images -- is it possible to switch entirely to SVG? If so we could just have 1 or 2 files (3 incl. gif -- though it may be possible to animate the SVG too) with vector images we wouldn't need to maintain separate scaling versions |
|
@mastercactapus I was under the impression that |
|
webp would be better than png, but since we have SVG as an option, it might be worth a little time to see if it's feasible to have a single source of truth; less maintenance, less data in git. That said I'm open to learning about what you found, my impression is SVG/vector is ideal if you have it since it cleanly scales up and down, and WebP is best if you're working with raster images. I have a little experience animating svgs too if you want to explore that. |
Description:
This PR updates the current app-wide suspense logic in place of a splash screen embedded in the
index.html. This still solves the issue of the app screen flickering in when not logged in (and vice verse with the login screen), but instead shows a gif of the new brand logo with 3 loading dots.Other Changes:
How to test:
web/src/build/staticyarn esbuildto regenerate it (pre-runyarnif needed to install the latest deps)make startScreenshots: