Skip to content
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

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Mobile revamp #49

wants to merge 5 commits into from

Conversation

CastorK
Copy link

@CastorK CastorK commented Oct 3, 2019

New login page and small changes to navbar and month-view

@c00k133
Copy link
Member

c00k133 commented Oct 3, 2019

I assume that this PR regards the following issue? #47

font-size: 5em;
}
h2, h3 {
text-decoration: underline;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I disagree :(

Copy link
Collaborator

@tlangens tlangens left a 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 -->
Copy link
Member

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?

Copy link
Author

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

<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>
Copy link
Member

@c00k133 c00k133 Oct 6, 2019

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

@CastorK CastorK mentioned this pull request Oct 7, 2019
Moved css into separate file, did some stylechanges and codestyle"
Copy link
Member

@c00k133 c00k133 left a 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants