Customization of specific sounds of the UX

Hi, I’d like to suggest a feature where we would be able to modify and customize the sound effect played when completing a task. If not possible, is there a way to do it on one’s own by editing the file associated to this sound effect, and what is its location on the Flatpack ?

Thank you so much to whoever may contribute to this wondering of mine.

It’s unlikely that we’ll include this directly.

To change this for yourself, you need to change it here:

https://github.com/go-vikunja/vikunja/blob/main/frontend/src/helpers/playPop.ts

And then build the vikunja Frontend and desktop app from source. Due to the way this is done, it’s not really possible to change the sound after it was compiled.

Alright, thank you so much ! I’ll dig into, it should do the trick.