diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-07-11 20:42:10 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-07-11 20:42:10 +0200 |
commit | df5ccbd2b2c72039f1e0e69fc51957f7c2d6068d (patch) | |
tree | 9aaf5b94f95172365a44be8b78eae7b2ba382a27 /README.rst | |
parent | eee0d2391cb9d2c72d75c9912363392f87c7b976 (diff) |
Show unconfirmed balance on overview page
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/README.rst b/README.rst index 25ed9a8cfc..9ef4576509 100644 --- a/README.rst +++ b/README.rst @@ -16,13 +16,15 @@ This has been implemented: - Tabbed interface +- Overview page with current balance, unconfirmed balance, etc + +- User friendly transaction list with status icons, real-time filtering and a context menu that allows editing and copying labels + - Asks for confirmation before sending coins - CSV export of transactions and address book -- User friendly transaction list with status icons, real-time filtering and a context menu that allows editing and copying labels - -- Show alternative icon when on testnet +- Shows alternative icon when connected to testnet - Progress bar on initial block download |