Skip to content

Dashboard tab #62

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

Merged
merged 6 commits into from
Apr 15, 2025
Merged

Dashboard tab #62

merged 6 commits into from
Apr 15, 2025

Conversation

pmillspaugh
Copy link

@pmillspaugh pmillspaugh commented Apr 14, 2025

Copy link

height bot commented Apr 14, 2025

Link Height tasks by mentioning a task ID in the pull request title or commit messages, or description and comments with the keyword link (e.g. "Link T-123").

💡Tip: You can also use "Close T-X" to automatically close a task when the pull request is merged.

Comment on lines 1027 to 1033
// MEMBRANE: we can prevent closing the dashboard tab. See also: editorGroupView.ts
// https://github.com/membrane-io/vscode/pull/61/files
// const dashboard = group.editors.find(e => e.getTitle() === 'Dashboard');
// if (dashboard) {
// group.closeAllEditors(); // Method modified to not close dashboard
// return;
// }
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On second thought, I think I'll just get rid of all this dead code.

@pmillspaugh pmillspaugh marked this pull request as ready for review April 14, 2025 21:47
@pmillspaugh pmillspaugh merged commit a2edef0 into membrane-web Apr 15, 2025
@pmillspaugh pmillspaugh requested a review from juancampa April 15, 2025 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant