-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] inconsistency in UI #1454
Comments
You're right, it's not good |
First of all, thank you for your suggestion, we initially created the same effect as the installation for the progress bar at the top, but there was a problem that the progress would be displayed incorrectly when the page was refreshed, so we had to abandon this solution. We still need some time to solve this problem, and currently our focus is on adapting the software for the company's hardware products. If we solve this problem over there, we will implement it on CasaOS as soon as possible. |
Currently,the progress of the application installation is being stored in the frontend cache,which means it will be lost once the page is refreshed or a new page is opened. that's why such a design was implemented. if you don't want this ambiguous behavior, my suggestion is to include the information about the current installation progress with the backend via socket.IO . |
v0.4.5 has been updated with this issue. |
Describe the bug
Idk if its a bug but there's an inconsistency in the UI. When you install a container, the popout have a clear progress bar. But in the back ground, the global progression is stuck with the current pulled layer and its not very easy to know how much percent have been intalled
To Reproduce
Expected behavior
Screenshots
Desktop (please complete the following information):
System Time
Logs
Additional context
The text was updated successfully, but these errors were encountered: