Skip to content
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

#2449 - Improve UX for 'remove-member' proposal #2463

Merged
merged 2 commits into from
Dec 18, 2024

Conversation

SebinSong
Copy link
Collaborator

@SebinSong SebinSong commented Dec 16, 2024

closes #2449

The issue happens because 'Remove member' modal opens on top of 'GroupMembersAll' modal. So once the proposal is created and the modal is closed, it is revealed again. As a fix, I just have made it replace the (a)'GroupMembersAll' modal with (b)'RemoveMember' modal. (meaning it closes a before it opens b)

@SebinSong SebinSong self-assigned this Dec 16, 2024
Copy link

cypress bot commented Dec 16, 2024

group-income    Run #3583

Run Properties:  status check passed Passed #3583  •  git commit 5028958dd2 ℹ️: Merge 1972775c3f4f2acf942085b52cc9f3de3ddbd08d into df255f8ca92d0b5e7ad91749d5b4...
Project group-income
Branch Review sebin/task/#2449-improve-ux-for-remove-user
Run status status check passed Passed #3583
Run duration 11m 39s
Commit git commit 5028958dd2 ℹ️: Merge 1972775c3f4f2acf942085b52cc9f3de3ddbd08d into df255f8ca92d0b5e7ad91749d5b4...
Committer Sebin Song
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 10
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 111
View all changes introduced in this branch ↗︎

Copy link
Member

@taoeffect taoeffect left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! Seems to work, just some stray debugging that needs to be removed

@@ -180,7 +180,8 @@ export default ({
this.$refs.modal.close()
},
removeMember (memberID) {
sbp('okTurtles.events/emit', OPEN_MODAL, 'RemoveMember', { memberID })
console.log('!@# is it here??')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Forgotten stray debugging

Copy link
Member

@taoeffect taoeffect left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@taoeffect taoeffect merged commit 6c7be9e into master Dec 18, 2024
4 checks passed
@taoeffect taoeffect deleted the sebin/task/#2449-improve-ux-for-remove-user branch December 18, 2024 17:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve UX for proposal to "remove user"
2 participants