-
Notifications
You must be signed in to change notification settings - Fork 10
feat: changes for edit team in the teams page #1184
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
Conversation
@CodiumAI-Agent /describe |
Titlefeat: changes for edit team in the teams page User descriptionDescriptionChanges MadeHow to Test
NotesPR TypeEnhancement Description
Changes walkthrough 📝
|
@CodiumAI-Agent /review |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
@CodiumAI-Agent /improve |
PR Code Suggestions ✨Latest suggestions up to b9c410c
Previous suggestionsSuggestions up to commit 6cf1821
Suggestions up to commit 6cf1821
|
@anurag91jain and @AAfghahi Has this been tested e2e yet |
where is the call for this being made from? |
please use the template - we will not close PRs unless the template is filled. @ishumita |
@kunal0137 updated the template. |
const notification = useNotification(); | ||
const { monolithStore, configStore } = useRootStore(); | ||
|
||
// State to track the previous team name, type | ||
const [previousTeamName, setPreviousTeamName] = React.useState< |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why not just import useState instead of doing via react?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is just the same thing, useState was not imported explicitly in the code, so I just used it directly using React.useState, it doesn't really matter at all. Let me know if you still want me to change it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested locally that it works.
@CodiumAI-Agent /update_changelog |
Changelog updates: 🔄 2025-06-12 *Added
|
Description
This PR would bring in edit functionality for the teams card in teams permission page.
Changes Made
There is a new reactor built for the edit team, so have integrated new reactor call with the new edit modal. Have used the concept of add team modal to achieve the same.
How to Test
Notes