mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-09 07:02:01 -05:00
[PR #52] [MERGED] [rss] Improve Rendering of Items #56
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/52
Author: @ricoberger
Created: 10/27/2023
Status: ✅ Merged
Merged: 10/28/2023
Merged by: @ricoberger
Base:
main← Head:rss-improve-rendering-of-items📝 Commits (1)
0d597ff[rss] Improve Rendering of Items📊 Changes
8 files changed (+47 additions, -19 deletions)
View changed files
📝
app/lib/widgets/item/details/item_details_rss.dart(+23 -5)📝
app/lib/widgets/item/details/utils/item_description.dart(+2 -2)📝
app/lib/widgets/item/details/utils/item_subtitle.dart(+4 -3)📝
app/lib/widgets/item/preview/item_preview_rss.dart(+1 -1)📝
app/lib/widgets/item/preview/utils/item_description.dart(+2 -2)📝
app/pubspec.lock(+1 -1)📝
app/pubspec.yaml(+1 -0)📝
supabase/functions/_shared/feed/rss.ts(+13 -5)📄 Description
The items of an RSS feed are now rendered better, to achieve this we did the following changes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.