Description
Currently, after a user logs in, there is a period where the UI remains completely static while the app performs the initialization check.
Since this process involves multiple network requests to the Solid server, it can take several seconds. The lack of visual feedback creates a "frozen" impression, leading to a poor user experience.
Proposed Solutions
Extend Login State: Keep the login loading overlay active until the init_helper finishes its check.
Or Add a dedicated loading screen with a message like: "Checking your Pod's structure..."
Description
Currently, after a user logs in, there is a period where the UI remains completely static while the app performs the initialization check.
Since this process involves multiple network requests to the Solid server, it can take several seconds. The lack of visual feedback creates a "frozen" impression, leading to a poor user experience.
Proposed Solutions
Extend Login State: Keep the login loading overlay active until the init_helper finishes its check.
Or Add a dedicated loading screen with a message like: "Checking your Pod's structure..."