orionjs / orioncms

[Old] Orion is an open source framework built on Meteor that makes complex as well as simple apps possible with minimal effort.
http://orionjs.org
MIT License
715 stars 129 forks source link

Collapsable Admin Dropdown #52

Open rwatts3 opened 9 years ago

rwatts3 commented 9 years ago

Instead of having the admin dropdown remain fully in tact when viewing on a mobile device, The dropdown should actually collapse to the hamburger like the native bootstrap navbar does. I'm finding it to be a little difficult to demo Orion to potential mobile users due to the fact that the entities and nav links are always tall.

By doing this we would be able to have full view of the current form that we are working with and easily use the hamburger nav to switch between entities.

nicolaslopezj commented 9 years ago

You can make a pull request with the enhancement to the bootstrap repo

rwatts3 commented 9 years ago

http://screencast.com/t/gWbFFiPHo8G

rwatts3 commented 9 years ago

Preparing pull request now.

nicolaslopezj commented 9 years ago

Great!

rwatts3 commented 9 years ago

pull request change the template name from TEadminSidebar back to adminSidebar before testing.