[PR #1714] [MERGED] Fix/URL cell edit button hover #4910

Closed
opened 2026-03-23 22:16:22 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1714
Author: @onyicodes
Created: 1/16/2023
Status: Merged
Merged: 1/17/2023
Merged by: @appflowy

Base: mainHead: fix/url_cell_edit_button_hover


📝 Commits (10+)

📊 Changes

3 files changed (+4 additions, -497 deletions)

View changed files

📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/cell/cell_container.dart (+3 -6)
frontend/app_flowy/packages/flowy_sdk/pubspec.lock (+0 -490)
📝 frontend/app_flowy/pubspec.lock (+1 -1)

📄 Description

A fix to issue #1385

The edit button of a URL cell in a grid only shows when the user hovers over the exact cell and no longer appears when a user hovers over other cells in the same row.
See expected behavious below

eg


🔄 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/AppFlowy-IO/AppFlowy/pull/1714 **Author:** [@onyicodes](https://github.com/onyicodes) **Created:** 1/16/2023 **Status:** ✅ Merged **Merged:** 1/17/2023 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `fix/url_cell_edit_button_hover` --- ### 📝 Commits (10+) - [`abebe5f`](https://github.com/AppFlowy-IO/AppFlowy/commit/abebe5f713fce6863240d86eb49c6beabed9de06) automated changes to pubspec.lock - [`fcc6f4a`](https://github.com/AppFlowy-IO/AppFlowy/commit/fcc6f4a98fca3717ab5b61a27306973e734fc2b7) Merge branch 'main' of https://github.com/AppFlowy-IO/AppFlowy into HEAD - [`483dba8`](https://github.com/AppFlowy-IO/AppFlowy/commit/483dba8778d7d1335b0455278c5f2118a55a2968) Merge branch 'main' of https://github.com/AppFlowy-IO/AppFlowy - [`972f522`](https://github.com/AppFlowy-IO/AppFlowy/commit/972f522776b73b39b290148d285f2acaf7ba84ca) Merge branch 'main' of https://github.com/AppFlowy-IO/AppFlowy - [`d1e2837`](https://github.com/AppFlowy-IO/AppFlowy/commit/d1e2837841dafdfb91ca698b45b9e6a82efc561f) Merge branch 'main' of https://github.com/AppFlowy-IO/AppFlowy - [`895c357`](https://github.com/AppFlowy-IO/AppFlowy/commit/895c357afef989d6fedaeff8768781964dc95149) Merge branch 'main' of https://github.com/AppFlowy-IO/AppFlowy - [`4e3c42a`](https://github.com/AppFlowy-IO/AppFlowy/commit/4e3c42ab4ac31fb7c865f25f3f364475d369e632) Merge branch 'main' of https://github.com/Onyedikareal/AppFlowy - [`841620b`](https://github.com/AppFlowy-IO/AppFlowy/commit/841620b833f82e688f6c3c2366d8f47656dd655f) Merge branch 'main' of https://github.com/AppFlowy-IO/AppFlowy - [`2cf6219`](https://github.com/AppFlowy-IO/AppFlowy/commit/2cf621941e9c07dfb736970dc0522a92562d7e35) Merge branch 'main' of https://github.com/AppFlowy-IO/AppFlowy - [`abd1db2`](https://github.com/AppFlowy-IO/AppFlowy/commit/abd1db236f89e39b40bb880f54125db89aef1669) fix: Grid URL property's edit button hovering effect ### 📊 Changes **3 files changed** (+4 additions, -497 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/cell/cell_container.dart` (+3 -6) ➖ `frontend/app_flowy/packages/flowy_sdk/pubspec.lock` (+0 -490) 📝 `frontend/app_flowy/pubspec.lock` (+1 -1) </details> ### 📄 Description A fix to issue #1385 The edit button of a URL cell in a grid only shows when the user hovers over the exact cell and no longer appears when a user hovers over other cells in the same row. See expected behavious below ![eg](https://user-images.githubusercontent.com/25469676/212639350-f423ca51-a8e0-44b5-9c38-3a1362824bfd.gif) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:16:22 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#4910
No description provided.