-
Notifications
You must be signed in to change notification settings - Fork 703
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
Multiple Issues in account setting page #4673
Labels
Comments
8 tasks
andoriyaprashant
pushed a commit
to andoriyaprashant/litmus
that referenced
this issue
Sep 7, 2024
…chaos#4674) * fix: Accept Invitation Button duplicates Signed-off-by: JanhaviAlekar <[email protected]> * fix: Delete project Invite Dialog not closing on delete invite Signed-off-by: JanhaviAlekar <[email protected]> * fix: Leave project Dialog not closing on leaving project Signed-off-by: JanhaviAlekar <[email protected]> * fix: handling create user error with toast Signed-off-by: JanhaviAlekar <[email protected]> --------- Signed-off-by: JanhaviAlekar <[email protected]> Signed-off-by: Janhavi Alekar <[email protected]> Co-authored-by: Saranya Jena <[email protected]> Signed-off-by: andoriyaprashant <[email protected]>
andoriyaprashant
pushed a commit
to andoriyaprashant/litmus
that referenced
this issue
Sep 7, 2024
…chaos#4674) * fix: Accept Invitation Button duplicates Signed-off-by: JanhaviAlekar <[email protected]> * fix: Delete project Invite Dialog not closing on delete invite Signed-off-by: JanhaviAlekar <[email protected]> * fix: Leave project Dialog not closing on leaving project Signed-off-by: JanhaviAlekar <[email protected]> * fix: handling create user error with toast Signed-off-by: JanhaviAlekar <[email protected]> --------- Signed-off-by: JanhaviAlekar <[email protected]> Signed-off-by: Janhavi Alekar <[email protected]> Co-authored-by: Saranya Jena <[email protected]> Signed-off-by: andoriyaprashant <[email protected]>
sagnik3788
pushed a commit
to sagnik3788/litmus
that referenced
this issue
Oct 5, 2024
…chaos#4674) * fix: Accept Invitation Button duplicates Signed-off-by: JanhaviAlekar <[email protected]> * fix: Delete project Invite Dialog not closing on delete invite Signed-off-by: JanhaviAlekar <[email protected]> * fix: Leave project Dialog not closing on leaving project Signed-off-by: JanhaviAlekar <[email protected]> * fix: handling create user error with toast Signed-off-by: JanhaviAlekar <[email protected]> --------- Signed-off-by: JanhaviAlekar <[email protected]> Signed-off-by: Janhavi Alekar <[email protected]> Co-authored-by: Saranya Jena <[email protected]> Signed-off-by: sagnik3788 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What happened:
When there are multiple invitations, accepting an invite causes the number of "Accept Invitation" buttons to increase.
What you expected to happen:
The number of "Accept Invitation" buttons should remain the same.
What happened:
When deleting a project invite or declining an invite , the dialog does not close after successful deletion.
What you expected to happen:
The dialog box should close after a successful invite deletion.
What happened:
Similarly, when leaving a project, the dialog box should close after successfully leaving the project.
What you expected to happen:
The dialog box should close after successfully leaving a project.
What happened:
When creating a user with an existing username, there is no error message displayed to inform the user that the username already exists.
What you expected to happen:
An error message should be displayed indicating that the username is already taken.
How to reproduce it (as minimally and precisely as possible):
How to reproduce it (as minimally and precisely as possible):
Go to Settings.
The text was updated successfully, but these errors were encountered: