feat: reopen closed tabs#1912
feat: reopen closed tabs#1912wusteven815 merged 1 commit intodeephaven:mainfrom wusteven815:reopen-close-tab
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1912 +/- ##
==========================================
+ Coverage 46.11% 46.26% +0.14%
==========================================
Files 637 646 +9
Lines 38054 38259 +205
Branches 9620 9673 +53
==========================================
+ Hits 17549 17699 +150
- Misses 20452 20507 +55
Partials 53 53
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
| return [...(glContainer?.tab?.header?.tabs ?? [])]; | ||
| } | ||
|
|
||
| handleReopenLast(): void { |
There was a problem hiding this comment.
Should actually be re-opening the last panel in this stack, which means we also need to store which stack the panel was closed. I think pull that functionality into a separate PR, leave this PR just for the global re-open last panel action (which will show up as a keyboard shortcut under Settings).
We also will want a context menu on dashboards, but dashboards in community do not have context menu items (yet), could be another ticket as well.
This was after our discussion with @dsmmcken yesterday.
Uh oh!
There was an error while loading. Please reload this page.