mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-09 07:02:01 -05:00
[PR #2] [MERGED] [nitter] Add Media Gallery to Details View #11
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/2
Author: @ricoberger
Created: 9/5/2023
Status: ✅ Merged
Merged: 9/5/2023
Merged by: @ricoberger
Base:
main← Head:nitter-add-media-gallery-to-details-view📝 Commits (1)
f065850[nitter] Add Media Gallery to Details View📊 Changes
3 files changed (+20 additions, -0 deletions)
View changed files
📝
app/lib/utils/fd_icons.dart(+1 -0)📝
app/lib/widgets/item/details/item_details_nitter.dart(+13 -0)📝
app/lib/widgets/item/details/utils/item_description.dart(+6 -0)📄 Description
Instead of rendering the images for a Nitter item within the description in the details view, we are now rendering the images via the "ItemMediaGallery" widget. To not render the images twice, we also added the "disableImages" paramter to the "ItemDescription" widget, to not render the images in the widget.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.