-
Notifications
You must be signed in to change notification settings - Fork 3
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
Supporting cell management #218
Comments
Please add the definition of |
A |
Support view details leads to a window of transaction, which is a bit confusing and indirect. What if show the detail of the cell, including |
It's necessary to input the password when locking or unlocking because the result is only for the local wallet.
Can this action use other cells? @Danie0918 |
|
This one operates on selected cells and does not contain additional cells. |
What do you think about this? @Danie0918 |
That's how it's currently designed, what's the problem? |
My mistake, necessary -> unnecessary. |
For unlocking and locking we generally consider it to be a sensitive operation that will have an impact on the user's subsequent use of the balance, plus password verification to ensure that it is not a misuse. In addition, when it comes to the operation of user's assets, it is better to have a password verification to show the security of the software. Besides, there are batch operations offered here, so even unlocking and unlocking multiple cells only requires one verification, which is not very burdensome for the user. |
The action only affects local data, but not chain data. Maybe we can simply add a confirm dialog but not enter a password? |
I understand what do you mean, but when it comes to operations involving user assets, I'd still recommend adding password verification. Although this is only for the local effect, but the user software has an impact on the use, it is best to need to verify that the operation is for my own. |
Once enter the password, users may think wheter this action will effect their assets. By the way, verify that the operation is for my own does not need password. We can check whether the lock script is owner the current wallet. |
'Once enter the password, users may think wheter this action will effect their assets. 'This is really a point to consider as well. But for passwords, can we use it as a kind of easy authentication for web2 user habits instead of treating it as a very serious security measure. |
Does the cell manage page need to show |
Cells need to be displayed, but selection and further actions such as lock, unlock, and spent actions are not supported. |
For this case, the cell can't be selected and spent, it only offers to view the details, so I plan to add an icon hint to make it easier for the user to understand the situation. Can you help me add what I might meet? I need to provide the corresponding text to prompt the user. If there is already existing copy here, please provide it. @yanguoyu |
If I think of other assets, I will append to here. |
The UI has been updated. @yanguoyu |
This issue comes from #56 (comment)
【Cell Management】This page will display all live cells and allows users to manage them.
The text was updated successfully, but these errors were encountered: