mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-09 07:02:01 -05:00
[PR #125] [MERGED] [core] Add Open Link Action #126
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/125
Author: @ricoberger
Created: 1/31/2024
Status: ✅ Merged
Merged: 1/31/2024
Merged by: @ricoberger
Base:
main← Head:core-add-open-link-action📝 Commits (1)
1a1248c[core] Add Open Link Action📊 Changes
2 files changed (+38 additions, -1 deletions)
View changed files
📝
app/lib/widgets/item/details/item_details.dart(+1 -1)📝
app/lib/widgets/item/preview/utils/item_actions.dart(+37 -0)📄 Description
This commit adds a new action to the menu shown when a user clicks longer on the item in a column. The new "Open Link" action allows a user to directly open the link of the item, so that the details modal must not be opened anymore to open the link.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.