ux: add tooltip to copy button in Launcher notification - #2666
love-linger merged 1 commit into
Conversation
|
Hi @weiningwei, thanks for this PR! I ran into the same need for |
6b9c24e to
7a4674a
Compare
|
Hi @JC-Chung, congrats on #2668 being merged — the reusable |
|
I did notice the tooltip aspect, but since the dismiss button next to it doesn't have one either, I kept it as-is. If we're adding one now, maybe we should also consider adding a tooltip to the dismiss button? No rush to change it right away though — might be worth waiting to hear what the @love-linger think first. |
What
Shows a transient checkmark icon as visual feedback when the user copies a notification message, then resets back to the copy icon after one second.
Changes
Notificationobservable (ObservableObject) and add anIsCopiedproperty.IsCopied.DispatcherTimerinLauncherPageto resetIsCopiedone second after copying.