jeandrek / histcontext

WebExtension to view context of history items & see past visits to webpage
https://addons.mozilla.org/en-US/firefox/addon/histcontext/
MIT License
0 stars 0 forks source link

Time in context #3

Open jeandrek opened 4 hours ago

jeandrek commented 4 hours ago

Should not be lastVisitTime, but I don't know if there's a practical solution.

jeandrek commented 4 hours ago

To try: Don't just show the search results when viewing context. Get the visits of each item and check if the visitTime is bounded by the timeframe

jeandrek commented 4 hours ago

I think this encompasses #2

Just need to decide whether all visits are shown. If not, the selected item will appear to have the wrong visit time when it has multiple visits in the timeframe, but it wouldn't really matter in that case.