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

extension: make 'mark visited' it a bit more reactive, e.g. load more on scroll and redisplay etc? #171

Open
karlicoss opened this issue Nov 20, 2020 · 3 comments
Labels
frontend Related to browser extension
Projects

Comments

@karlicoss
Copy link
Owner

Might be tricky to implement reliably. In the meantime pretty easy to toggle marks off and on to force reload them.

@karlicoss karlicoss added the frontend Related to browser extension label Nov 20, 2020
@karlicoss karlicoss added this to Low priority in board Nov 20, 2020
@karlicoss
Copy link
Owner Author

I guess the easiest fix would be to

  • listen on the dom change event and debounce (say 500ms interval)
  • find if there are any new links on the page to process
  • if there are, send a request

@karlicoss
Copy link
Owner Author

Some good sites to test on

  • twitter/facebook, basically anything with infinite feed
  • https://vlad.roam.garden -- clicking on links adds new 'panes'

@karlicoss
Copy link
Owner Author

karlicoss commented Jan 28, 2023

Another test case

Visited marks aren't showing -- seems as an issue as of current chrome release, so it's even before webNavigation/tippyjs changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend Related to browser extension
Projects
board
Low priority
Development

No branches or pull requests

1 participant