Skip to content
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

Fix Export Button Overflow #8931

Merged
merged 19 commits into from
Oct 29, 2024
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
7fff299
Add field validation to resolve the Update Profile Issue
JavidSumra Oct 17, 2024
5fee85e
refactor(profile): migrated change detection from useMemo to useEffec…
JavidSumra Oct 17, 2024
7b775a3
Discard package-lock.json file
JavidSumra Oct 17, 2024
391dcab
fix: prevent isDirty from updating on load due to phone number valida…
JavidSumra Oct 17, 2024
e39adc5
removed unnecessary console logging
JavidSumra Oct 17, 2024
34f6bbb
Merge branch 'develop' into issues/8804/profile-update-validation
JavidSumra Oct 17, 2024
1c3c769
fix: removed 'useEffect' from 'PhoneNumberFormField.tsx' Component
JavidSumra Oct 17, 2024
b2735fc
Merge branch 'issues/8804/profile-update-validation' of github.com:Ja…
JavidSumra Oct 17, 2024
217ae44
Merge branch 'develop' into issues/8804/profile-update-validation
nihal467 Oct 18, 2024
4ebc283
Merge branch 'develop' of github.com:JavidSumra/care_fe into issues/8…
JavidSumra Oct 18, 2024
03d2271
Merge branch 'ohcnetwork:develop' into issues/8804/profile-update-val…
JavidSumra Oct 21, 2024
f1422d8
Merge branch 'issues/8804/profile-update-validation' of github.com:Ja…
JavidSumra Oct 21, 2024
7b07e3b
Merge branch 'ohcnetwork:develop' into issues/8804/profile-update-val…
JavidSumra Oct 21, 2024
cf1fd70
Merge branch 'develop' into issues/8804/profile-update-validation
JavidSumra Oct 21, 2024
7700550
fix: Update a condition to check falsy value
JavidSumra Oct 21, 2024
1a2b837
Merge branch 'issues/8804/profile-update-validation' of github.com:Ja…
JavidSumra Oct 21, 2024
950ce0a
fix style for overflow export button
JavidSumra Oct 22, 2024
ecf6b4c
fix button overflow by changing text content of button
JavidSumra Oct 26, 2024
0063ec0
changing track files
JavidSumra Oct 26, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/Patient/ManagePatients.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ export const PatientManager = () => {
>
<CareIcon icon="l-plus" className="text-lg" />
<p id="add-patient-div" className="lg:my-[2px]">
Add Patient Details
Add Patient
</p>
</ButtonV2>
</div>
Expand Down
Loading