[PR #435] [MERGED] Grid field operation #4132

Closed
opened 2026-03-23 21:36:26 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/435
Author: @appflowy
Created: 4/7/2022
Status: Merged
Merged: 4/7/2022
Merged by: @appflowy

Base: mainHead: grid_field_operation


📝 Commits (10+)

  • 1f30a77 feat: save text cell data
  • 475d511 fix: can't find overlay exists above editabletext
  • 2bbcfaf chore: config edit pannel
  • 188302d chore: config field editor
  • 694963a chore: add update field and create field handler
  • 3fdf922 chore: config create field pannel
  • 2eccd04 chore: close bloc when overlay dismiss
  • 90e7873 chore: create field
  • 28948e5 fix: serde type option data
  • 1659865 chore: lazy load cell

📊 Changes

318 files changed (+16835 additions, -6172 deletions)

View changed files

frontend/app_flowy/assets/images/editor/Icons 16/Yen.svg (+0 -3)
frontend/app_flowy/assets/images/grid/checkmark.svg (+3 -0)
frontend/app_flowy/assets/images/grid/delete.svg (+6 -0)
frontend/app_flowy/assets/images/grid/details.svg (+4 -0)
frontend/app_flowy/assets/images/grid/duplicate.svg (+4 -0)
frontend/app_flowy/assets/images/grid/field/checkbox.svg (+4 -0)
frontend/app_flowy/assets/images/grid/field/checklist.svg (+4 -0)
frontend/app_flowy/assets/images/grid/field/date.svg (+6 -0)
frontend/app_flowy/assets/images/grid/field/euro.svg (+3 -0)
frontend/app_flowy/assets/images/grid/field/multi_select.svg (+8 -0)
frontend/app_flowy/assets/images/grid/field/number.svg (+3 -0)
frontend/app_flowy/assets/images/grid/field/numbers.svg (+3 -0)
frontend/app_flowy/assets/images/grid/field/single_select.svg (+4 -0)
frontend/app_flowy/assets/images/grid/field/text.svg (+4 -0)
frontend/app_flowy/assets/images/grid/field/us_dollar.svg (+3 -0)
frontend/app_flowy/assets/images/grid/field/yen.svg (+3 -0)
frontend/app_flowy/assets/images/grid/hide.svg (+4 -0)
frontend/app_flowy/assets/images/grid/left.svg (+5 -0)
frontend/app_flowy/assets/images/grid/more.svg (+3 -0)
frontend/app_flowy/assets/images/grid/right.svg (+5 -0)

...and 80 more files

📄 Description

No description provided


🔄 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/435 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 4/7/2022 **Status:** ✅ Merged **Merged:** 4/7/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `grid_field_operation` --- ### 📝 Commits (10+) - [`1f30a77`](https://github.com/AppFlowy-IO/AppFlowy/commit/1f30a77f1d43681840f342887721b61973508193) feat: save text cell data - [`475d511`](https://github.com/AppFlowy-IO/AppFlowy/commit/475d5118292520811b6894e50c9f01d958fbbd5d) fix: can't find overlay exists above editabletext - [`2bbcfaf`](https://github.com/AppFlowy-IO/AppFlowy/commit/2bbcfaf3cec3b9aecaa93d718259d20338aaa063) chore: config edit pannel - [`188302d`](https://github.com/AppFlowy-IO/AppFlowy/commit/188302d4ba5eda194dac82b1aa4bd623f07a6eb0) chore: config field editor - [`694963a`](https://github.com/AppFlowy-IO/AppFlowy/commit/694963a47de1ea1cfc77cd4302524d7aaa828268) chore: add update field and create field handler - [`3fdf922`](https://github.com/AppFlowy-IO/AppFlowy/commit/3fdf922f81585f1372b5ddb5b541d91ea14adfb2) chore: config create field pannel - [`2eccd04`](https://github.com/AppFlowy-IO/AppFlowy/commit/2eccd0452bd0ef5d8369803cc313b0263b5378a1) chore: close bloc when overlay dismiss - [`90e7873`](https://github.com/AppFlowy-IO/AppFlowy/commit/90e7873135fa9554b41b1700cde92b0effa3902c) chore: create field - [`28948e5`](https://github.com/AppFlowy-IO/AppFlowy/commit/28948e567c1eee815e4250cd240ef9094e999f14) fix: serde type option data - [`1659865`](https://github.com/AppFlowy-IO/AppFlowy/commit/16598650ffbc688b6e3a382f7861c343c6b62054) chore: lazy load cell ### 📊 Changes **318 files changed** (+16835 additions, -6172 deletions) <details> <summary>View changed files</summary> ➖ `frontend/app_flowy/assets/images/editor/Icons 16/Yen.svg` (+0 -3) ➕ `frontend/app_flowy/assets/images/grid/checkmark.svg` (+3 -0) ➕ `frontend/app_flowy/assets/images/grid/delete.svg` (+6 -0) ➕ `frontend/app_flowy/assets/images/grid/details.svg` (+4 -0) ➕ `frontend/app_flowy/assets/images/grid/duplicate.svg` (+4 -0) ➕ `frontend/app_flowy/assets/images/grid/field/checkbox.svg` (+4 -0) ➕ `frontend/app_flowy/assets/images/grid/field/checklist.svg` (+4 -0) ➕ `frontend/app_flowy/assets/images/grid/field/date.svg` (+6 -0) ➕ `frontend/app_flowy/assets/images/grid/field/euro.svg` (+3 -0) ➕ `frontend/app_flowy/assets/images/grid/field/multi_select.svg` (+8 -0) ➕ `frontend/app_flowy/assets/images/grid/field/number.svg` (+3 -0) ➕ `frontend/app_flowy/assets/images/grid/field/numbers.svg` (+3 -0) ➕ `frontend/app_flowy/assets/images/grid/field/single_select.svg` (+4 -0) ➕ `frontend/app_flowy/assets/images/grid/field/text.svg` (+4 -0) ➕ `frontend/app_flowy/assets/images/grid/field/us_dollar.svg` (+3 -0) ➕ `frontend/app_flowy/assets/images/grid/field/yen.svg` (+3 -0) ➕ `frontend/app_flowy/assets/images/grid/hide.svg` (+4 -0) ➕ `frontend/app_flowy/assets/images/grid/left.svg` (+5 -0) ➕ `frontend/app_flowy/assets/images/grid/more.svg` (+3 -0) ➕ `frontend/app_flowy/assets/images/grid/right.svg` (+5 -0) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 21:36:26 +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#4132
No description provided.