Will implement Idea: Display notification when user clicks on 'Copy Token' button
- Dmitrijs Rekuns
-
Topic Author
- Offline
Less
More
- Posts: 177
- Thank you received: 8
1 week 4 hours ago #3575
by Dmitrijs Rekuns
Idea: Display notification when user clicks on 'Copy Token' button was created by Dmitrijs Rekuns
I just wondering: a user clicks on 'Copy Token' button, the token is being copied into clipboard but the user does not know about that.
Maybe an alert like "The token has been copied" will be the solution.
Just an idea about further UX improvement.
Maybe an alert like "The token has been copied" will be the solution.
Just an idea about further UX improvement.
Please Log in to join the conversation.
- Ruud van Lent
-
- Offline
Less
More
- Posts: 1858
- Thank you received: 122
1 week 3 hours ago #3576
by Ruud van Lent
Replied by Ruud van Lent on topic Idea: Display notification when user clicks on 'Copy Token' button
That is actually implemented.
When clicking the button a toast container is created. unfortunately the naming is to generic so when your template (like mine) is also using toast messages, it will (in my case) not display.
For the next version i have refactored that to a different method: even when the toast worked it was visually different from the toast on the template.
On my site you can see the new functionality: when clicked the button turn green and gives a "[check] Copied" text for 3 seconds.
still testing this, so if you have a better way to do this let me know.
When clicking the button a toast container is created. unfortunately the naming is to generic so when your template (like mine) is also using toast messages, it will (in my case) not display.
For the next version i have refactored that to a different method: even when the toast worked it was visually different from the toast on the template.
On my site you can see the new functionality: when clicked the button turn green and gives a "[check] Copied" text for 3 seconds.
still testing this, so if you have a better way to do this let me know.
Please Log in to join the conversation.