-
Notifications
You must be signed in to change notification settings - Fork 13
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
Implement context menu #19
Comments
Possible actions when right-clicking on a packet in the packet list:
Honza |
"copy" would be really helpful. |
Sounds great! RDPi is implemented on top of React/Redux libraries so, the architecture should be familiar to folks with this React/Redux experience. I think that no extension specific knowledge is required for this issue. The list of rendered packets is represented by PacketList component Individual packet rendered in the list is implemented as Packet component Every packet already has a context menu that appears if the user right-click on it: There is currently only "Edit and Resend" item and it should be simple to add new using 'li' elements. Honza |
There should be context menu within the RDP console window.
Honza
The text was updated successfully, but these errors were encountered: