ODM2 / ODM2DataSharingPortal

A Python-Django web application enabling users to upload, share, and display data from their environmental monitoring sites via the app's ODM2 database. Data can either be automatically streamed from Internet of Things (IoT) devices, manually uploaded via CSV files, or manually entered into forms.
BSD 3-Clause "New" or "Revised" License
31 stars 8 forks source link

TSV: Fewer scroll bars on the right please! #584

Open SRGDamia1 opened 2 years ago

SRGDamia1 commented 2 years ago

The page and plot should be dynamically sized to not need scroll bars. One scroll bar should be enough. I'm getting three on staging right now.

image

ptomasula commented 2 years ago

Good catch. Yeah I think three scrolls bars looks terrible. The best I can get it down to in the short term is two, which is now live on staging.

The outer scroll bar controls the page as a whole and is needed due to the size of the footer. The inner scroll for the TSV control panel. We could revisit this for a future release and consider options like removing the footer. We could also look at adding in accordions to make better use of the real estate in the TSV control panel.