Skip to content

Commit

Permalink
Merge pull request #13 from bee-san/revert-11-181-responsive-ui
Browse files Browse the repository at this point in the history
Revert "181 responsive UI"
  • Loading branch information
bee-san authored Dec 21, 2023
2 parents 4cb0d2b + 2ecdd67 commit eb0b977
Show file tree
Hide file tree
Showing 66 changed files with 2,049 additions and 3,220 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ src/node/index.mjs
**/*.DS_Store
tests/browser/output/*
.node-version
.idea
1 change: 0 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ module.exports = function (grunt) {
},
devServer: {
port: grunt.option("port") || 8080,
host: "0.0.0.0",
client: {
logging: "error",
overlay: true
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ There are four main areas in CyberChef:

1. The **input** box in the top right, where you can paste, type or drag the text or file you want to operate on.
2. The **output** box in the bottom right, where the outcome of your processing will be displayed.
3. The **operations** list on the far left ( or in the dropdown at the top on mobile ), where you can find all the operations that CyberChef is capable of in categorised lists, or by searching.
3. The **operations** list on the far left, where you can find all the operations that CyberChef is capable of in categorised lists, or by searching.
4. The **recipe** area in the middle, where you can drag the operations that you want to use and specify arguments and options.

You can use as many operations as you like in simple or complex ways. Some examples are as follows:
Expand All @@ -48,7 +48,6 @@ You can use as many operations as you like in simple or complex ways. Some examp
- Drag and drop
- Operations can be dragged in and out of the recipe list, or reorganised.
- Files up to 2GB can be dragged over the input box to load them directly into the browser.
- On mobile devices, double-click the operations to add them to the recipe list.
- Auto Bake
- Whenever you modify the input or the recipe, CyberChef will automatically "bake" for you and produce the output immediately.
- This can be turned off and operated manually if it is affecting performance (if the input is very large, for instance).
Expand Down Expand Up @@ -89,7 +88,7 @@ CyberChef is built to support

## Node.js support

CyberChef is built to fully support Node.js `v18`. For more information, see the Node API page in the project [wiki pages](https://github.com/gchq/CyberChef/wiki)
CyberChef is built to fully support Node.js `v16`. For more information, see the Node API page in the project [wiki pages](https://github.com/gchq/CyberChef/wiki)


## Contributing
Expand Down
1 change: 1 addition & 0 deletions nightwatch.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"prod": {
"launch_url": "http://localhost:8000/index.html"
}

}
}

1 change: 1 addition & 0 deletions src/core/Recipe.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ let modules = null;
* The Recipe controls a list of Operations and the Dish they operate on.
*/
class Recipe {

/**
* Recipe constructor
*
Expand Down
Loading

0 comments on commit eb0b977

Please sign in to comment.