-
Notifications
You must be signed in to change notification settings - Fork 3
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
Mobile revamp #49
base: master
Are you sure you want to change the base?
Mobile revamp #49
Conversation
I assume that this PR regards the following issue? #47 |
fars/booking/templates/login.html
Outdated
font-size: 5em; | ||
} | ||
h2, h3 { | ||
text-decoration: underline; |
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 disagree :(
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.
Plain black font in login page is rather boring. At least some dark grey would be better.
<hr> | ||
<h2 class="d-flex justify-content-center col-12 py-3">WHAT IS FARS?</h3> | ||
<p class="offset-1 col-10 offset-md-3 col-md-6">Reservation system with modifiable bookables and timeslots.</p> | ||
<!-- TODO: Write better description --> |
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.
Will this TODO be handled in this PR?
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 ;P I don't like writing hypetexts
fars/booking/templates/month.html
Outdated
<div class="col-md-10 col-sm-12 offset-md-1"> | ||
<div id="calendar" data-bookable="{{bookable.id_str}}" data-user="{{user.id}}" data-locale="{{language_code}}"></div> | ||
<div class="col-12 offset-lg-1 col-lg-10"> | ||
<div id="calendar" data-bookable="{{bookable.id_str}}" data-bookablestr="{{bookable}}" data-user="{{user.id}}" data-locale="{{language_code}}"></div> |
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.
NIT: spacing in variables: {{bookable}}
-> {{ bookable }}
We should stay consistent in these if just possible
Moved css into separate file, did some stylechanges and codestyle"
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.
+1
Please remember to close affected issues.
New login page and small changes to navbar and month-view