Skip to content
Snippets Groups Projects

Prepare withdraw routes part of the HP managament

Merged Jakub Ziebinski requested to merge jziebinski/withdraw-routes-prepare into develop
Compare and Show latest version
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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