david-swift / Memorize

Study flashcards in a native GNOME app
https://flathub.org/apps/io.github.david_swift.Flashcards
GNU General Public License v3.0
87 stars 9 forks source link

'Copy' action needs a toast #18

Closed rene-coty closed 5 months ago

rene-coty commented 6 months ago

Describe the bug

The 'Copy' action in the 'Export' dialog doesn't give any feedback to the user - whether content was actually copied to the clipboard as intended.

To Reproduce

  1. Edit/create a Set and select 'Export' and click 'Copy'
  2. The 'Export' dialog will immediatly close (the content of the Set has been copied to your clipboard but there is no way to know it unless you verify it)

Expected behavior

A little toast notification at the end of the second step (when the 'Export' dialog is closed) would be great to inform the user it was correctly copied to the clipboard :) E.g.: something like "The contents/items of [Set name] have been copied to the clipboard"

Additional context

No response

david-swift commented 6 months ago

Thanks again so much for reporting those details! That's extremely valuable.

david-swift commented 5 months ago

I fixed this in 230d3c5.