From 2093dac4f99da3ef24020138a06d369da3d52804 Mon Sep 17 00:00:00 2001 From: Robin Scholtes Date: Tue, 18 Apr 2023 20:22:41 +1200 Subject: [PATCH] [#181] remove scattered todos and aggregate in temporary todo.txt file, add new css files to split up huge IO stylesheet for better future DevX --- src/core/Recipe.mjs | 1 - src/core/lib/Magic.mjs | 1 - src/web/App.mjs | 1 - src/web/html/index.html | 3 +-- src/web/stylesheets/components/_recipe.css | 0 src/web/stylesheets/components/io/_file-details.css | 0 src/web/stylesheets/components/io/_highlighting.css | 0 src/web/stylesheets/components/io/_icons.css | 0 src/web/stylesheets/components/io/_search-results.css | 0 src/web/stylesheets/components/io/_status-bar.css | 0 src/web/stylesheets/components/io/_tabs.css | 0 src/web/todo.txt | 0 src/web/waiters/OperationsWaiter.mjs | 1 - 13 files changed, 1 insertion(+), 6 deletions(-) create mode 100644 src/web/stylesheets/components/_recipe.css create mode 100644 src/web/stylesheets/components/io/_file-details.css create mode 100644 src/web/stylesheets/components/io/_highlighting.css create mode 100644 src/web/stylesheets/components/io/_icons.css create mode 100644 src/web/stylesheets/components/io/_search-results.css create mode 100644 src/web/stylesheets/components/io/_status-bar.css create mode 100644 src/web/stylesheets/components/io/_tabs.css create mode 100644 src/web/todo.txt diff --git a/src/core/Recipe.mjs b/src/core/Recipe.mjs index 86265b65..2af347cd 100755 --- a/src/core/Recipe.mjs +++ b/src/core/Recipe.mjs @@ -4,7 +4,6 @@ * @license Apache-2.0 */ -// @TODO: NTS return this to original? ( it breaks dev though ) // import OperationConfig from "./config/OperationConfig.json" assert {type: "json"}; import OperationConfig from "./config/OperationConfig.json"; import OperationError from "./errors/OperationError.mjs"; diff --git a/src/core/lib/Magic.mjs b/src/core/lib/Magic.mjs index 8a57969a..5dab70bb 100644 --- a/src/core/lib/Magic.mjs +++ b/src/core/lib/Magic.mjs @@ -1,4 +1,3 @@ -// @TODO: NTS return this to original? ( it breaks dev though ) // import OperationConfig from "../config/OperationConfig.json" assert {type: "json"}; import OperationConfig from "../config/OperationConfig.json"; import Utils, { isWorkerEnvironment } from "../Utils.mjs"; diff --git a/src/web/App.mjs b/src/web/App.mjs index 92d1277a..f6bfa4c3 100755 --- a/src/web/App.mjs +++ b/src/web/App.mjs @@ -59,7 +59,6 @@ class App { setup() { document.dispatchEvent(this.manager.appstart); - // @TODO: add a window resize listener if ( window.innerWidth >= this.breakpoint ) { this.initialiseSplitter(); this.setCompileMessage(); diff --git a/src/web/html/index.html b/src/web/html/index.html index 66c08ecf..b5d793a9 100755 --- a/src/web/html/index.html +++ b/src/web/html/index.html @@ -198,7 +198,6 @@ data-help="

The Operations list contains all the operations in CyberChef arranged into categories. Some operations may be present in multiple categories. You can search for operations using the search box.

To use an operation, either double click it, or drag it into the Recipe pane. You will then be able to configure its arguments (or 'Ingredients' in CyberChef terminology).

"> Operations -