mitmproxy / mitmweb

GSoC Issue tracking for mitmweb.
11 stars 3 forks source link

Improve Splitter #24

Open mhils opened 8 years ago

mhils commented 8 years ago

The splitter component is currently more of a hack, it'd be nice to fix that properly. It should probably wrap the two subcomponents:

<Splitter>
  <MainView/>
  <EventLog/>
</Splitter>