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
Compare and Show latest version
8 files
+ 160
163
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -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