From d8f686ac4201a745b5e18a12ded8109d834261cf Mon Sep 17 00:00:00 2001 From: Chen-I Lim Date: Tue, 13 Oct 2020 14:38:20 -0700 Subject: [PATCH] Remove boardspage --- html-templates/index.ejs | 29 ---------- src/client/boardsPage.ts | 112 --------------------------------------- webpack.common.js | 31 +++-------- 3 files changed, 8 insertions(+), 164 deletions(-) delete mode 100644 html-templates/index.ejs delete mode 100644 src/client/boardsPage.ts diff --git a/html-templates/index.ejs b/html-templates/index.ejs deleted file mode 100644 index 85f4fd368..000000000 --- a/html-templates/index.ejs +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - <%= htmlWebpackPlugin.options.title %> - - - - - - - - - - - -
-

- All Boards -

-
- - - \ No newline at end of file diff --git a/src/client/boardsPage.ts b/src/client/boardsPage.ts deleted file mode 100644 index b37603446..000000000 --- a/src/client/boardsPage.ts +++ /dev/null @@ -1,112 +0,0 @@ -import { Archiver } from "./archiver" -import { Board } from "./board" -import { Mutator } from "./mutator" -import { OctoClient } from "./octoClient" -import { UndoManager } from "./undomanager" -import { Utils } from "./utils" - -class BoardsPage { - boardsPanel: HTMLElement - - boardId: string - boards: Board[] - - octo = new OctoClient() - - constructor() { - // This is a placeholder page - - const root = Utils.getElementById("octo-tasks-app") - root.innerText = "" - - // Header - root.appendChild(Utils.htmlToElement(`