gui: Separate rpcconsole from nodewindow#98
gui: Separate rpcconsole from nodewindow#98RandyMcMillan wants to merge 1 commit intobitcoin-core:masterfrom RandyMcMillan:nodewindow-gui
Conversation
promag
left a comment
There was a problem hiding this comment.
Concept -0. File rename was avoided when the title was changed, see bitcoin/bitcoin#17096.
| <y>0</y> | ||
| <width>740</width> | ||
| <height>430</height> | ||
| <width>777</width> |
|
This change is more suitable for a larger PR that changes something meaningful in node window, see developer notes:
|
|
@Sjors - the idea was to move toward restructuring the rpcConsole implementation to a "data_model view controller" type implementation - as it is now the "Node Window" seems too monolithic - the information, console, network traffic and peers tabs should be separated to follow a better design paradigm. I believe this is an impediment to better GUI design. |
Nice topic for the Bitcoin Design Community! |
|
@RandyMcMillan is the file rename a blocker? |
|
This commit can be part of a PR that actually does the restructuring. |
|
Implementing the change...thanks for the feed back. |
Separate RCPConsole from Node Window