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

[enhancement] Detect url changes to enable domain suggestion on popup menu before tab loading is completed #419

Open
salarcode opened this issue Dec 7, 2024 · 0 comments
Labels
type-new-feature Adding a new feature

Comments

@salarcode
Copy link
Owner

salarcode commented Dec 7, 2024

Currently the popup menu only displays domain details of the page if the tab is in loaded state. When navigating and page takes long to load this can cause problems and bad user experience.

Current implementation relies solely on tab.onUpdated APIs.

Use webNavigation APIs to detect naviagation update popup suggestions before tab is loaded

@salarcode salarcode added the type-new-feature Adding a new feature label Dec 7, 2024
@salarcode salarcode changed the title [enhancement] Detect url changes to give suggestions before loading is completed [enhancement] Detect url changes to enable domain suggestion on popup menu before tab loading is completed Dec 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-new-feature Adding a new feature
Projects
None yet
Development

No branches or pull requests

1 participant