Closed gurramkarthiknetha closed 1 day ago
This pull request introduces several modifications across various components in the codebase, primarily focusing on styling adjustments and minor functional enhancements. Changes include the addition of margin styles to buttons, updates to layout properties for better spacing, and new props for components to enhance functionality. Additionally, the CSS file has been updated with new media queries and class definitions to support these changes. Overall, the adjustments aim to improve the user interface without altering the core logic or functionality of the components.
File Path | Change Summary |
---|---|
src/CAREUI/interactive/FiltersSlideover.tsx |
Updated AdvancedFilterButton to include mt-2 class for margin-top on ButtonV2 . |
src/components/Common/ButtonV2.tsx |
Added mtrequired class to button styles; introduced initialInverval prop for ButtonWithTimer . |
src/components/Common/Menu.tsx |
Added mt-2 class to MenuButton for margin-top styling. |
src/components/Facility/FacilityCard.tsx |
Updated layout classes to include gaps and center buttons. |
src/components/Kanban/Board.tsx |
Added containerss and bshadow classes for styling adjustments in KanbanBoard and KanbanSection . |
src/components/Patient/ManagePatients.tsx |
Modified button container class for flexible layout; updated onTabChange for user permissions. |
src/components/Patient/PatientConsentRecords.tsx |
Updated button label with margin-top; refined handleUpload function for consent records. |
src/style/index.css |
Added media query for max-width 915px; defined new classes .containerss , .bshadow , and .mtrequired . |
ButtonV2
component, which is also referenced in the main PR, specifically affecting the styling of buttons, including the addition of classes that may relate to the changes made in the main PR regarding button layout.ButtonV2
component, ensuring consistent button sizes across the interface, similar to the changes made in the main PR that involve styling adjustments to buttons.needs review
, tested
🐇 In the garden where buttons bloom,
With margins added to make room,
Flex and wrap, they dance with grace,
Enhancing every user’s space.
A little change, a joyful cheer,
For every click, we hold so dear! 🌼
[!WARNING] There were issues while running some tools. Please review the errors and either fix the tool’s configuration or disable the tool if it’s a critical failure.
🔧 eslint
> If the error stems from missing dependencies, add them to the package.json file. For unrecoverable errors (e.g., due to private dependencies), disable the tool in the CodeRabbit configuration.src/CAREUI/interactive/FiltersSlideover.tsx
Oops! Something went wrong! :( ESLint: 8.57.1 Error: Failed to load parser '@typescript-eslint/parser' declared in '.eslintrc.json': Cannot find module '@typescript-eslint/parser' Require stack: - /.eslintrc.json at Module._resolveFilename (node:internal/modules/cjs/loader:1248:15) at Function.resolve (node:internal/modules/helpers:145:19) at Object.resolve (/node_modules/@eslint/eslintrc/dist/eslintrc.cjs:2346:46) at ConfigArrayFactory._loadParser (/node_modules/@eslint/eslintrc/dist/eslintrc.cjs:3325:39) at ConfigArrayFactory._normalizeObjectConfigDataBody (/node_modules/@eslint/eslintrc/dist/eslintrc.cjs:3099:43) at _normalizeObjectConfigDataBody.next () at ConfigArrayFactory._normalizeObjectConfigData (/node_modules/@eslint/eslintrc/dist/eslintrc.cjs:3040:20) at _normalizeObjectConfigData.next ( ) at ConfigArrayFactory.loadInDirectory (/node_modules/@eslint/eslintrc/dist/eslintrc.cjs:2886:28) at CascadingConfigArrayFactory._loadConfigInAncestors (/node_modules/@eslint/eslintrc/dist/eslintrc.cjs:3871:46)
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 | 4465945bb2b2de964289f69714c05c3c68d44d6c |
Latest deploy log | https://app.netlify.com/sites/care-ohc/deploys/673dab85dd6cfd000896b357 |
Deploy Preview | https://deploy-preview-9166--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.
Duplicate of #9161
If you want to make additional changes, please make it there.
Summary by CodeRabbit
Release Notes
New Features
Improvements
Styling Updates
These changes collectively enhance the user experience and interface consistency.