Skip to content

Improved main views on mobile devices #375

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

Merged
merged 4 commits into from
Jun 12, 2018
Merged

Conversation

mllocs
Copy link
Collaborator

@mllocs mllocs commented Jun 3, 2018

1b099e54-52eb-47ac-8520-ebd2d996677e

  • Improved the main views on small devices.
  • Added a filter on the cover image to look better with the new brand blue.
  • Used bootstrap's Grid system to improve responsiveness and fix inconsistent paddings.

@mllocs
Copy link
Collaborator Author

mllocs commented Jun 3, 2018

Clean up mobile views

Copy link
Contributor

@enricostano enricostano left a comment

Choose a reason for hiding this comment

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

👏 😍

Copy link
Collaborator

@markets markets left a comment

Choose a reason for hiding this comment

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

cool 🎨 @mllocs 👌

@enricostano
Copy link
Contributor

Deployed on https://staging.timeoverflow.org/

@mllocs could you please check that everything is OK? Thanks!

@@ -44,21 +44,19 @@
<% if current_user && current_organization %>
<nav role="navigation">
<div class="container-fluid">
Copy link
Collaborator

Choose a reason for hiding this comment

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

@mllocs I think this should be "container", with "container-fluid" looks weird on desktop:

captura de pantalla 2018-06-05 a las 18 44 25

<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<ul class="nav nav-pills actions-menu">
<%= render 'application/menus/user_list_link' %>
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can we fix indentation here?

@@ -418,7 +430,11 @@ form .checkbox input[type="checkbox"] {
}

.navbar-static-top {
background-color: $palette-turkey;
background-color: rgba(39, 151, 175, 0.9); // @palette-turkey with opacity
Copy link
Collaborator

Choose a reason for hiding this comment

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

can't this really be done in SCSS?

@@ -567,6 +581,7 @@ form .checkbox input[type="checkbox"] {
font-weight: 500;
letter-spacing: -0.107rem;
margin-top: 1rem;
text-shadow: 1px 1px #333;
Copy link
Collaborator

Choose a reason for hiding this comment

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

this deserves to be in a var IMO

@enricostano
Copy link
Contributor

We'll deploy this to staging again once @mllocs solves pending questions.

@mllocs
Copy link
Collaborator Author

mllocs commented Jun 7, 2018

@markets @enricostano @sauloperez Thanks guys! I just pushed come commits addressing your comments 😊

@@ -418,7 +435,7 @@ form .checkbox input[type="checkbox"] {
}

.navbar-static-top {
background-color: $palette-turkey;
background-color: rgba($palette-turkey, 0.9);
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@sauloperez I didn't know this was possible :D

Copy link
Collaborator

Choose a reason for hiding this comment

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

I also flipé when I started doing CSS recently 😆

Copy link
Collaborator

@markets markets left a comment

Choose a reason for hiding this comment

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

thanks @mllocs :shipit:

@enricostano
Copy link
Contributor

Deployed to https://staging.timeoverflow.org

@mllocs
Copy link
Collaborator Author

mllocs commented Jun 8, 2018

@enricostano Looks pretty good enough ™️ ®️ 🚢 🇮🇹

@sauloperez sauloperez merged commit 3ebad3d into develop Jun 12, 2018
This was referenced Jun 21, 2018
@sauloperez sauloperez deleted the feature/nicer-mobile-views branch July 24, 2018 17:01
@enricostano enricostano mentioned this pull request Aug 8, 2018
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.

4 participants