-
Notifications
You must be signed in to change notification settings - Fork 12
Feat/cells #296
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: feat/clubs
Are you sure you want to change the base?
Feat/cells #296
Conversation
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.
IKS and IIC are under institute/cells
IPR is under research/ipr
<div className="absolute left-1/2 top-1/2 -translate-x-1/2 -translate-y-1/2 text-center"> | ||
<h1 | ||
className="mx-2 my-auto text-xl md:text-2xl lg:text-3xl xl:text-4xl" | ||
style={{ color: 'black' }} |
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.
use tailwind
text-neutral-900
<TableRow> | ||
<TableHead>Sr. No.</TableHead> | ||
<TableHead>Responsibility</TableHead> | ||
<TableHead>Name of Faculty</TableHead> | ||
</TableRow> |
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.
For table headers, use translations
<TableRow> | ||
<TableHead>Sr. No.</TableHead> | ||
<TableHead>Past activities</TableHead> | ||
</TableRow> |
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.
Here too.
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.
Looks fine, just use tailwind wherever used style
/> | ||
<section className="w-full"> | ||
<div> | ||
<Table scrollAreaClassName="h-96"> |
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.
make table horizontally scrollable for smaller screens like mobile ( generally 648px )
@@ -12,7 +12,22 @@ export interface Translations { | |||
more: string; | |||
}; | |||
}; | |||
|
|||
club: { |
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.
The key in translation should be Capitalized
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.
I have not made this change, may be someone else had made this change previously
@aryansri-19 please review the changes |
Been a while, let's see |
@aryansri-19 See the commit stack above, these are not only my changes, it includes changes made by 7 people. My base branch is not master in this pr, but staged. |
but the changes you made are not in all those 18 files, right? |
Can't do it right now, because I am using some changes here that I had made in feat/cells.. |
Initialized the ipr-cell page under the research tab.
Linked to issue #290