Shashwat Vangani
Shashwat Vangani
Updated from f77451c8c11b9d41f5b6fa8659d947b0c99051e7 -> dd536e97b19743898c531909731b7c40977e2cc9 ([pr633.01](https://github.com/shaavan/gui/commits/pr633.01) -> [pr633.02](https://github.com/shaavan/gui/commits/pr633.02), [diff](https://github.com/shaavan/gui/compare/pr633.01..pr633.02)) Changes: - Added another commit that changes the shortcut for the **Close** option from `l` -> `C` without introducing shortcut collisions....
Updated from dd536e97b19743898c531909731b7c40977e2cc9 to cfe407c81d66ea4b14737208eb568dfd36265a73 ([pr633.02](https://github.com/shaavan/gui/commits/pr633.02) -> [pr633.03](https://github.com/shaavan/gui/commits/pr633.03), [diff](https://github.com/shaavan/gui/compare/pr633.02..pr633.03)) Addressed @jarolrod comment - Changed `Enable coin control features` shortcut from `i` to `a`. The reasoning for this change is explained...
Updated from cfe407c81d66ea4b14737208eb568dfd36265a73 to 5fde8fbe0850218403c54d0cee04ecb2f36d79a0 ([pr633.03](https://github.com/shaavan/gui/commits/pr633.03) -> [pr633.04](https://github.com/shaavan/gui/commits/pr633.04), [diff](https://github.com/shaavan/gui/compare/pr633.03..pr633.04)) Addressed @jarolrod comment - Reverted to pr633.01. Corresponding changes include: - Changed Enable coin control features shortcut from `a` to `i`....
I was wondering if we could take a middle ground. We could have a toggle button saying something like **"allow manual edits"**. Which, by default, will be off and would...
One way to deal with this is to display the directory's location from which bitcoin.conf is loaded. Let me try to figure out if this solution can be applied.
We could close the panel by clicking in the empty area. Though it's not immediately apparent, I don't think it's a bug per se.
> Are they connected or active traffic? I think they both mean the same thing in this context. **Connected peers**, implies the peer that we are **currently connected to**, indicating...
Updated 5e54cfe to c09e6ad ([pr457.01](https://github.com/shaavan/gui/tree/pr457.01) -> [pr457.02](https://github.com/shaavan/gui/tree/pr457.02)) Addressed @jarolrod comments Updates: 1. Considering that naming peerTable was not gathering a lot of support. I have removed that change from this...
Updated from c09e6ad39da24a7a969533f6ce5c9cea14e8c9ce to aa6229e5d2bebe20d3e8e3eded8ff3ad7841bfcb ([pr457.02](https://github.com/shaavan/gui/tree/pr457.02) -> [pr457.03](https://github.com/shaavan/gui/tree/pr457.03), [diff](https://github.com/shaavan/gui/compare/pr457.02..pr457.03)) Addressed @jarolrod comments **Changes:** - Instead of hiding individual children of banTable. The code is now updated to hide the banTable...
cc @jarolrod. PR ready for another review!