-
Notifications
You must be signed in to change notification settings - Fork 520
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
Fixes deploy: missing plugin map missing import; calendar component; and other minor fixes #9632
Merged
Merged
Changes from 7 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
a022752
fixes #9556
rithviknishad 66bedca
user form: update phone number input type
rithviknishad ce7d0c2
notify for not found errors
rithviknishad 2a5a2e3
fix calendar and remove unused packages
rithviknishad 12ba6e3
update lockfile
rithviknishad 4ebd7ea
fix setup care apps script
rithviknishad 67a3dd3
fix bad request notification
rithviknishad 307c981
fix docker builds
rithviknishad 5f11ced
switch to electron for cypress ci
rithviknishad File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,9 +59,12 @@ | |
"@radix-ui/react-avatar": "^1.1.2", | ||
"@radix-ui/react-checkbox": "^1.1.3", | ||
"@radix-ui/react-collapsible": "^1.1.2", | ||
"@radix-ui/react-dialog": "^1.1.4", | ||
"@radix-ui/react-dropdown-menu": "^2.1.4", | ||
"@radix-ui/react-icons": "^1.3.2", | ||
"@radix-ui/react-label": "^2.1.1", | ||
"@radix-ui/react-menubar": "^1.1.4", | ||
"@radix-ui/react-popover": "^1.1.4", | ||
"@radix-ui/react-progress": "^1.1.1", | ||
"@radix-ui/react-radio-group": "^1.2.2", | ||
"@radix-ui/react-scroll-area": "^1.2.2", | ||
|
@@ -71,17 +74,12 @@ | |
"@radix-ui/react-slot": "^1.1.1", | ||
"@radix-ui/react-switch": "^1.1.2", | ||
"@radix-ui/react-tabs": "^1.1.1", | ||
"@vitejs/plugin-react": "^4.3.4", | ||
"@pnotify/core": "^5.2.0", | ||
"@pnotify/mobile": "^5.2.0", | ||
"@radix-ui/react-dialog": "^1.1.4", | ||
"@radix-ui/react-label": "^2.1.1", | ||
"@radix-ui/react-popover": "^1.1.4", | ||
"@radix-ui/react-toast": "^1.2.4", | ||
"@radix-ui/react-tooltip": "^1.1.6", | ||
"@sentry/browser": "^8.47.0", | ||
"@tanstack/react-query": "^5.62.8", | ||
"@tanstack/react-query-devtools": "^5.62.7", | ||
"@vitejs/plugin-react": "^4.3.4", | ||
"@yudiel/react-qr-scanner": "^2.1.0", | ||
"bowser": "^2.11.0", | ||
"browser-image-compression": "^2.0.2", | ||
|
@@ -91,8 +89,8 @@ | |
"clsx": "^2.1.1", | ||
"cmdk": "^1.0.4", | ||
"cross-env": "^7.0.3", | ||
"date-fns": "^3.6.0", | ||
"cypress": "^13.17.0", | ||
"date-fns": "^3.6.0", | ||
"dayjs": "^1.11.13", | ||
"echarts": "^5.5.1", | ||
"echarts-for-react": "^3.0.2", | ||
|
@@ -112,13 +110,13 @@ | |
"raviger": "^4.1.2", | ||
"react": "18.3.1", | ||
"react-copy-to-clipboard": "^5.1.0", | ||
"react-day-picker": "^9.5.0", | ||
"react-day-picker": "^8.10.1", | ||
"react-dom": "18.3.1", | ||
"react-google-recaptcha": "^3.1.0", | ||
"react-hook-form": "^7.53.2", | ||
"react-intersection-observer": "^9.14.1", | ||
"react-i18next": "^15.2.0", | ||
"react-infinite-scroll-component": "^6.1.0", | ||
"react-intersection-observer": "^9.14.1", | ||
"react-pdf": "^9.2.1", | ||
"react-webcam": "^7.2.0", | ||
"recharts": "^2.15.0", | ||
|
@@ -214,4 +212,4 @@ | |
"node": ">=22.8.0" | ||
}, | ||
"packageManager": "[email protected]" | ||
} | ||
} |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
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.
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.
Eliminate redundant reject call and handle fallback for string errors.
Currently, the code calls
reject(new Error("Client error"))
twice in succession, which is unnecessary. After the firstreject()
call, the Promise is already rejected, so this second call never takes effect. Moreover, if JSON parsing fails,error
will just be a string, and accessingerror.errors
would be undefined. A more resilient approach might handle both object and string cases.Consider this patch to remove the duplicated
reject
call and safeguard against string-based errors:📝 Committable suggestion