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

Dynamically disable submit button #8

Closed
wants to merge 2 commits into from

Conversation

camelPhonso
Copy link

closes #5

Turns out dynamically disabling the submit button on the front end was really quick.

I've also added .env and .env.example to the .gitignore to avoid us pushing any secrets. Didn't refactor any other parts of the code to keep this pr simple

Put down everyone as reviewers for visibility but this could also be merged after a more complex issue if there are other PR's in the works

🦨

@simonryrie
Copy link

Nice clean solution, looks good to me!

I would argue that we shouldn't have .env.example on git ignore because it's just a template that we want to provide to the user and shouldn't have any secrets on it.

Maybe best to merge my PR first then rebase / merge main into this?

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.

Disable run state
3 participants