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

fix: prevent starting/stopping scheduler while data is loading #260

Merged
1 commit merged into from
May 12, 2022

Conversation

theborakompanioni
Copy link
Collaborator

Closes #250

Prevent executing submit action of Scheduler form while data is still loading.

Was already "kind of" prevented by disabling the button (https://github.com/joinmarket-webui/joinmarket-webui/blob/master/src/components/Jam.jsx#L333). Now also enforced before making the request.

@theborakompanioni theborakompanioni added the bug Something isn't working label May 12, 2022
@theborakompanioni theborakompanioni requested a review from a user May 12, 2022 12:57
@theborakompanioni theborakompanioni self-assigned this May 12, 2022
@ghost ghost merged commit 593981d into master May 12, 2022
@ghost ghost deleted the scheduler-prevent-start-while-loading branch May 12, 2022 15:28
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Prevent starting scheduled transactions while data is still loaded
1 participant