-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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: Account syncing notification behaviour #1367
Comments
For anyone looking into this, here are the relevant lines that trigger the Turbo Stream updates during the sync: maybe/app/models/account/sync.rb Lines 62 to 81 in 45935db
|
I have checked the code, it seems it's more of a design issue. What's the ultimate expected behavior after clicking the sync all button? |
#1433 introduces a new way of syncing and should eliminate this issue, so I'm going to close this out to avoid merge conflicts. |
Describe the bug
The behaviour of the notification when trying to sync accounts is a bit erratic as it resizes in width a few times, and just shows multiple
Sync complete
notifications until timing out before the success message can be even read.A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Settings/Accounts
Sync All
Expected behavior
Syncing account balances
toSyncing complete/failed (depending on state)
What version of Maybe are you using?
Hosted" (i.e. app.maybe.co)
Screenshots / Recordings
https://github.com/user-attachments/assets/2c653863-9d25-4dfc-a0e6-bd4e80020638
The text was updated successfully, but these errors were encountered: