You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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').
The text was updated successfully, but these errors were encountered:
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.
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).
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').
The text was updated successfully, but these errors were encountered: