[PR #2] [MERGED] [nitter] Add Media Gallery to Details View #11

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

📋 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: mainHead: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/feeddeck/feeddeck/pull/2 **Author:** [@ricoberger](https://github.com/ricoberger) **Created:** 9/5/2023 **Status:** ✅ Merged **Merged:** 9/5/2023 **Merged by:** [@ricoberger](https://github.com/ricoberger) **Base:** `main` ← **Head:** `nitter-add-media-gallery-to-details-view` --- ### 📝 Commits (1) - [`f065850`](https://github.com/feeddeck/feeddeck/commit/f065850e77bf45ec84b58e607890c025bca2aa23) [nitter] Add Media Gallery to Details View ### 📊 Changes **3 files changed** (+20 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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. --- <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:55:36 -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#11