mitmproxy/web
gorogoroumaru a4f5edb5b7
[mitmweb] Add "one click resume / accept all" button (#4615)
* Add one-click-resume button

* Add one-click-resume button

* update jest snapshot

* update style

* Disable forward button when the flow is not intercepted

* update jest snapshot

* group items in main menu

* add layout for quick actions menu

Co-authored-by: Maximilian Hils <git@maximilianhils.com>
2021-06-10 14:59:30 +02:00
..
src [mitmweb] Add "one click resume / accept all" button (#4615) 2021-06-10 14:59:30 +02:00
.editorconfig [web] editor config for line endings 2016-06-17 06:26:46 +08:00
babel.config.js switch to esbuild for bundling 2021-06-09 18:02:05 +02:00
gulpfile.js switch to esbuild for bundling 2021-06-09 18:02:05 +02:00
jest.config.js switch to esbuild for bundling 2021-06-09 18:02:05 +02:00
package.json switch to esbuild for bundling 2021-06-09 18:02:05 +02:00
README.md [mitmweb] Add "one click resume / accept all" button (#4615) 2021-06-10 14:59:30 +02:00
yarn.lock [mitmweb] Add "one click resume / accept all" button (#4615) 2021-06-10 14:59:30 +02:00

Quick Start

Be sure to follow the Development Setup instructions found in the README.md, and activate your virtualenv environment before proceeding.

  • Run yarn to install dependencies
  • Run yarn run gulp to start live-compilation.
  • Run mitmweb and open http://localhost:8081/

Testing

  • Run yarn test to run the test suite.

Advanced Tools

Architecture

There are two components: