Closed i0am0arunava closed 6 days ago
[!WARNING]
Rate limit exceeded
@i0am0arunava has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 1 minutes and 6 seconds before requesting another review.
⌛ How to resolve this issue?
After the wait time has elapsed, a review can be triggered using the `@coderabbitai review` command as a PR comment. Alternatively, push new commits to this PR. 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](https://coderabbit.ai/docs/faq) for further information.📥 Commits
Reviewing files that changed from the base of the PR and between 7974ef242c5a94c8424f6d5f0cfabf8de5bba6cb and 1801e16748114055a39d68bad6cf7d8f81c4cf0c.
The changes made in the CentralNursingStation
component involve the addition of a responsive feature that adjusts the number of items displayed per page based on the window width. A new import for useWindowDimensions
has been introduced, allowing the PER_PAGE_LIMIT
to dynamically change between 6 and 9 items, depending on whether the width exceeds 2080 pixels. This adjustment is aimed at improving the component's usability on larger displays, particularly 4K screens.
File Path | Change Summary |
---|---|
src/components/Facility/CentralNursingStation.tsx | Added import for useWindowDimensions , modified PER_PAGE_LIMIT to be dynamic based on window width, updated defaultPerPage prop in pagination, and changed grid layout class for responsiveness. |
Objective | Addressed | Explanation |
---|---|---|
Show more monitors in CNS on very large displays (#6503) | ✅ |
🐇 In the land of screens so wide,
More monitors now can reside.
With widths that stretch and grow,
Six or nine, the numbers flow.
A hop, a skip, a joyful cheer,
For every display, we hold dear! ✨
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?
Name | Link |
---|---|
Latest commit | 1801e16748114055a39d68bad6cf7d8f81c4cf0c |
Latest deploy log | https://app.netlify.com/sites/care-ohc/deploys/672b8b37efe7120008ddef68 |
Deploy Preview | https://deploy-preview-9031--care-ohc.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
@rithviknishad ,is it okay now
Closing as duplicate of #9013 and #9028; avoid opening new PR's. resolve conflicts on same PRs. Hard to track requested changes.
Proposed Changes
@ohcnetwork/care-fe-code-reviewers
Merge Checklist
Summary by CodeRabbit