hetty icon indicating copy to clipboard operation
hetty copied to clipboard

Suggestion - add more customization for web interface

Open Sh1Yo opened this issue 5 years ago • 2 comments

It's a bit hard to use this tool after the burpsuite as the proxy tabs look uncomfortable to me. It would be cool to have a possibility to resize these "windows" like proxy logs, request, and response tabs. The proxy log table also lacks customization as we can't change the columns' order or add new ones (for example, 'id').

Sh1Yo avatar Oct 23 '20 12:10 Sh1Yo

Yep, agreed, thanks for submitting. There's several separate feature requests you mention in here:

  • Ability to resize the panes in the logs overview. E.g. make the edges draggable. Ideally, this should be stateful and persisted (local storage is probably good enough). Meaning: if you navigate away or refresh the page, it should "remember" your window layout.
  • Ability to select table columns. This should be relatively straight forward, and a good moment to introduce sorting on columns as well. Just like window management, this should be stateful and persisted (to the project database file).
  • Ability to resize table columns.

I'll split these up into separate issues eventually, leading up to a v1.0 release. It will likely take a while for this to be picked up. Best to keep an eye out on the releases page in the following weeks/months.

dstotijn avatar Oct 29 '20 20:10 dstotijn

FYI, pane resizing was added in v0.5.0. Keeping this issue open as a reminder to split out remaining work (resizing table columns, table column selecting).

dstotijn avatar Feb 26 '22 17:02 dstotijn