forked from mrCertified/mSIGNA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
33 lines (18 loc) · 1021 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
TODO
====
UI
--
- Icons for the remaining actions.
- Add toolbars for keychain, account, and transaction actions.
- Add account selection drop down in Transactions tab.
- Add option to automatically open whatever vault was open last time application closed. Remember full application state (open tab, selected items) and reload accordingly.
- Remember recently opened vaults, add shortcuts to File menu.
- Add Save As... option to file menu.
- Allow account selection from drop down in Create Transaction dialog. Use selected account as default.
- Redesign dialog layouts (Create Transaction and Request Payment in particular).
- Prompt user to select account if more than one account exists when opening a payment url.
- Remove extraneous, unused objects from UI classes.
General
-------
- Use timer to explicitly request transactions in merkle block if sync gets stuck because the bitcoin node already sent us the transactions when a different vault or no vault was open.
- Filter the mempool ourselves.