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: reject change request dialog #4491

Merged
merged 2 commits into from
Aug 15, 2023
Merged

Conversation

kwasniew
Copy link
Contributor

@kwasniew kwasniew commented Aug 15, 2023

About the changes

New dialogue with actions cleanup (moved all CR action hooks to one file)
Screenshot 2023-08-15 at 12 13 19

Updated permission description for the approve/reject. In future we may split them but for now there's one permission for approve/reject
Screenshot 2023-08-15 at 12 15 42

Important files

Discussion points

@vercel
Copy link

vercel bot commented Aug 15, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
unleash-monorepo-frontend ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 15, 2023 10:22am
1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
unleash-docs ⬜️ Ignored (Inspect) Visit Preview Aug 15, 2023 10:22am

@@ -139,8 +141,45 @@ export const ChangeRequestOverview: FC = () => {
}
};

const onReject = async (comment?: string) => {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

moved all actions to the same file. It's not easier to spot differences and similarities.

Copy link
Contributor

@sjaanus sjaanus left a comment

Choose a reason for hiding this comment

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

LG

@kwasniew kwasniew merged commit c58d325 into main Aug 15, 2023
16 checks passed
@kwasniew kwasniew deleted the reject-change-request-dialog branch August 15, 2023 10:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

2 participants