You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: Refactor ThreadMediaViewerPage to use SharedMediaViewer for…
… improved media handling
- Replaced PageView with SharedMediaViewer for better media navigation.
- Removed unused video player and controller logic to streamline the code.
- Introduced SharedMediaViewerItem for media item representation.
- Updated save and download functionality to work with the new structure.
- Cleaned up unnecessary imports and comments for better readability.
- Adjusted ThreadPagePost to remove startPosition parameter as it's no longer needed.
- Modified cached video resolution logic to prevent blocking playback during downloads.
Merge pull request #47 from NekoSurf/copilot/fix-gif-decoder-initiali…
…zation
Fix list-view thumbnail spacing, scroll-to-post on fullscreen close, and feed→fullscreen position sync