aquariumbio / aquarium

The Aquarium Lab Operating System
http://klavinslab.org/aquaverse/
MIT License
58 stars 15 forks source link

v3 layout #448

Closed gnomicosuw closed 3 years ago

gnomicosuw commented 3 years ago

From our meeting on Tuesday. For v3:

  1. set min width of browser window to 1280px then force scroll after that (instead of making the page responsive).

  2. Do not switch rows from "table" view to "card" view since we will force the user to scroll horizontally

  3. list pages where forcing the user to scroll when the screen is less than 1280px could be cumbersome

NOTE: Be aware that (1) may not result in what you expect.  There is a difference between ACTUAL pixels that a tablet can display and LOGICAL pixels that you want to display. I will follow-up on slack.