-
Notifications
You must be signed in to change notification settings - Fork 0
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 Swipe #15
Comments
What would the interaction / flow / experience look like? How should we visually present this functionality? Would these be selectable tabs as well? Would they be visible at the top/bottom? Are they hideable or constantly visible? Would these replace the current menu navigation, or exist side by side with it? To clarify, the swiping capability would be a js function, provided through some library like https://hammerjs.github.io/ and the visual affordance of how we present the functionality is achieved through css. We will also need to store the url arguments for these tabs somewhere. If you navigate to I could see this being an entire component, that can generate and store a session of tabs. Thoughts? |
Problem to solve:
Assumptions:
Suggestion:I suggest breaking Alfred into three distinct panels or "views":
Final thoughts:
|
I like your suggestions, but am unsure about your assumptions.
We need to create the mappings from action to function so all functions can be accessed from all platforms and available inputs (keyboard, touch, swipe, etc)
Part of the problem is we have a number of different potential windows (components) we might need to access. A partial list includes:
How should we make these views available? Side pull out? Toggleable button?
This sounds like it could be restated as:
Obviously, we want to be capable of working effectively anywhere, even on small devices. Specifically, the scale bar allows clients to work at any size resolution (scale = pixels / second) that fits their environment. In the spirit of mobile first I would be ok with establishing a default The flipside of mobile first is in trying to keep our options as expandable as possible for larger screens, where real estate is not an issue. Here, everything should be as customizable as possible, because no two setups will be the same, even for the same user in different environments. |
On android, S8, scale is too small to be useful. I suggest using CSS to swipe between menus/panels/components.
The text was updated successfully, but these errors were encountered: