-
Notifications
You must be signed in to change notification settings - Fork 433
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
Replace Material UI components with CareUI/custom components #5006
Closed
80 tasks done
Tracked by
#3742
Comments
hey @nihal467 can i work on few of the components |
@nikhilagastya sub issues for the same have been created. you may take up those. |
This was referenced May 28, 2023
This was referenced Jun 8, 2023
rithviknishad
added
Done
redesign
and removed
good first issue
Good for newcomers
labels
Jun 30, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Now that we have pretty good coverage on the custom components (ref: 🛠️ Tailwinding Care) we can replace all the existing usages of Material UI components and icons with custom components and 🏥 Care Icons.
Migrate usages of
Legacy<ComponentName>
components if present in the file.Most of the below tasks consist of page-by-page migrations, hence also consider migrating from the
PageTitle
withPage
component ifPageTitle
exists in the file you'll be modifying in the task. (See example)To migrate usages of
Tooltip
, use thetooltip
class on parent component andtooltip-text
in combination withtooltip-[right/left/top-bottom]
classes for the tooltip text element. (See example)Primary Objective of this EPIC
Tasks
src/Components/Assets/AssetImportModal.tsx
: #4928src/Components/Assets/AssetsList.tsx
: #4929src/Components/Auth/Login.tsx
: #4930src/Components/Auth/ResetPassword.tsx
: #4931src/Components/Common/GLocationPicker.tsx
: #4932src/Components/Common/LanguageSelector.tsx
: #4933src/Components/Common/Loading.tsx
: #4934src/Components/Common/LocationSelect.tsx
: #4935src/Components/Common/OnlineUsersSelect.tsx
: #4936src/Components/Common/prescription-builder/PrescriptionDropdown.tsx
: #4937src/Components/Common/utils/HelpToolTip.tsx
: #4938src/Components/DeathReport/DeathReport.tsx
: #4939src/Components/ExternalResult/ResultList.tsx
: #4940src/Components/ExternalResult/ResultUpdate.tsx
: #4941src/Components/Facility/AddBedForm.tsx
: #4942src/Components/Facility/AddInventoryForm.tsx
: #4943src/Components/Facility/AddLocationForm.tsx
: #4944src/Components/Facility/AssetCreate.tsx
: #4945src/Components/Facility/BedDeleteDialog.tsx
: #4946src/Components/Facility/ConsultationCard.tsx
: #4947src/Components/Facility/ConsultationDetails.tsx
: #4948src/Components/Facility/ConsultationForm.tsx
: #4949src/Components/Facility/Consultations/NutritionPlots.tsx
: #4950src/Components/Facility/CoverImageEditModal.tsx
: #4951src/Components/Facility/FacilityCreate.tsx
: #4952src/Components/Facility/FacilityHome.tsx
: #4953src/Components/Facility/FacilityUsers.tsx
: #4954src/Components/Facility/HospitalList.tsx
: #4955src/Components/Facility/InventoryList.tsx
: #4956src/Components/Facility/InventoryLog.tsx
: #4957src/Components/Facility/SetInventoryForm.tsx
: #4958src/Components/Facility/TransferPatientDialog.tsx
: #4959src/Components/Facility/TriageForm.tsx
: #4960src/Components/Facility/UpdateFacilityMiddleware.tsx
: #4961src/Components/Facility/Consultations/Beds.tsx
: #4962src/Components/Facility/Consultations/DailyRoundsList.tsx
: #4963src/Components/Facility/Consultations/Feed.tsx
: #4964src/Components/Facility/Consultations/FeedButton.tsx
: #4965src/Components/Facility/Consultations/LiveFeed.tsx
: #4966src/Components/Facility/FacilityFilter/index.tsx
: #4967src/Components/Facility/Investigations/index.tsx
: #4968src/Components/Facility/Investigations/InvestigationTable.tsx
: #4969src/Components/Facility/Investigations/Table.tsx
: #4970src/Components/Facility/Investigations/Reports/index.tsx
: #4971src/Components/Facility/Investigations/Reports/ReportTable.tsx
: #4972src/Components/Notifications/NoticeBoard.tsx
: #4973src/Components/Notifications/NotificationsList.tsx
: #4974src/Components/Patient/DailyRoundListDetails.tsx
: #4975src/Components/Patient/DailyRounds.tsx
: #4976src/Components/Patient/FileUpload.tsx
: #4977src/Components/Patient/ManagePatients.tsx
: #4978src/Components/Patient/PatientHome.tsx
: #4979src/Components/Patient/PatientRegister.tsx
: #4980src/Components/Patient/SampleDetails.tsx
: #4981src/Components/Patient/SampleFilters.tsx
: #4982src/Components/Patient/SamplePreview.tsx
: #4983src/Components/Patient/SampleTest.tsx
: #4984src/Components/Patient/SampleTestCard.tsx
: #4985src/Components/Patient/SampleViewAdmin.tsx
: #4986src/Components/Patient/ShiftCreate.tsx
: #4987src/Components/Patient/UpdateStatusDialog.tsx
: #4988src/Components/Resource/CommentSection.tsx
: #4989src/Components/Resource/ListFilter.tsx
: #4990src/Components/Resource/ResourceBoard.tsx
: #4991src/Components/Resource/ResourceCreate.tsx
: #4992src/Components/Resource/ResourceDetails.tsx
: #4993src/Components/Resource/ResourceDetailsUpdate.tsx
: #4994src/Components/Shifting/CommentsSection.tsx
: #4995src/Components/Shifting/ListFilter.tsx
: #4996src/Components/Shifting/ListView.tsx
: #4997src/Components/Shifting/ShiftDetails.tsx
: #4998src/Components/Shifting/ShiftDetailsUpdate.tsx
: #4999src/Components/Shifting/ShiftingBoard.tsx
: #5000src/Components/Users/LinkFacilityDialog.tsx
: #5001src/Components/Users/ManageUsers.tsx
: #5002src/Components/Users/UnlinkSkillDialog.tsx
: #5003src/Components/Users/UserAdd.tsx
: #5004src/Components/Users/UserDeleteDialog.tsx
: #5005HelperInputFields.tsx
#5762The text was updated successfully, but these errors were encountered: