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

Allow middle clicking a dashboard top tab to close the dashboard #1990

Closed
dsmmcken opened this issue May 6, 2024 · 0 comments · Fixed by #1992
Closed

Allow middle clicking a dashboard top tab to close the dashboard #1990

dsmmcken opened this issue May 6, 2024 · 0 comments · Fixed by #1992
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@dsmmcken
Copy link
Contributor

dsmmcken commented May 6, 2024

We allow middle clicking to close a tab within a dashboard, we should also allow middle clicking the dashboard's tab itself to close the whole dashboard.

Example for creating a dashboard:

from deephaven import ui, empty_table

my_dash = ui.dashboard([
  empty_table(10).update("x = i"),
  empty_table(10).update("x = i"),
])
@dsmmcken dsmmcken added enhancement New feature or request triage Issue requires triage good first issue Good for newcomers and removed triage Issue requires triage labels May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants