-
Notifications
You must be signed in to change notification settings - Fork 4
Fixes PR #72 #6
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: main
Are you sure you want to change the base?
Fixes PR #72 #6
Conversation
e4284be to
45d92d1
Compare
fixes PR to squash prettier to squash config prettier vscode != cli
45d92d1 to
39c7286
Compare
|
Fixes last pull request with integration of bootstrap / font correctly and rework of sidemenu using flex instead of table |
| /* #switch_week_button { | ||
| background-color: #2cb8f0; | ||
| color: white; | ||
| padding: 15px; | ||
| width: 15%; | ||
| height: 2%; | ||
| text-decoration: none; | ||
| text-align: center; | ||
| /* font-family: 'Billionary';*/ | ||
| vertical-align: middle; | ||
| font-size: 2rem; | ||
| } | ||
|
|
||
| .next-week-link { | ||
| background-color: #2cb8f0; | ||
| position: fixed; | ||
| right: 1.5%; | ||
| bottom: 0; | ||
| } | ||
|
|
||
| .this-week-link { | ||
| background-color: #e844f4; | ||
| position: fixed; | ||
| left: 0; | ||
| bottom: 0; | ||
| } | ||
| min-width: 300px; | ||
| } */ |
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.
Could we get rid of any comments of code? Comments are of course fine if they are describing some piece of code, but code that's commented out seem to not add any value and take up unnecessary space/complexity.
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.
Yes sorry its mainly left overs of old code.
Would it be ok to merge it for now , and i will make a commit afterwards removing all unnecessary comment in css later ?
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.
It looks like the comment was added in this PR, so it would be good to remove it here.
|
This PR is mainly about start including bootstrap theme on index, and rework some layout like the sidenav. |
It looks like there are changes to the UI from this PR though. Could you take a look at the screenshot I sent and lmk if that is intended? For example, the "next week" text on the top left is noticeably smaller. |

No description provided.