mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 16:15:41 +01:00
Wire branches and issues UI into SwitchPage
cgen-f666a647eaab43d280382fedafb23728
This commit is contained in:
parent
b6bc602f37
commit
b87eedb237
1 changed files with 3 additions and 2 deletions
|
|
@ -1,10 +1,11 @@
|
|||
import * as React from "react";
|
||||
import { ControlledMonacoEditor } from "../../components/monaco/MonacoEditor";
|
||||
import "../../switch.scss";
|
||||
import { createRepository, listRepositories } from "../../switch/models";
|
||||
import { createRepository, listRepositories, listBranches, createBranch } from "../../switch/models";
|
||||
import { pickDirectory, getDirectoryHandle, ensureReadPerm, walk } from "../../switch/fs";
|
||||
import type { RepoRecord } from "../../switch/db";
|
||||
import type { RepoRecord, BranchRecord, CommitRecord, IssueRecord } from "../../switch/db";
|
||||
import { FileTree } from "./FileTree";
|
||||
import { getCurrentBranchId, setCurrentBranchId, commitOnBranch, listCommitsReachable, listIssues, createIssue } from "../../switch/logic";
|
||||
|
||||
interface OpenFile { path: string; content: string; language: string }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue