mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-11-05 07:02:10 +00:00
feat: mark as watched button in feed (#3746)
* feat: add mark as watched/unwatched button * fix: remove from trending page and hide if watch history is diabled remove the button from trending page because it only works in feed page. * fix: missing thumbnail url in watch_history when using mark as watched * fix: missing uploadername in watch_history when using mark as watched * refactor: make mark as watched consistent with other app elements * refactor: simplify setting "watched" property for videos --------- Co-authored-by: Bnyro <bnyro@tutanota.com>
This commit is contained in:
@@ -132,6 +132,8 @@
|
||||
"show_chapters": "Chapters",
|
||||
"store_search_history": "Store Search History",
|
||||
"hide_watched": "Hide watched videos in the feed",
|
||||
"mark_as_watched": "Mark as Watched",
|
||||
"mark_as_unwatched": "Mark as Unwatched",
|
||||
"documentation": "Documentation",
|
||||
"status_page": "Status",
|
||||
"source_code": "Source code",
|
||||
|
||||
Reference in New Issue
Block a user