-
Notifications
You must be signed in to change notification settings - Fork 536
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
Cleanup: Remove unused dependencies and components #10348
Cleanup: Remove unused dependencies and components #10348
Conversation
This commit removes several unused dependencies and components, including: - Removed Google Maps related packages - Removed QR scanner package - Removed chart and drawer components - Removed various utility hooks and files - Removed sample Excel import template - Cleaned up package.json and package-lock.json dependencies
Warning Rate limit exceeded@rithviknishad has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 12 minutes and 9 seconds before requesting another review. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 📒 Files selected for processing (7)
WalkthroughThis pull request involves a significant cleanup and removal of various configuration files, components, hooks, and utility functions across the project. The changes primarily focus on removing unused or deprecated code, including the deletion of several dependencies from Changes
Suggested labels
Suggested reviewers
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
✅ Deploy Preview for care-ohc ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Deploying care-fe with Cloudflare Pages
|
CARE Run #4583
Run Properties:
|
Project |
CARE
|
Branch Review |
rithviknishad/maintenance/remove-unimported-things
|
Run status |
Passed #4583
|
Run duration | 06m 02s |
Commit |
c6cec288fe: Cleanup: Remove unused dependencies and components
|
Committer | Rithvik Nishad |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
10
|
View all changes introduced in this branch ↗︎ |
…intenance/remove-unimported-things
LGTM :) |
export { | ||
ChartContainer, | ||
ChartTooltip, | ||
ChartTooltipContent, | ||
ChartLegend, | ||
ChartLegendContent, | ||
ChartStyle, | ||
}; |
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.
We might need these for rendering the graphs in the encounter overview, if they are not used now, lets remove it and add them when needed
@rithviknishad Your efforts have helped advance digital healthcare and TeleICU systems. 🚀 Thank you for taking the time out to make CARE better. We hope you continue to innovate and contribute; your impact is immense! 🙌 |
This commit removes several unused dependencies and components, including:
Summary by CodeRabbit
Release Notes
Dependency Removal
Component Removal
Utility Removal
Configuration Changes
This release significantly reduces the project's dependency footprint and removes several specialized components and utilities.