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

Ability to hide detail sidebar #5771

Closed
kevin-lindsay-1 opened this issue May 5, 2022 · 3 comments
Closed

Ability to hide detail sidebar #5771

kevin-lindsay-1 opened this issue May 5, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@kevin-lindsay-1
Copy link

Describe the Feature You Want

Sometimes I need to use a single screen for both code and updates. Tilt is the perfect tool to have open alongside my code, but I can't read the logs for the app I'm working on because the real estate of the sidebar is too large.

Current Behavior

Currently it seems to expect a wide viewing area.

Why Do You Want This?

To be able to use tilt even when I don't give it a dedicated monitor.

Additional context
Add any other context or screenshots about the feature request here.

@kevin-lindsay-1 kevin-lindsay-1 added the enhancement New feature or request label May 5, 2022
@landism
Copy link
Member

landism commented May 6, 2022

Thanks for filing! As a single-monitor user, I definitely empathize.

Have you tried tilt logs for this use case? How close does it come to meeting your needs?

@kevin-lindsay-1
Copy link
Author

I haven't, and I'm sure that would work much better, but I prefer the UI. Seems like a fairly easy button to add, since there's already a sidebar.

@bshore
Copy link
Contributor

bshore commented Mar 11, 2023

Hi @nicks @landism @kevin-lindsay-1 !

I started hacking away at this for a bit today and thought I should reach out before going any further. I'm happy to cleanup & push the Proof of Concept example.

Basic Proof of Concept Screenshots
Open Collapsed

Minibar?

I started implementing a Minibar so users can still switch between resource logs and view status while the sidebar is collapsed. I'd just like to see what everyone's thoughts were before I continue.

  • Resources in the minibar show their name & status on hover.
  • Group labels will probably just become arrow accordions with their label shown on hover.
  • Search may open the sidebar onFocus to give users room to type?
    • onBlur re-collapses if previously collapsed?
    • maybe don't render search bar when collapsed?
Example

image

@kevin-lindsay-1 kevin-lindsay-1 closed this as not planned Won't fix, can't repro, duplicate, stale Apr 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants