-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(web): display the "finished" page (#1727)
## Problem The "Installation Finished" page is not shown when the installation finishes. It seems to be related to latest changes regarding the application layout. Now, the `App` component is not always on top. ## Solution Listen for status changes in the installation progress page. ## Testing - Tested manually
- Loading branch information
Showing
3 changed files
with
52 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
------------------------------------------------------------------- | ||
Mon Nov 04 20:32:29 UTC 2024 - David Diaz <[email protected]> | ||
|
||
- Add missing subscription to avoid Agama getting stuck at the installation | ||
progress when the installation finishes | ||
(gh#agama-project/agama#1726, gh#agama-project/agama#1727). | ||
|
||
------------------------------------------------------------------- | ||
Wed Oct 30 22:26:29 UTC 2024 - David Diaz <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters