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

Fixes / Portfolio Update Loading State #1096

Merged
merged 3 commits into from
Nov 15, 2024

Conversation

sonytooo
Copy link
Collaborator

@sonytooo sonytooo commented Nov 15, 2024

  • prevent the Dashboard from going into a loading state when the portfolio is automatically updated in the background

@sonytooo sonytooo added the bug Something isn't working label Nov 15, 2024
@sonytooo sonytooo self-assigned this Nov 15, 2024
@@ -902,6 +905,7 @@ export class MainController extends EventEmitter {

const isUpdatingAccount = this.accounts.statuses.updateAccountState !== 'INITIAL'

this.selectedAccount.portfolio = DEFAULT_SELECTED_ACCOUNT_PORTFOLIO
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It'd be much better if the controller had a method called resetSelectedAccountPortfolio

@sonytooo sonytooo merged commit 28f8f86 into v2 Nov 15, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants