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

Feature Request: Automatically reload the home page upon submitting a transaction #365

Open
Sutaai opened this issue Jan 17, 2025 · 2 comments
Assignees

Comments

@Sutaai
Copy link

Sutaai commented Jan 17, 2025

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

@clarin-ebtio800090
Copy link

Hello, we tried to solve the issue.

This is what we did:

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.

You can review changes in this commit: clarin-ebtio800090@cca39e3.

Caution

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.

@Sutaai
Copy link
Author

Sutaai commented Jan 17, 2025

Uh. Crazy world we're living in, nowadays... I guess that's quite good

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants