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
+1 -1
View File
@@ -410,7 +410,7 @@ const Editor: React.VFC = () => {
);
return (
<div className="h-100" onContextMenu={preventBrowserNativeContextMenu}>
<div className="pb-editor" onContextMenu={preventBrowserNativeContextMenu}>
<EditorTabs onChange={() => editor?.focus()} i18n={i18n} />
<ResizeSensor2 onResize={() => editor?.layout()}>
<ContextMenu2