feat: changes for edit team in the teams page#1184
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 { monolithStore, configStore } = useRootStore(); | ||
|
|
||
| // State to track the previous team name, type | ||
| const [previousTeamName, setPreviousTeamName] = React.useState< |
There was a problem hiding this comment.
why not just import useState instead of doing via react?
There was a problem hiding this comment.
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.
AAfghahi
left a comment
There was a problem hiding this comment.
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