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

Cleanup Responsive Navbar Menu #303

Merged
merged 7 commits into from
Dec 30, 2015

Conversation

knownasilya
Copy link
Contributor

Fixes #294

⚠️ Still WIP

  • Move title out of the collapsed menu
  • Improve collapse button colors and position
  • Make collapse menu items bigger for better mobile support
  • Fix collapse menu item positioning and add break
  • Fixes dropdown menu positioning and styles

TODO

  • Fix navbar link sizes and underline
  • Fix title responsiveness (might need it in two places, ember-responsive)
  • Fix dropdown toggling (currently works through hover, so broken on mobile)

screen shot 2015-12-30 at 2 35 30 pm
screen shot 2015-12-30 at 2 35 09 pm
screen shot 2015-12-30 at 2 35 50 pm
screen shot 2015-12-30 at 2 41 57 pm

Ilya Radchenko added 2 commits December 30, 2015 11:56
* Move title out of the collapsed menu
* Improve collapse button colors and position
* Make collapse menu items bigger for better mobile support
* Fix collapse menu item positioning and add break
@stefanpenner
Copy link
Contributor

<3

Ilya Radchenko added 2 commits December 30, 2015 13:17
WIP on the titles

The links when not in responsive mode were tiny (broke somewhere before this pr)
<div class="title">
{{title-input value=model.description titleChanged=(action "titleChanged")}}
{{saved-state-indicator model=model unsaved=unsaved}}
</div>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Title was changed before this PR, so now it blocks clicking on the navlinks when above the collapse threshold and below ~1500px, see canary.ember-twiddle.com

Not sure on how to fix this yet, looking at the old styles, but it doesn't seem obvious.

@Gaurav0
Copy link
Contributor

Gaurav0 commented Dec 30, 2015

Accepting because this is a huge improvement and @knownasilya says he does not have time to complete.

Gaurav0 added a commit that referenced this pull request Dec 30, 2015
@Gaurav0 Gaurav0 merged commit 355e840 into ember-cli:master Dec 30, 2015
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