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 @@

{{ _('BISMUTH VOTING') }} : BGV-{{ motion["Motion_number" diff --git a/wallet/themes/material/wallet_load_detail.html b/wallet/themes/material/wallet_load_detail.html index 9eb046e..2357f1f 100644 --- a/wallet/themes/material/wallet_load_detail.html +++ b/wallet/themes/material/wallet_load_detail.html @@ -89,27 +89,6 @@

{{ _("Your Bismuth addresses") }}

-
-
-
- -
-
- - - {{ _("A private label for the new address")}} -
-
-
- {% raw xsrf_form_html() %} - - hourglass_empty -
- -
-
-
- @@ -117,39 +96,6 @@

{{ _("Your Bismuth addresses") }}

-
- {{ _("Potential legacy wallet imports")}} - - - - - - - - - {% for wallet in wallets %} - - - - {% if wallet['encrypted'] == False %} - - - - {% else %} - - - - {% end %} - - {% end %} - -
{{ _("File")}}{{ _("Address")}}{{ _("Encrypted")}}{{ _("Action")}}
{{ wallet['file'] }}{{ wallet['address'] }}{{ wallet['encrypted'] }} - get_app - {{ wallet['address'] }}{{ wallet['encrypted'] }} - get_app -
-
-