[PR #4840] [MERGED] fix: desktop grid launch review #6484

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/4840
Author: @richardshiue
Created: 3/7/2024
Status: Merged
Merged: 3/7/2024
Merged by: @richardshiue

Base: mainHead: chore/tone-down-opacity-duratio


📝 Commits (5)

  • 7abf454 chore: disable changing the type of primary fields
  • 93a5c9a fix: don't persist text selection after text update in checklist
  • 39a278e chore: allow fn + backspace in macos to delete checklist item
  • a3d2a47 chore: shorten opacity fade between opacity shown and not shown
  • 6a4ec0d fix: arrow key focus traversal

📊 Changes

5 files changed (+73 additions, -53 deletions)

View changed files

📝 frontend/.vscode/tasks.json (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/database/grid/presentation/widgets/calculations/calculation_selector.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/database/grid/presentation/widgets/header/field_editor.dart (+45 -40)
📝 frontend/appflowy_flutter/lib/plugins/database/widgets/cell_editor/checklist_cell_editor.dart (+24 -9)
📝 frontend/appflowy_flutter/pubspec.lock (+2 -2)

📄 Description

Feature Preview


PR Checklist

  • My code adheres to AppFlowy's Conventions
  • I've listed at least one issue that this PR fixes in the description above.
  • I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes.
  • All existing tests are passing.

🔄 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/4840 **Author:** [@richardshiue](https://github.com/richardshiue) **Created:** 3/7/2024 **Status:** ✅ Merged **Merged:** 3/7/2024 **Merged by:** [@richardshiue](https://github.com/richardshiue) **Base:** `main` ← **Head:** `chore/tone-down-opacity-duratio` --- ### 📝 Commits (5) - [`7abf454`](https://github.com/AppFlowy-IO/AppFlowy/commit/7abf454d32d24ca6171577dfd3c1df7e17132482) chore: disable changing the type of primary fields - [`93a5c9a`](https://github.com/AppFlowy-IO/AppFlowy/commit/93a5c9a08c27244f85701b64cb1f7a4a092e1c1b) fix: don't persist text selection after text update in checklist - [`39a278e`](https://github.com/AppFlowy-IO/AppFlowy/commit/39a278ecbc3b0efe6f2f4139ef0f298764739a18) chore: allow fn + backspace in macos to delete checklist item - [`a3d2a47`](https://github.com/AppFlowy-IO/AppFlowy/commit/a3d2a477007af346354576338ed7f34736fa4818) chore: shorten opacity fade between opacity shown and not shown - [`6a4ec0d`](https://github.com/AppFlowy-IO/AppFlowy/commit/6a4ec0d96cfa76e75767d72e71972f60ada842a5) fix: arrow key focus traversal ### 📊 Changes **5 files changed** (+73 additions, -53 deletions) <details> <summary>View changed files</summary> 📝 `frontend/.vscode/tasks.json` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database/grid/presentation/widgets/calculations/calculation_selector.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database/grid/presentation/widgets/header/field_editor.dart` (+45 -40) 📝 `frontend/appflowy_flutter/lib/plugins/database/widgets/cell_editor/checklist_cell_editor.dart` (+24 -9) 📝 `frontend/appflowy_flutter/pubspec.lock` (+2 -2) </details> ### 📄 Description <!--- Thank you for submitting a pull request to AppFlowy. The team will dedicate their best efforts to reviewing and approving your pull request. If you have any questions about the project or feedback for us, please join our [Discord](https://discord.gg/wdjWUXXhtw). --> <!--- If your pull request adds a new feature, please drag and drop a video into this section to showcase what you've done! If not, you may delete this section. --> ### Feature Preview <!--- List at least one issue here that this PR addresses. If it fixes the issue, please use the [fixes](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests) keyword to close the issue. For example: fixes https://github.com/AppFlowy-IO/AppFlowy/pull/2106 --> --- <!--- Before you mark this PR ready for review, run through this checklist! --> #### PR Checklist - [ ] My code adheres to [AppFlowy's Conventions](https://docs.appflowy.io/docs/documentation/software-contributions/conventions) - [ ] I've listed at least one issue that this PR fixes in the description above. - [ ] I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes. - [ ] All existing tests are passing. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:23:25 +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#6484
No description provided.