Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat: add delete custom role context menu button and modal#14228

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
jaaydenh merged 2 commits intomainfromdelete-custom-role
Aug 9, 2024

Conversation

jaaydenh
Copy link
Contributor

@jaaydenhjaaydenh commentedAug 9, 2024
edited
Loading

  • Add edit button to row options context menu to edit role instead of clicking the row
  • Add delete context menu button to display delete modal
  • Custom Role Delete modal
  • Delete mutation to delete role
Screenshot 2024-08-09 at 3 17 09 PMScreenshot 2024-08-09 at 3 17 20 PM

@jaaydenhjaaydenh self-assigned thisAug 9, 2024
@jaaydenhjaaydenh changed the titlefeat: delete custom rolefeat: add delete custom role context menu button and modalAug 9, 2024
@alwaysmeticulousalwaysmeticulous
Copy link

alwaysmeticulousbot commentedAug 9, 2024
edited
Loading

🤖 Meticulous spotted visual differences in 53 of 1313 screens tested:view and approve differences detected.

Last updated for commit84524d0. This comment will update as new commits are pushed.

Copy link
Member

@aslilacaslilac left a comment

Choose a reason for hiding this comment

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

awesome!

@@ -601,20 +601,20 @@ class ApiMethods {
};

patchOrganizationRole = async (
organizationId: string,
organization: string,
Copy link
Member

Choose a reason for hiding this comment

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

can you copy-paste the doc comment a lot of these other org functions have? it's a minor thing, but I like the easily accessible reassurance that it can be the id or the name 😄

jaaydenh reacted with thumbs up emoji
role,
);

return response.data;
};

deleteOrganizationRole = async (organizationId: string, roleName: string) => {
deleteOrganizationRole = async (organization: string, roleName: string) => {
Copy link
Member

Choose a reason for hiding this comment

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

same for this function pls

jaaydenh reacted with thumbs up emoji
@jaaydenhjaaydenh merged commit0b9ed57 intomainAug 9, 2024
30 checks passed
@jaaydenhjaaydenh deleted the delete-custom-role branchAugust 9, 2024 20:59
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsAug 9, 2024
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@aslilacaslilacaslilac approved these changes

@BrunoQuaresmaBrunoQuaresmaAwaiting requested review from BrunoQuaresma

Assignees

@jaaydenhjaaydenh

Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@jaaydenh@aslilac

[8]ページ先頭

©2009-2025 Movatter.jp