pmusolino / Wormholy

iOS network debugging, like a wizard 🧙‍♂️
MIT License
2.32k stars 184 forks source link

RequestCell UI fix + Filters #67

Closed EzhovAndrei closed 4 years ago

EzhovAndrei commented 4 years ago
  1. Some UI improvements for RequestCell. The number of lines for URL label now is 0. It helps to display a long URL.

  2. Added filters in Storage. In my application, there are a lot of analytics requests. I don't want to see them in the debug menu. Now I can add filters for hosts.

pmusolino commented 4 years ago

Hi @AndreyEzhov! Thanks for this PR, but this job was already done here https://github.com/pmusolino/Wormholy/pull/65 Eventually, you can try to repropose only the UI fix on the cell. In this case, attach a screenshot.

Thanks! -Paolo