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

Bug: On slow networks, updating budget allocations clears forms #1664

Open
zachgoll opened this issue Jan 23, 2025 · 0 comments
Open

Bug: On slow networks, updating budget allocations clears forms #1664

zachgoll opened this issue Jan 23, 2025 · 0 comments
Assignees
Labels
1️⃣ High Priority High priority issues will be worked on next

Comments

@zachgoll
Copy link
Collaborator

CleanShot.2025-01-23.at.13.49.50.mp4

Overview

Currently, each budget allocation is an independent, auto-submitting form. The form auto-submits on the blur event.

On slow networks, this auto-submit functionality causes forms to be unintentionally cleared out when the user is quickly tabbing and assigning their categories.

Potential solution

  • Use turbo stream responses for each form submission
  • Be sure to handle the state of the "progress" indicator at the top of the page after each submission
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1️⃣ High Priority High priority issues will be worked on next
Projects
None yet
Development

No branches or pull requests

1 participant