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
All threads resolved!
Compare and Show latest version
2 files
+ 9
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -156,6 +156,7 @@ class PowerDown(TabPane, OperationActionBindings):
with ScrollablePart():
yield OperationNameInfo("withdraw vesting", "power down")
yield HpVestsFactor(self.provider)
yield Static("Perform a power down", id="perform-power-down-title")
with Horizontal(id="input-with-button"):
yield self._shares_input
yield GenerousButton(self._shares_input, self._get_shares_balance) # type: ignore[arg-type]
Loading