Add ability to swipe between media when opened from the timeline.

This commit is contained in:
Benoit Marty 2025-01-28 09:58:34 +01:00
parent 9219b95e99
commit fdf40120a7
20 changed files with 485 additions and 82 deletions

View file

@ -39,6 +39,7 @@ interface MediaViewerEntryPoint : FeatureEntryPoint {
val canShowInfo: Boolean,
) : NodeInputs
// TODO convert to sealed class and add eventId to the 2nd and 3rd items
enum class MediaViewerMode {
SingleMedia,
TimelineImagesAndVideos,