mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-09 07:02:01 -05:00
[PR #101] [MERGED] [rss] Show Videos from RSS Feeds #102
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/feeddeck/feeddeck/pull/101
Author: @ricoberger
Created: 12/12/2023
Status: ✅ Merged
Merged: 12/12/2023
Merged by: @ricoberger
Base:
main← Head:rss-show-videos-from-rss-feeds📝 Commits (1)
fd487bb[rss] Show Videos from RSS Feeds📊 Changes
4 files changed (+220 additions, -12 deletions)
View changed files
📝
app/lib/widgets/item/details/item_details_rss.dart(+19 -11)📝
app/lib/widgets/item/details/utils/item_videos.dart(+0 -1)📝
supabase/functions/_shared/feed/rss.ts(+26 -0)📝
supabase/functions/_shared/feed/rss_test.ts(+175 -0)📄 Description
If an RSS feed contains a video within the
attachmentsfield, the video will now be added to theoptionsfield of the item. In the Flutter code we then check if the video field is present in the options and show the video instead of an image in the details view of the item.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.