[PR #102] [MERGED] [core] Disable Right Click for Item Actions on Web #103

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

📋 Pull Request Information

Original PR: https://github.com/feeddeck/feeddeck/pull/102
Author: @ricoberger
Created: 12/12/2023
Status: Merged
Merged: 12/12/2023
Merged by: @ricoberger

Base: mainHead: core-disable-right-click-for-item-actions-on-web


📝 Commits (1)

  • cda022c [core] Disable Right Click for Item Actions on Web

📊 Changes

1 file changed (+3 additions, -2 deletions)

View changed files

📝 app/lib/widgets/item/preview/utils/item_actions.dart (+3 -2)

📄 Description

On the web the right click on an item to show the actions, doesn't work properly, because the browsers right click menu will be shown first. So it doesn't make sense to show also our right click menu.


🔄 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/102 **Author:** [@ricoberger](https://github.com/ricoberger) **Created:** 12/12/2023 **Status:** ✅ Merged **Merged:** 12/12/2023 **Merged by:** [@ricoberger](https://github.com/ricoberger) **Base:** `main` ← **Head:** `core-disable-right-click-for-item-actions-on-web` --- ### 📝 Commits (1) - [`cda022c`](https://github.com/feeddeck/feeddeck/commit/cda022c7267ea44ae8fdfb1ea0e28136c844f4bf) [core] Disable Right Click for Item Actions on Web ### 📊 Changes **1 file changed** (+3 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `app/lib/widgets/item/preview/utils/item_actions.dart` (+3 -2) </details> ### 📄 Description On the web the right click on an item to show the actions, doesn't work properly, because the browsers right click menu will be shown first. So it doesn't make sense to show also our right click menu. <!-- 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:23 -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#103