Move page selection outside of the text field
See original GitHub issueHaving view-changing toggle hover over a portion of the text sounds like a UX accident waiting to happen.
My suggestion is to take it out of the scope of the text field, like this:
(I’m sure you can do better than this, especially considering how eye-catching the current-page black is.)
This eliminates the risk of mis-clicking while navigating the text and opens the doors for future page-related improvements.
Ideally, this means you can have as many pages as you want, since the container is flexible by default. (You could before, of course, but this form factor makes it much easier to navigate.) You can even resolve having more pages than is comfortable navigating on the device by adding a ...
pseudo-tab that lists all the pages à la Chrome’s bookmarks.
If you want user control over their pages, add a +
button after all the pages, and a ╳
button (or a 🞡
-rotated button) for each page when there’s more than one. Naturally, prompt the user before closing if the page contains any data.
Issue Analytics
- State:
- Created 4 years ago
- Comments:44 (34 by maintainers)
@FirebrandCoding @JeromeDeLeon @antonlukin @bbb651
Just released a new build
#2
Hosted: https://penge.imfast.io/my-notes/2/notes.html
Branch: https://github.com/penge/my-notes/tree/next
Branch
https://github.com/penge/my-notes/tree/next
Hosted
https://penge.imfast.io/my-notes/1/notes.html
https://[GITHUB].imfast.io/[PROJECT]/[BUILD]/[FILE]
Slack
https://bit.ly/hellopenge #my-notes-next
@FirebrandCoding @JeromeDeLeon @antonlukin @bbb651