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

Less wasted space in top of UI for simple data #2290

Open
nikolausWest opened this issue May 31, 2023 · 2 comments
Open

Less wasted space in top of UI for simple data #2290

nikolausWest opened this issue May 31, 2023 · 2 comments
Labels
enhancement New feature or request ui concerns graphical user interface

Comments

@nikolausWest
Copy link
Member

Our web-viewer wastes a lot of space in the top of the UI. This is particularly important since we use the web-viewer when running in jupyter notebooks. The issue is particularly pronounced when we only have a single space view.

Screenshot 2023-05-31 at 15 11 04

Potential solutions:

  • Redesign the top bar + tab system to be more space efficient (@martenbjork)
    • I believe this requires tackling where to put the "how to use this view" instructions currently under "?"
    • We can probably get away with not even having the tab there when we only have a single space view.
  • Make it easy / default (with blueprint) to not draw any of the surrounding window.
    • I'd prefer at least not making this default. Making it easy to dig deeper and change options is a valuable thing and it's good to be consistent with the full-app when possible.
@nikolausWest nikolausWest added enhancement New feature or request ui concerns graphical user interface labels May 31, 2023
@jleibs
Copy link
Member

jleibs commented May 31, 2023

Another observation: "wasted" might not be exactly the right metric here. If we compare matplotlib, plotly, and rerun, rerun actually stacks up pretty well depending on the metric used to evaluate waste:

image

  • Matplotlib could arguably be considered to waste 50% of the of the horizontal space.
  • Plotly also has quite large margins, but they are less obvious due to the white background.
  • Rerun feels the most claustrophobic of the three, but it's not due to "wasted" space. I think it's actually due to all the space appearing to be filled despite not being in use.

Even if we strip out all the title bars, I suspect we still actually have a problem of showing an overwhelmingly large image with insufficient margins for visual clarity (depending on the circumstances).

@nikolausWest
Copy link
Member Author

Even if we strip out all the title bars, I suspect we still actually have a problem of showing an overwhelmingly large image with insufficient margins for visual clarity (depending on the circumstances).

I think you're right. I therefore also opened #2289

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ui concerns graphical user interface
Projects
None yet
Development

No branches or pull requests

2 participants