Matteo Luppi
Matteo Luppi
#### Description This PR should fix issue: #6002 #### Checklist - [ ] I have updated tests where applicable. - [ ] I have added an entry to the CHANGELOG.
#### Problem Description When using Mitmweb on safari, I cannot resize the panels. If I try, the flow detail panel takes the entire page. https://github.com/mitmproxy/mitmproxy/assets/100372313/8d478df1-f9c8-4f37-834c-c073691aa737 #### Steps to reproduce the...
#### Description This PR should implement the flows tree view feature requested here: #5627. For the initial structure I took inspiration from the work of @Rishabhg71 (#5996). Then, I tried...
#### Description In this PR, I started implementing error handling for the **regular mode**. Reference: #6955 #### Checklist - [ ] I have updated tests where applicable. - [ ]...
### Overview We're adding a new tab (**Capture**) to improve the user experience for mitmproxy's users. We're following the mockup we discussed [here](https://github.com/mitmproxy/mitmproxy/discussions/6868). #### Current Status - [x] Regular mode...
#### Description In this PR, I'm adding the last modes: **upstream** and **dns** #6412 :) The descriptions are extracted from the docs, so let me know if you would change...
#### Description In this PR, I removed the edit/save toggle that previously allowed users to switch between viewing and editing a content view. Instead, I'm now using the CodeMirror editor...
#### Description In this PR, I’m adding support for setting a custom file name when saving flows. DEMO: https://github.com/user-attachments/assets/0e37a912-2e73-47e4-9d1c-5f52d0680933 #### Checklist - [ ] I have updated tests where applicable....
### Problem Description The popover position is broken for the advanced modes but it works for the recommended ones. This happens on Chrome, not sure about Firefox. In the first...
#### Description This PR adds the possibility to add/edit a comment for a specific flow in the mitmproxy console. Ref: #7943 #### Checklist - [ ] I have updated tests...