mateuszmigas / painting-droid

AI-powered cross-platform painting app inspired by the legendary MS Paint.
https://www.paintingdroid.com
GNU General Public License v3.0
93 stars 2 forks source link

Browser: Save file improvements #33

Closed mateuszmigas closed 2 months ago

mateuszmigas commented 2 months ago

Is your feature request related to a problem? Please describe. Currently, in browsers, the download anchor is used to save a file. This means that the user cannot specify the file name. However, in some browsers, the https://developer.mozilla.org/en-US/docs/Web/API/Window/showSaveFilePicker API is supported.

Describe the solution you'd like Make showSaveFilePicker the preferred method and fallback to the download anchor if not supported.

Describe alternatives you've considered N/A

Additional context N/A

mateuszmigas commented 2 months ago

merged