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
12 files
+ 184
221
Compare changes
  • Side-by-side
  • Inline
Files
12
@@ -37,8 +37,8 @@ class HpInfoTableRow(CliveDataTableRow):
class HpInfoTableHeader(Horizontal):
def compose(self) -> ComposeResult:
yield Static("Voting Power", id="shares-name-header")
yield Static("Amount in HP", classes="shares-balance-header")
yield Static("Amount in VESTS", classes="shares-balance-header")
yield Static("Amount [HP]", classes="shares-balance-header")
yield Static("Amount [VESTS]", classes="shares-balance-header")
class HpInfoTableOwnedRow(HpInfoTableRow):
Loading