-
Notifications
You must be signed in to change notification settings - Fork 22
Font Button Style & Eslint #71
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
Conversation
Signed-off-by: ChetanFTW <devchetan42@gmail.com>
Signed-off-by: ChetanFTW <devchetan42@gmail.com>
Signed-off-by: ChetanFTW <devchetan42@gmail.com>
Signed-off-by: ChetanFTW <devchetan42@gmail.com>
Signed-off-by: ChetanFTW <devchetan42@gmail.com>
Signed-off-by: ChetanFTW <devchetan42@gmail.com>
|
Hi Chetan. I was looking at the changes, and I noticed the font styles are being set individually on several components. As you've just added @mui/material, maybe we could take advantage of its ThemeProvider? |
|
Great idea, I’ll move the font settings into the MUI theme instead of applying them individually. |
|
@ChetanFTW resolve merge conflicts |
Signed-off-by: Chetan 👾 <128224987+ChetanFTW@users.noreply.github.com>
Signed-off-by: Chetan 👾 <128224987+ChetanFTW@users.noreply.github.com>
|
hey @saurabhraghuvanshii, i resolve the merge conflict -- could you check for package |
package.json
Outdated
| { | ||
| "devDependencies": { | ||
| "@jridgewell/resolve-uri": "^3.1.2" | ||
| } | ||
| } |
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.
why this file??
|
many changes will break the site |
Signed-off-by: ChetanFTW <devchetan42@gmail.com>
Signed-off-by: ChetanFTW <devchetan42@gmail.com>
Signed-off-by: ChetanFTW <devchetan42@gmail.com>
Signed-off-by: ChetanFTW <devchetan42@gmail.com>
Signed-off-by: ChetanFTW <devchetan42@gmail.com>
|
PTAL @saurabhraghuvanshii |
| @@ -0,0 +1,2070 @@ | |||
| { | |||
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.
@ChetanFTW remoove this also
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.
Thanks for reminder
Signed-off-by: ChetanFTW <devchetan42@gmail.com>
Signed-off-by: Chetan 👾 <128224987+ChetanFTW@users.noreply.github.com>
Signed-off-by: ChetanFTW <devchetan42@gmail.com>
Signed-off-by: ChetanFTW <devchetan42@gmail.com>
Signed-off-by: ChetanFTW <devchetan42@gmail.com>
Notes for Reviewers
Before:
After:
Signed commits