uha sms LB frontend changes redo of 4438#4700
Merged
one-community merged 9 commits intodevelopmentfrom Apr 19, 2026
Merged
Conversation
✅ Deploy Preview for highestgoodnetwork-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Anusha-Gali
suggested changes
Jan 13, 2026
| * @param {*} user - the user to be deleted | ||
| * @param {*} option - archive / delete | ||
| */ | ||
| export const deleteUser = (user, option) => { |
There was a problem hiding this comment.
The deleteUser function removes users from UI even when API delete fails , causing confusion when deleted users reappear after refresh
naznin07
approved these changes
Mar 7, 2026
naznin07
suggested changes
Mar 7, 2026
| * @param {*} option - archive / delete | ||
| */ | ||
| export const deleteUser = (user, option) => { | ||
| const requestData = { option, userId: user._id }; |
Contributor
46fa39b to
7cad209
Compare
Anusha-Gali
previously approved these changes
Apr 17, 2026
# Conflicts: # package-lock.json # src/components/Header/Header.module.css
cc56fe3
|
Member
|
Thank you all, merging! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.














Description


PR4438 was closed because it introduced a breaking issue. The work was redone and resubmitted in PR#4700 with the fixes applied.
Related PRS (if any):
This frontend PR is related to the PR#1999 backend PR.
Related PRs : PR1366, PR3476, PR#3311 , PR#1289
How to test:
npm installand...to run this PR locallyScreenshots or videos of changes:
video2273694593.mp4
Note:
SMS notification support has been implemented as part of this work. However, the SMS provider requires a paid account for sending messages in the US, so end-to-end SMS delivery could not be fully tested in a live environment. The integration logic is in place and can be validated once a test or paid account is available.