Fix problems with the proxy tab and `governance_operations.scss` file
Requires: !284 (merged)
This MR resolves two issues noticed on the proxy tab when the above MR was tested and one noticed on proposals tab:
- When a user changed proxy and quickly went to the 'management' tab, the screen did not catch that a new proxy had appeared and displayed the old proxy status.
- When the user tried to set the proxy to self, the application crashed because
create_operation
returnedNone
andValueError
was raised because the application tried to retrieve the operation from thecreate_operations
method, which was not valid. - The
.scss
structure should be better - nowgovernance_operations.scss
overwrites some properties - it shouldn't.
Edited by Jakub Ziebinski