OwnTube-tv / web-client

Portable video client for PeerTube in React Native
https://owntube-tv.github.io/web-client/
The Unlicense
0 stars 11 forks source link

Add "resume watching" functionality #81

Closed mykhailodanilenko closed 2 weeks ago

mykhailodanilenko commented 2 weeks ago

๐Ÿš€ Description

this PR adds "resume watching" functionality as described in #69. the latest history entry is put on the homepage and all videos are now opened from latest watched position. also, you can specify the time from when you want to start watching with the optional "timestamp" url param (time is in seconds). See deployed at https://mykhailodanilenko.github.io/web-client/

๐Ÿ“„ Motivation and Context

69

๐Ÿงช How Has This Been Tested?

web version

๐Ÿ“ฆ Types of changes

โœ… Checklist (copied from README)

mykhailodanilenko commented 2 weeks ago

we can close #75 with the merge of this one as it implements the timestamp url param