You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When editing a transaction on the /depositories/... page, editing a date causes the page to reload before the date might be 'finished' editing, which causes the edit screen to refresh prematurely. This sort of ends up resulting in only being able to edit one part of a transaction (year, month, day) at a time.
To Reproduce
Steps to reproduce the behavior:
Go to an account
Click on a transaction
Enter a new day
Attempt to enter a new month but...
The page reloads
Expected behavior
I would expect to be able to fully edit a date without the page refreshing out from under me
What version of Maybe are you using?
Hosted
What operating system and browser are you using?
MacOS 14, Chrome 130
Editing the date triggers an account sync, so I think the correct way to fix this bug is to remove the global page refresh that the account sync is currently triggering.
We can trigger an update of the graph in the background, but the current behavior is too aggressive; hence causing bugs like this.
In the meantime, until this is fixed, selecting a date with the calendar should work okay.
Describe the bug
When editing a transaction on the
/depositories/...
page, editing a date causes the page to reload before the date might be 'finished' editing, which causes the edit screen to refresh prematurely. This sort of ends up resulting in only being able to edit one part of a transaction (year, month, day) at a time.To Reproduce
Steps to reproduce the behavior:
Expected behavior
I would expect to be able to fully edit a date without the page refreshing out from under me
What version of Maybe are you using?
Hosted
What operating system and browser are you using?
MacOS 14, Chrome 130
Screenshots / Recordings
Video of issue.
The text was updated successfully, but these errors were encountered: