Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion - add more customization for web interface #42

Open
Sh1Yo opened this issue Oct 23, 2020 · 2 comments
Open

Suggestion - add more customization for web interface #42

Sh1Yo opened this issue Oct 23, 2020 · 2 comments
Labels
new feature New feature or request

Comments

@Sh1Yo
Copy link

Sh1Yo commented Oct 23, 2020

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').

@dstotijn
Copy link
Owner

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 dstotijn added the new feature New feature or request label Oct 29, 2020
@dstotijn
Copy link
Owner

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants