You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A config to activate the sorting option would be great.
The procedure would be (as you said):
Tap and hold for time X (set in the configs)
1.1. (optional) When time X is reached, a highlight animation would be great to notify the user about the sorting option - like in mobile chrome
While holding the tab, the tab should move according to the gesture position
When the new x-positions reaches the neighbors middle, the neighbor tab should swap the position
When gesture ends -> the tab should move to the corresponding position
The whole thing wasn't made for sorting in the beginning. I think we need to rewrite the core a little bit.
No worries. One obvious way that doesn't break users' code is an NSArray of indices which map the tabs' sort order to the tabitems. That way the sort array can be reordered without surprising users' code, and might be less work. Other areas prob need some tweaks and properties.
Also, on second thought, shaking might be too much of a distraction.
Needs some UX thought before considering coding:
-- Draft, please comment --
Questions:
The text was updated successfully, but these errors were encountered: