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

Collapse/expand top bar on scroll #614

Open
iamthomasbishop opened this issue Feb 18, 2019 · 0 comments
Open

Collapse/expand top bar on scroll #614

iamthomasbishop opened this issue Feb 18, 2019 · 0 comments

Comments

@iamthomasbishop
Copy link
Contributor

Problem

Visible canvas height in the editor is limited, considering sometimes on smaller/shorter phones, you've only got ~200-250pt/dp of space vertically. It is especially challenging to see and manipulate long bits of text and media on canvas.

Note: this issue/proposal applies to iOS as well. Even if the implementation ends up being slightly different, the behavior should be almost identical.

Proposal

image

Let's allow the top bar to collapse/expand as the user scrolls. This would would give us some wins:

  1. The user has more precious canvas area, which could be up to 20% of the visible canvas area
  2. It would clean up the UI a bit

Behaviors

  • Scroll down: bar incrementally collapses vertically (upward) at the same rate as the scroll.
  • Scroll up: bar incrementally expands vertically (downward), at the same rate as the scroll.
  • [iOS-only] Tap status bar: scroll user to top of editor, bar expands vertically (downward).
  • Tap keyboard hide button: keyboard hides normally, nothing happens to top bar

Other Examples

Google Docs:

2019_02_18_16_25_50

@iamthomasbishop iamthomasbishop added this to the Future milestone Feb 18, 2019
@iamthomasbishop iamthomasbishop self-assigned this Feb 18, 2019
@iamthomasbishop iamthomasbishop changed the title Proposal: Collapse top bar on scroll Proposal: Collapse/expand top bar on scroll Feb 18, 2019
@SergioEstevao SergioEstevao removed this from the Future milestone May 4, 2020
@SergioEstevao SergioEstevao added the [Type] Enhancement Improves a current area of the editor label May 4, 2020
@SergioEstevao SergioEstevao changed the title Proposal: Collapse/expand top bar on scroll Collapse/expand top bar on scroll May 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants