-
Notifications
You must be signed in to change notification settings - Fork 47
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
"Exported Successfully" when cancelling export #3542
Comments
i would consider this a bug |
because it is not correct behavior |
ah, alrighty |
i literally had no idea there was a different menu to hit export from? why so many ways to export, is that code path tested? maybe we lessen the different ways to do things? idk why we need three ways to export something |
wait how are you exporting? I only know the top left |
oh I found the other button |
Edit sorry could have sworn I saw another issue with the exact same thing, but now I can find it. Going to close this since it duplicates. |
It's the same code path however you get to export: The success toast is firing because there was no failure during the export, and that is a "success" as far as these lines are concerned. I need to see how to receive a signal from the OS export UI that it was either a cancellation or a submission, because right now we only get back a "done" or "error". |
Hell yeah there's a |
Ah dang I wanted to add an E2E test and I just remembered we can't interact with the OS dialog 💀. I'll add it to #3588 |
Description
Super tiny thing, but we toast "exported successfully" when the user selects "cancel"
Version
v0.24.12
Recording
Screenshare.-.2024-08-19.5_42_24.PM.mp4
The text was updated successfully, but these errors were encountered: