editor icon indicating copy to clipboard operation
editor copied to clipboard

Loading script CSS update

Open Maksims opened this issue 5 years ago • 3 comments

I've looked at loading.js (default loading script), and it hasn't been updated for very long time now. Few things that can be improved:

  • [x] Better way to write CSS.
  • [x] Reading flow (order) of things, for other developers to modify it better.
  • [ ] Loading bar needs some constant animation, to assist long loading assets, so they don't look like stuck loading for them.
  • [ ] Error handling during loading. Right now if it fails to load/run, nothing happens.

Maksims avatar Dec 02 '20 15:12 Maksims

I'm not sure that loading bar is a visual improvement (although it probably does help people believe loading is still continuing). I've assigned this to @rawkas since I think this could benefit from a designer's opinion.

willeastcott avatar Dec 03 '20 09:12 willeastcott

Maybe this suggestion could be 2 part. Part 1: Refactor CSS. Part 2: Change styling.

willeastcott avatar Dec 03 '20 09:12 willeastcott

I've just implemented 1 and 2.

willeastcott avatar Dec 05 '25 17:12 willeastcott