[PR #101] [MERGED] [rss] Show Videos from RSS Feeds #102

Closed
opened 2025-10-31 16:57:22 -05:00 by GiteaMirror · 0 comments
Owner

📋 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: mainHead: 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 attachments field, the video will now be added to the options field 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.

## 📋 Pull Request Information **Original PR:** https://github.com/feeddeck/feeddeck/pull/101 **Author:** [@ricoberger](https://github.com/ricoberger) **Created:** 12/12/2023 **Status:** ✅ Merged **Merged:** 12/12/2023 **Merged by:** [@ricoberger](https://github.com/ricoberger) **Base:** `main` ← **Head:** `rss-show-videos-from-rss-feeds` --- ### 📝 Commits (1) - [`fd487bb`](https://github.com/feeddeck/feeddeck/commit/fd487bb3d5e8789dfc7878518f4d5a1ff02fc83c) [rss] Show Videos from RSS Feeds ### 📊 Changes **4 files changed** (+220 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description If an RSS feed contains a video within the `attachments` field, the video will now be added to the `options` field 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. <!-- Keep PR title verbose enough and add prefix telling about what source it touches e.g "[rss] Add feature xyz" or if the the PR is not realated to a source use "[core]", e.g. "[core] Fix xyz". If you add a breaking change within your PR you should add ":warning:" to the title, e.g. ":warning: [core] My breaking change" --> <!-- Description of what have been changed. Please also reference an issue, when available. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-10-31 16:57:22 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/feeddeck#102