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

Feature/mobile layout #149

Open
wants to merge 7 commits into
base: gh-pages
Choose a base branch
from

Conversation

isaacchansky
Copy link
Contributor

First stab at designing/implementing a mobile experience.

Basically, it is more or less the same as now on desktop, smaller (tablet-ish) screens will get a tabbed sidebar that takes up less of the screen, and mobile will get an off-canvas sidebar that is togglable by a little button on the bottom right.

check it out here: http://www.isaacchansky.me/finda/

}
}.bind(this), 50);
}
// var addition = 0;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@paulswartz I'm unsure how we should handle this in conjunction with a variable -width sidebar based on screen size. Maybe it's possible to adjust the "addition" via a class + media queries, which could get set based on what is enabled (list/facets)?

Copy link
Contributor

Choose a reason for hiding this comment

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

That sounds like a good fix; add classes to the body when the panels are enabled, and use that to control the CSS.

@isaacchansky isaacchansky force-pushed the feature/mobile-layout branch 2 times, most recently from f169a0e to 11f726f Compare July 1, 2015 02:50
@paulswartz
Copy link
Contributor

This is already way better than our current (non-existent) mobile interface. It's a little confusing that there are two hamburger icons; maybe have [list][filter][map] as always available buttons at the top?

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.

2 participants