Add Activities

This adds a new Activities tab list and view similar to VS code. The
Explorer and Settings are migrated to this view.
This commit is contained in:
David Lechner
2022-05-12 12:33:21 -05:00
parent 65623f801d
commit edd8ebfd64
22 changed files with 673 additions and 468 deletions
-5
View File
@@ -3,11 +3,6 @@
@use '@blueprintjs/core/lib/scss/variables' as bp;
.pb-explorer-file-tree {
// to allow for focus outline
padding: 6px;
}
// reveal file action buttons on hover
.#{bp.$ns}-tree-node-content:not(:hover) .pb-explorer-file-action-button-group {
display: none;