sahanbull / x5learn

Web frontend for X5GON project
Apache License 2.0
0 stars 0 forks source link

Shrink inspector #271

Closed stefankreitmayer closed 4 years ago

stefankreitmayer commented 4 years ago

As a user Given that I have a small-ish screen When I see a video in the inspector modal In order to use ContentFlow optimally I want the cascading menu to fit on the screen

Possible solutions

  1. Move the inspector modal up?
    • easy to do
    • may not be enough in some cases, e.g. very small screens, long titles (over two lines), tall aspect ratio in video
  2. Open the cascading menu above the ContentFlow bar, rather than below?
    • is this desirable? feasible? viable?
    • any UX gotchas?
    • step 1: talk it through with UX-savvy test users
    • step 2: test a crude implementation with users
  3. Shrink the video dynamically to make the inspector fit on the screen, including enough space for ContentFlow (preferred solution)

Tasks