[PR #260] [MERGED] Remove Drag Handles from Sources #250

Closed
opened 2025-10-31 17:00:28 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/feeddeck/feeddeck/pull/260
Author: @ricoberger
Created: 5/2/2025
Status: Merged
Merged: 5/2/2025
Merged by: @ricoberger

Base: mainHead: remove-drag-handle-icon


📝 Commits (1)

  • 4bf88d3 Remove Drag Handles from Sources

📊 Changes

1 file changed (+55 additions, -48 deletions)

View changed files

📝 app/lib/widgets/source/source_list_item.dart (+55 -48)

📄 Description

Remove the drag handle icon from the sources. The icon was used together
with the ReorderableDragStartListener widget to sort the sources. This
can now be done without the icon, because we wrap the source card widget
within the ReorderableDragStartListener 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/260 **Author:** [@ricoberger](https://github.com/ricoberger) **Created:** 5/2/2025 **Status:** ✅ Merged **Merged:** 5/2/2025 **Merged by:** [@ricoberger](https://github.com/ricoberger) **Base:** `main` ← **Head:** `remove-drag-handle-icon` --- ### 📝 Commits (1) - [`4bf88d3`](https://github.com/feeddeck/feeddeck/commit/4bf88d3888a8f55fb48bb37d22ae7cc989bd45ab) Remove Drag Handles from Sources ### 📊 Changes **1 file changed** (+55 additions, -48 deletions) <details> <summary>View changed files</summary> 📝 `app/lib/widgets/source/source_list_item.dart` (+55 -48) </details> ### 📄 Description Remove the drag handle icon from the sources. The icon was used together with the `ReorderableDragStartListener` widget to sort the sources. This can now be done without the icon, because we wrap the source card widget within the `ReorderableDragStartListener` widget. <!-- 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 17:00:28 -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#250