Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow choosing the destination for exported GIF #98

Open
clearlysid opened this issue Jun 24, 2024 · 0 comments
Open

Allow choosing the destination for exported GIF #98

clearlysid opened this issue Jun 24, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@clearlysid
Copy link
Collaborator

Currently when you export a GIF, it gets saved to the user's desktop folder. For someone recording many GIFs over time, this can become quite annoying and will clutter their desktop.

Proposal:

  1. When user clicks the Export button after recording, let's open a dialog box allowing them to choose their preferred location instead of defaulting to the desktop all the time.
  2. We can use the OS's default dialog box using Tauri's dialog plugin either from the JS side or the Rust side (though I would prefer Rust) to achieve this.

Export button:
Screenshot 2024-06-24 at 10 18 58 AM

I'm imagining a dialog box like this on macOS
Screenshot 2024-06-24 at 10 22 12 AM

and this one on Windows
Screenshot 2024-06-24 at 10 23 13 AM

@clearlysid clearlysid added enhancement New feature or request good first issue Good for newcomers labels Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant