-
Notifications
You must be signed in to change notification settings - Fork 1
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
Improves design for user settings page #1588
Conversation
@@ -1,11 +1,12 @@ | |||
<ng-container *ngIf="state$ | async as state"> | |||
|
|||
<alg-loading *ngIf="state.isFetching"></alg-loading> | |||
<alg-loading class="alg-flex-1" *ngIf="state.isFetching"></alg-loading> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This does not seem to work, the page is blank without loader while it is waiting.
Screen.Recording.2023-12-05.at.14.56.36.mov
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
</ul> | ||
</alg-section> | ||
</div> | ||
<h3 class="alg-h2 alg-text-normal title" i18n>Platform settings</h3> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The title is not needed anymore.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
3ed1e83
to
33bd8da
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Description
Fixes #1575
Notes (out of scope, known isues, hints for reviewing code, ...) (optional)
New tickets:
#1590
#1591
Test cases
Case 1:
Case 2:
Case 3: