mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-09 07:02:01 -05:00
[PR #260] [MERGED] Remove Drag Handles from Sources #250
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/260
Author: @ricoberger
Created: 5/2/2025
Status: ✅ Merged
Merged: 5/2/2025
Merged by: @ricoberger
Base:
main← Head:remove-drag-handle-icon📝 Commits (1)
4bf88d3Remove 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
ReorderableDragStartListenerwidget to sort the sources. Thiscan now be done without the icon, because we wrap the source card widget
within the
ReorderableDragStartListenerwidget.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.