imtbl / hyve

Expose and consume your hydrus media via HTTP API
GNU Affero General Public License v3.0
31 stars 3 forks source link

Persist information about current result set across tabs #11

Open Ryonez opened 4 years ago

Ryonez commented 4 years ago

When browsing search results, or just files in general, clicking an image opens the image page. On this page, there are to buttons that allow up to go back a result, or forward one: image

However, if you open one of the result in a new tab, those buttons are missing: image

Can you please make it so opening an image in a new tab retains this back and forward ability please?

imtbl commented 4 years ago

That's sadly not easily possible, as the state that keeps track of the result set is not persisted across tabs (it only lives in memory for the current tab you are on).

I don't have any plans to implement this at the moment.