Commit Graph

15 Commits

Author SHA1 Message Date
37ca6cd017 Add full screen imagery and styling
Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
2024-11-05 19:49:03 -07:00
d80c31449b Add fullscreen framework
Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
2024-11-05 12:12:00 -07:00
9bd6f172c2 Add poster view property and manual model reveal
Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
2024-11-04 18:25:52 -07:00
b786964a89 Fix button and img visibility before model
Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
2024-11-01 11:33:45 -07:00
e547324774 Improve text alignment in hotspots
Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
2024-10-31 20:06:37 -07:00
d59958f110 Add view and hsset link parameters
Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
2024-10-30 11:53:02 -07:00
64140b7cd9 Add basic thumbnail handling with static image
Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
2024-10-30 09:28:29 -07:00
11bac465d9 Disable hotspot buttons on hotspot hide
Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
2024-10-29 17:50:51 -07:00
4f1ff35194 Tidy up PHP code
Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
2024-10-29 16:14:29 -07:00
5d4863f9be Add hotspot enhancements and improed styles
Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
2024-10-29 08:18:16 -07:00
46ee8b6ee9 Add click and drag to hotspots during edit
Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
2024-10-28 19:37:37 -07:00
da3e61df9c Remove interation promt
Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
2024-10-28 13:56:39 -07:00
6b3e1f4e19 Add hotpot navigation and slideshow
Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
2024-10-28 13:51:46 -07:00
2163f9158a Setup menu bar for viewer actions
Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
2024-10-27 20:42:28 -07:00
3b5c2e993d Refactor to MediaHandler transform (#20)
Closes #6, Closes #18

This PR separates out 3 different classes: a distinct Hooks handling class, a MediaHandler class for models, and a MediaTransform class that handles all the actual model rendering.

Reviewed-on: #20
2024-10-27 04:11:16 +00:00