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
Is your feature request related to a problem? Please describe.
Currently, Abacus does not reload the home page once you've submitted your transaction. This mean that you have to manually swipe down to reload your current account's holding.
Describe the solution you'd like
I would like to propose that once a transaction has been submitted, the home page will be automatically reloaded in the background.
Describe alternatives you've considered
Making the home page more “dynamic”, and reload every time we get back to this page, so it stays up to date with other operations that might be realized outside the applications, in other pages, etc.
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Modified the TransactionForm component to dispatch actions that refresh the home screen data after a successful transaction submission. This ensures that the home page is updated with the latest information without requiring manual refresh.
Disclaimer: The concept of solution was created by AI and you should never copy paste this code before you check the correctness of generated code. Solution might not be complete, you should use this code as an inspiration only.
Latta AI seeks to solve problems in open source projects as part of its mission to support developers around the world. Learn more about our mission at https://latta.ai/ourmission . If you no longer want Latta AI to attempt solving issues on your repository, you can block this account.
Is your feature request related to a problem? Please describe.
Currently, Abacus does not reload the home page once you've submitted your transaction. This mean that you have to manually swipe down to reload your current account's holding.
Describe the solution you'd like
I would like to propose that once a transaction has been submitted, the home page will be automatically reloaded in the background.
Describe alternatives you've considered
Making the home page more “dynamic”, and reload every time we get back to this page, so it stays up to date with other operations that might be realized outside the applications, in other pages, etc.
Additional context
N/A
The text was updated successfully, but these errors were encountered: