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
The web UI needs a serious rework that should be made in the following way:
Should be based on a well-documented framework
Should be static HTML/JS/CSS that exposes primitives for the Goperjs code to use
Should be easy to scale
Please feel free to discuss ideas on how to make it and what technology to use
What we are going to need are components like these:
Containers, flex, probably a navigation bar instead of the top-level tabs.
For the rest we are going to need tables (better if sortable) as shown here:
And a resizable split in the bottom.
In the future we are going to use dinamically added/removed tabs as shown below:
Would be nice, but not needed, if a mobile-friendly framework is used.
The provided code should expose methods like "add tab" "set buffer content" "remove tab" or just the stubs for them, and I'm going to implement the rest.
For this I'm mostly intrested in stati HTML/CSS that looks easy on the eye and can scale to a complex UI such as BurpSuite one.
The text was updated successfully, but these errors were encountered:
The web UI needs a serious rework that should be made in the following way:
Please feel free to discuss ideas on how to make it and what technology to use
What we are going to need are components like these:
Containers, flex, probably a navigation bar instead of the top-level tabs.
For the rest we are going to need tables (better if sortable) as shown here:
And a resizable split in the bottom.
In the future we are going to use dinamically added/removed tabs as shown below:
Would be nice, but not needed, if a mobile-friendly framework is used.
The provided code should expose methods like "add tab" "set buffer content" "remove tab" or just the stubs for them, and I'm going to implement the rest.
For this I'm mostly intrested in stati HTML/CSS that looks easy on the eye and can scale to a complex UI such as BurpSuite one.
The text was updated successfully, but these errors were encountered: