stephenwhippuk / doc-viewer

2 stars 0 forks source link

Click through between viewers based upon nested content #14

Open stephenwhippuk opened 2 months ago

stephenwhippuk commented 2 months ago

It should possible to provide content hat has hyper links, html content that contains images that can then be clicked on to bring up an image viewer. And be able to easilly go back.

This needs some very careful design and thought.

stephenwhippuk commented 2 months ago

Might be solved by having a tabbed space Or having nested content displayed in a pop-up, the later would need to handle multiple levels though. The first just keeps on opening new tabs, but might make navigation better.

Could also be handled by having a local history in the doc space and its own controls, although this might cause issues with layout

stephenwhippuk commented 2 months ago

This would need both universal event dispatcher and for video content it would need streaming media.