Skip to content
Snippets Groups Projects

Implementation of the delegation part of HP management

Merged Jakub Ziebinski requested to merge jziebinski/prepare-delegations into develop
All threads resolved!
Compare and Show latest version
2 files
+ 1
7
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -153,7 +153,7 @@ class PowerDown(TabPane, OperationActionBindings):
def compose(self) -> ComposeResult:
with ScrollablePart():
yield HpVestsFactor(self.provider)
yield SectionTitle("Perform a power down (transfer to vesting)")
yield SectionTitle("Perform a power down (withdraw vesting)")
with Horizontal(id="input-with-button"):
yield self._shares_input
yield GenerousButton(self._shares_input, self._get_shares_balance) # type: ignore[arg-type]
Loading