-
Notifications
You must be signed in to change notification settings - Fork 10
feat(client): changes made to remove iscustomgroup and usages (#839) #1210
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(client): changes made to remove iscustomgroup and usages (#839) User descriptionDescription: Changes Made: TeamTileCard.tsx PR TypeEnhancement Description
Changes walkthrough 📝
|
@CodiumAI-Agent /review |
@CodiumAI-Agent /improve |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨
|
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.
I like that we are putting type into the pixel call, seems a lot cleaner.
@@ -331,7 +320,7 @@ export const TeamTileCard = (props: TeamCardProps) => { | |||
return; | |||
} | |||
setIsLoading(true); | |||
if (isCustomGroup) { | |||
if (type === 'Custom') { |
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.
what's the difference btwn isCustomGroup and type=== 'Custom'
…m/SEMOSS/semoss-ui into 839-Remove_isCustomGroupAndUsages
color: 'success', | ||
message: 'Successfully updated team', | ||
}); | ||
onClose({ |
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.
this should do some error checking.
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.
done
color: 'success', | ||
message: 'Successfully updated team', | ||
}); | ||
} catch (e) { |
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.
Another check you should do is to check if OPERATION is equal to Error, sometimes the pixel shows up at as having passed, but it is still an error in the pixel call.
); | ||
}, | ||
); | ||
} catch (e) { |
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.
Same here
…move_isCustomGroupAndUsages
…m/SEMOSS/semoss-ui into 839-Remove_isCustomGroupAndUsages
@CodiumAI-Agent /update_changelog |
Changelog updates: 🔄 2025-06-19 *Changed
|
Description:
changes made to remove isCustomGroup and Usages
Changes Made:
TeamTileCard.tsx
monolith.store.tsx
TeamsSettingsPage.tsx
AddTeamModal.tsx