diff --git a/todo.md b/todo.md index faed032..874843b 100644 --- a/todo.md +++ b/todo.md @@ -2,7 +2,7 @@ Failsafes -- FEES: JS as well as BismuthClient: add specia lops, like alias and token!!! +- FEES: JS as well as BismuthClient: add special ops, like alias and token!!! @@ -16,7 +16,7 @@ OK - only listen to 127.0.0.1 app.listen() + options - https + user login => can use over the net -- allow to force/change the locale. top bar, use emojis? +OK - allow to force/change the locale. top bar, use emojis? - avoid create wallet with no name @@ -26,24 +26,24 @@ OK - est. fees OK - crystals menu -- wallet server selection (link there but no route) +OK - wallet server selection (link there but no route) - "queued on the blockchain" rather than "inserted to mempool" (mempool / pool/ eggpool ??) -- modal to confirm. +OK - modal to confirm. - js code , data table generic -- check balance +OK - check balance OK - D: prefix for custom dragginator terms to translate. - wallet version + update (auto update? => os + version) -- crystals version (api?) + update -- crystal on/off +OK - crystals version (api?) + update +OK - crystal on/off - auto lock wallet after time out. (lock after time or 1 tx) -- pin to send tx +OK - pin to send tx - warning if wallet not encrypted - 2fa (token) to auto unlock wallet? @@ -51,3 +51,11 @@ OK - D: prefix for custom dragginator terms to translate. - api: balance server (all addresses, bis as well as tokens) (+ reindex) + +- failsafe /load/global and /load/detail + +# Features req. + +- define usual addresses with local labels +- store bisurl for easy sending +- attach colored label (like category with color) to our addresses, help differentiate our own adds from service ones. diff --git a/wallet/crystals/020_bismuthvote/themes/default/motion.html b/wallet/crystals/020_bismuthvote/themes/default/motion.html index f19788b..772a0cc 100644 --- a/wallet/crystals/020_bismuthvote/themes/default/motion.html +++ b/wallet/crystals/020_bismuthvote/themes/default/motion.html @@ -16,11 +16,11 @@
{{ _("File")}} | -{{ _("Address")}} | -{{ _("Encrypted")}} | -{{ _("Action")}} | - - - {% for wallet in wallets %} - -|||
---|---|---|---|---|---|---|
{{ wallet['file'] }} | - {% if wallet['encrypted'] == False %} -{{ wallet['address'] }} | -{{ wallet['encrypted'] }} | -- get_app - | - {% else %} -{{ wallet['address'] }} | -{{ wallet['encrypted'] }} | -- get_app - | - {% end %} -