owncloud / web

:dragon_face: Next generation frontend for ownCloud Infinite Scale
https://owncloud.dev/clients/web/
GNU Affero General Public License v3.0
434 stars 159 forks source link

fix: endless initial loading spinner #11084

Closed JammingBen closed 3 months ago

JammingBen commented 3 months ago

Description

Fixes an issue where the initial page loading spinner would not disappear in scenarios where we don't load all apps. This affects all plain layout pages such as the access-denied page, but also the password form for public links.

I'm not suuuuper happy with the solution, but I also can't find a better one currently.

Related Issue

Types of changes

JammingBen commented 3 months ago

Should this loading spinner be always in the DOM to enable it if needed on the fly?

Uhm yeah, it's always available in the DOM. I'll adjust the wording then.

sonarcloud[bot] commented 3 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud