-
Notifications
You must be signed in to change notification settings - Fork 238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ui Feature: Global search #1832
base: master
Are you sure you want to change the base?
Ui Feature: Global search #1832
Conversation
and added searches of more addresses
Cypress is green for me locally. |
2nd prio, notification system ist first prio. |
I prevent searching (almost anything) if in hide sensitive mode. However I do not know if this is the correct way to handle it because I do not understand the threat model the hide sensitive mode should protect against #1170 (comment) . Somehow preventing search is silly, because a single click on the "eye/unhide" button reveals everything..... |
…rch_list # Conflicts: # src/cryptoadvance/specter/server_endpoints/wallets_api.py # tests/test_ep_controller.py
I agree: What should a hide-mode provide which is not easier provided with a auto-logout. |
Since #1170 (comment) did not get an answer, maybe it is time to think about removing this feature? |
Fine by me to remove it. |
Fine by me and also fine by @moneymanolis . Go for it if you want to make that effort! |
this looks really nice! |
@relativisticelectron please hold on removing the Hide sensitive info mode for now. This might be useful after all, we need to discuss this internally. |
See: #1593 and #1795
TODO:
Out of scope (ideas for folllow-up PRs)