-
Notifications
You must be signed in to change notification settings - Fork 11
Remake/administration #257
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
base: master
Are you sure you want to change the base?
Conversation
441263c
to
eb2c8cc
Compare
eb2c8cc
to
c096dce
Compare
Sab galat |
what galat |
c096dce
to
fac4281
Compare
fac4281
to
ac6ef7f
Compare
423eeaf
to
cacb1af
Compare
cacb1af
to
1ef21ce
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.
Files not reviewed (1)
- package.json: Language not supported
Comments suppressed due to low confidence (1)
app/[locale]/institute/administration/page.tsx:145
- [nitpick] The class 'size-12' is ambiguous; consider using a more descriptive name that aligns with your design system or confirm that it is defined in your CSS.
<Icon className="size-12" />
@aryansri-19 rebase |
f82f422
to
815e2d3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 5 out of 6 changed files in this pull request and generated no comments.
Files not reviewed (1)
- package.json: Language not supported
Comments suppressed due to low confidence (1)
app/[locale]/institute/administration/page.tsx:237
- The pointsOfApprovalLinks array length does not match the number of items resulting from text.pointsOfApproval.slice(4), which could lead to undefined links. Consider ensuring both arrays are aligned or add a fallback to handle the absence of a corresponding link.
pointsOfApprovalLinks[index + 4] ? (
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
return <WorkInProgressStatus locale={locale} />; | ||
const text = (await getTranslations(locale)).Administration; | ||
|
||
const senateMembers = await db.query.committeeMembers.findMany({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add suspense
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so just empty table or no table if there is no member fetched?
]} | ||
/> | ||
|
||
<main className="container mt-20"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no mains land
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
then?
7d58b3c
to
3fdefa8
Compare
3fdefa8
to
7ecdf0b
Compare
7ecdf0b
to
8330446
Compare
8330446
to
af2cada
Compare
af2cada
to
7a2a64f
Compare
Administration Landing Static page
Missing staff data as db is not populated.