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

feat(web): allow changing shared user role in album options modal #13654

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

AnimeshKotka
Copy link

In this PR, I have solved the remaining requirement where users could disallow or allow from the top options menu in a shared album, as described in issue #7954

Screencast.from.21-10-24.09.27.31.PM.IST.webm

@AnimeshKotka
Copy link
Author

image
All the tests have passed in local env.

@alextran1502 alextran1502 changed the title enable user options suggestion as workaround in top option menu in shared album feat(web): allow changing shared user role in album options modal Oct 21, 2024
@@ -80,6 +83,21 @@
selectedRemoveUser = null;
}
};
const handleSetReadonly = async (user: UserResponseDto, role: AlbumUserRole) => {
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe handleUpdateSharedUserRole?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants