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

Add local download button #123

Merged
merged 2 commits into from
Aug 2, 2024
Merged

Add local download button #123

merged 2 commits into from
Aug 2, 2024

Conversation

sfc-gh-cnivera
Copy link
Collaborator

@sfc-gh-cnivera sfc-gh-cnivera commented Aug 1, 2024

If users run into a fatal error when uploading, there's no easy way to save their progress locally. I've added a Download button so that users can at least obtain a local copy of their work should the upload not be functional.

CleanShot 2024-08-01 at 13 31 35

@sfc-gh-cnivera sfc-gh-cnivera linked an issue Aug 1, 2024 that may be closed by this pull request
@@ -2,7 +2,7 @@

from dotenv import load_dotenv

load_dotenv()
load_dotenv(override=True)
Copy link
Collaborator Author

@sfc-gh-cnivera sfc-gh-cnivera Aug 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

intentional change, I realized .env was not overriding the values from zshrc unless this was set. I want .env to have the highest priority.

@sfc-gh-cnivera sfc-gh-cnivera merged commit 145cff3 into main Aug 2, 2024
3 checks passed
@sfc-gh-cnivera sfc-gh-cnivera deleted the cnivera/download-yaml branch August 2, 2024 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Download Button to save Semantic File
2 participants