Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
List users and patients #14
List users and patients #14
Changes from all commits
e77da40
e0c1226
b432e4d
6751177
0cb356b
fcbd3a3
5d5bd2c
6f2e767
ad829db
78994eb
32777bd
935486b
47abbe9
b96f692
67c6c18
f510495
f83142c
ad198ee
bbd5aa8
ed9cd75
702f9a2
3ec2450
af0ae3e
3a6aed0
a8852c3
b8515c7
1fc1969
338d1b1
9105dea
f466179
e0f0844
c0b2fb1
48a31b2
b49514f
b75eae2
c40211c
fda3a15
68adcbd
6627090
17d14a2
235984a
2497d70
95e6876
6878fcd
18f3f60
08d9ea2
c4bd568
1acccdb
57f9bfc
984d2ee
a301ab6
03853d0
df48e75
ae57163
71cd483
60584d7
c0d584b
df74ac0
1bb2d69
ac66690
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 10 in app/(dashboard)/DashboardLayout.tsx
Codecov / codecov/patch
app/(dashboard)/DashboardLayout.tsx#L10
Check warning on line 16 in app/(dashboard)/DashboardLayout.tsx
Codecov / codecov/patch
app/(dashboard)/DashboardLayout.tsx#L16
Check warning on line 22 in app/(dashboard)/DashboardLayout.tsx
Codecov / codecov/patch
app/(dashboard)/DashboardLayout.tsx#L22
Check warning on line 24 in app/(dashboard)/DashboardLayout.tsx
Codecov / codecov/patch
app/(dashboard)/DashboardLayout.tsx#L24
Check warning on line 12 in app/(dashboard)/MenuLinks.tsx
Codecov / codecov/patch
app/(dashboard)/MenuLinks.tsx#L9-L12
Check warning on line 19 in app/(dashboard)/MenuLinks.tsx
Codecov / codecov/patch
app/(dashboard)/MenuLinks.tsx#L18-L19
Check warning on line 21 in app/(dashboard)/MenuLinks.tsx
Codecov / codecov/patch
app/(dashboard)/MenuLinks.tsx#L21
Check warning on line 26 in app/(dashboard)/MenuLinks.tsx
Codecov / codecov/patch
app/(dashboard)/MenuLinks.tsx#L26
Check warning on line 30 in app/(dashboard)/MenuLinks.tsx
Codecov / codecov/patch
app/(dashboard)/MenuLinks.tsx#L30
Check warning on line 10 in app/(dashboard)/page.tsx
Codecov / codecov/patch
app/(dashboard)/page.tsx#L8-L10
Check warning on line 13 in app/(dashboard)/page.tsx
Codecov / codecov/patch
app/(dashboard)/page.tsx#L13
Check warning on line 12 in app/(dashboard)/patients/PatientsTable.tsx
Codecov / codecov/patch
app/(dashboard)/patients/PatientsTable.tsx#L9-L12
Check warning on line 16 in app/(dashboard)/patients/PatientsTable.tsx
Codecov / codecov/patch
app/(dashboard)/patients/PatientsTable.tsx#L16
Check warning on line 19 in app/(dashboard)/patients/PatientsTable.tsx
Codecov / codecov/patch
app/(dashboard)/patients/PatientsTable.tsx#L19
Check warning on line 21 in app/(dashboard)/patients/PatientsTable.tsx
Codecov / codecov/patch
app/(dashboard)/patients/PatientsTable.tsx#L21
Check warning on line 25 in app/(dashboard)/patients/PatientsTable.tsx
Codecov / codecov/patch
app/(dashboard)/patients/PatientsTable.tsx#L25
Check warning on line 38 in app/(dashboard)/patients/PatientsTable.tsx
Codecov / codecov/patch
app/(dashboard)/patients/PatientsTable.tsx#L38
Check warning on line 57 in app/(dashboard)/patients/PatientsTable.tsx
Codecov / codecov/patch
app/(dashboard)/patients/PatientsTable.tsx#L56-L57
Check warning on line 15 in app/(dashboard)/patients/page.tsx
Codecov / codecov/patch
app/(dashboard)/patients/page.tsx#L8-L15
Check warning on line 19 in app/(dashboard)/patients/page.tsx
Codecov / codecov/patch
app/(dashboard)/patients/page.tsx#L17-L19
Check warning on line 23 in app/(dashboard)/patients/page.tsx
Codecov / codecov/patch
app/(dashboard)/patients/page.tsx#L22-L23
Check warning on line 26 in app/(dashboard)/patients/page.tsx
Codecov / codecov/patch
app/(dashboard)/patients/page.tsx#L26
Check warning on line 29 in app/(dashboard)/patients/page.tsx
Codecov / codecov/patch
app/(dashboard)/patients/page.tsx#L29
Check warning on line 31 in app/(dashboard)/patients/page.tsx
Codecov / codecov/patch
app/(dashboard)/patients/page.tsx#L31
Check warning on line 34 in app/(dashboard)/patients/page.tsx
Codecov / codecov/patch
app/(dashboard)/patients/page.tsx#L34
Check warning on line 41 in app/(dashboard)/patients/page.tsx
Codecov / codecov/patch
app/(dashboard)/patients/page.tsx#L37-L41
Check warning on line 43 in app/(dashboard)/patients/page.tsx
Codecov / codecov/patch
app/(dashboard)/patients/page.tsx#L43
Check warning on line 48 in app/(dashboard)/patients/page.tsx
Codecov / codecov/patch
app/(dashboard)/patients/page.tsx#L47-L48
Check warning on line 51 in app/(dashboard)/patients/page.tsx
Codecov / codecov/patch
app/(dashboard)/patients/page.tsx#L50-L51
Check warning on line 53 in app/(dashboard)/patients/page.tsx
Codecov / codecov/patch
app/(dashboard)/patients/page.tsx#L53
Check warning on line 65 in app/(dashboard)/patients/page.tsx
Codecov / codecov/patch
app/(dashboard)/patients/page.tsx#L64-L65
Check warning on line 67 in app/(dashboard)/patients/page.tsx
Codecov / codecov/patch
app/(dashboard)/patients/page.tsx#L67
Check warning on line 74 in app/(dashboard)/patients/page.tsx
Codecov / codecov/patch
app/(dashboard)/patients/page.tsx#L74
Check warning on line 12 in app/(dashboard)/users/UsersTable.tsx
Codecov / codecov/patch
app/(dashboard)/users/UsersTable.tsx#L9-L12
Check warning on line 16 in app/(dashboard)/users/UsersTable.tsx
Codecov / codecov/patch
app/(dashboard)/users/UsersTable.tsx#L16
Check warning on line 19 in app/(dashboard)/users/UsersTable.tsx
Codecov / codecov/patch
app/(dashboard)/users/UsersTable.tsx#L19
Check warning on line 21 in app/(dashboard)/users/UsersTable.tsx
Codecov / codecov/patch
app/(dashboard)/users/UsersTable.tsx#L21
Check warning on line 25 in app/(dashboard)/users/UsersTable.tsx
Codecov / codecov/patch
app/(dashboard)/users/UsersTable.tsx#L25
Check warning on line 38 in app/(dashboard)/users/UsersTable.tsx
Codecov / codecov/patch
app/(dashboard)/users/UsersTable.tsx#L38
Check warning on line 57 in app/(dashboard)/users/UsersTable.tsx
Codecov / codecov/patch
app/(dashboard)/users/UsersTable.tsx#L56-L57