Open-EO / openeo-web-editor

An interactive and easy to use web-based editor for the OpenEO API.
https://editor.openeo.org
Apache License 2.0
12 stars 17 forks source link

Fullscreen for data viewer #160

Open m-mohr opened 3 years ago

m-mohr commented 3 years ago

At 10:00 (in the sar2cube tutorial video) it looks like it would be useful to be able to look at the PNG in fullscreen (like the model builder has it). Will implement that - probably best to be implemented for the whole right part and not just for a single tab so that you can still compare - but check how it works with the map...

m-mohr commented 3 years ago

Implemented, but right now for a single image viewer/tab only.

m-mohr commented 3 years ago

This would need to be solved for the tabs component in vue-components, I think.

-> Migrate FullscreenButton to Tabs and then show it on the right side of the Tabs, but make sure that it works properly on small screens/with many tabs...