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

remove listener helper code, channels and multiple goroutines #240

Merged
merged 2 commits into from Nov 10, 2023

Conversation

itswisdomagain
Copy link
Collaborator

No description provided.

Copy link
Collaborator

@ukane-philemon ukane-philemon left a comment

Choose a reason for hiding this comment

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

Good work!

I still see this error... To reproduce, navigate back and forth between the wallet selection page and the selected wallet page.

2023-11-06 23:32:28.887 [ERR] UI: No rate information available
2023-11-06 23:32:30.870 [ERR] UI: Error adding sync progress listener: listener_already_exist
2023-11-06 23:32:43.719 [ERR] UI: No rate information available

ui/page/components/wallet_account_selector.go Outdated Show resolved Hide resolved
ui/page/components/wallet_account_selector.go Outdated Show resolved Hide resolved
ui/page/exchange/create_order_page.go Outdated Show resolved Hide resolved
ui/page/privacy/account_mixer_page.go Outdated Show resolved Hide resolved
libwallet/internal/politeia/politeia_sync.go Outdated Show resolved Hide resolved
@@ -122,21 +111,21 @@ func (mp *MainPage) OnNavigatedTo() {
}

if mp.CurrentPage() == nil {
mp.Display(info.NewInfoPage(mp.Load)) // TODO: Should pagestack have a start page?
mp.Display(info.NewInfoPage(mp.Load)) // TODO: Should pagestack have a start page? YES!
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@ukane-philemon would you like to work on this?

Copy link
Collaborator

Choose a reason for hiding this comment

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

Yes. I have just 2 PRs under review.

Copy link
Collaborator

@ukane-philemon ukane-philemon left a comment

Choose a reason for hiding this comment

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

LGTM. The dup note listener error is fixed.

EDIT: needs a rebase.

ui/page/root/wallet_list.go Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants