[PR #125] [MERGED] [core] Add Open Link Action #126

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

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

## 📋 Pull Request Information **Original PR:** https://github.com/feeddeck/feeddeck/pull/125 **Author:** [@ricoberger](https://github.com/ricoberger) **Created:** 1/31/2024 **Status:** ✅ Merged **Merged:** 1/31/2024 **Merged by:** [@ricoberger](https://github.com/ricoberger) **Base:** `main` ← **Head:** `core-add-open-link-action` --- ### 📝 Commits (1) - [`1a1248c`](https://github.com/feeddeck/feeddeck/commit/1a1248c41c5cf2f9b75a26c69b1614e6e5063a29) [core] Add Open Link Action ### 📊 Changes **2 files changed** (+38 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `app/lib/widgets/item/details/item_details.dart` (+1 -1) 📝 `app/lib/widgets/item/preview/utils/item_actions.dart` (+37 -0) </details> ### 📄 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. <!-- 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 16:57:51 -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#126