[PR #5119] [MERGED] chore: remove field width and visibility #6656

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/5119
Author: @richardshiue
Created: 4/12/2024
Status: Merged
Merged: 4/16/2024
Merged by: @appflowy

Base: mainHead: chore/remove-field-width-visibility


📝 Commits (1)

  • 59deb5f chore: remove field width and visibility

📊 Changes

16 files changed (+50 additions, -130 deletions)

View changed files

📝 frontend/appflowy_tauri/src-tauri/Cargo.lock (+7 -7)
📝 frontend/appflowy_tauri/src-tauri/Cargo.toml (+7 -7)
📝 frontend/appflowy_web/wasm-libs/Cargo.toml (+7 -7)
📝 frontend/appflowy_web_app/src-tauri/Cargo.lock (+7 -7)
📝 frontend/appflowy_web_app/src-tauri/Cargo.toml (+7 -7)
📝 frontend/rust-lib/Cargo.lock (+7 -7)
📝 frontend/rust-lib/Cargo.toml (+7 -7)
📝 frontend/rust-lib/flowy-database2/src/entities/field_entities.rs (+0 -27)
📝 frontend/rust-lib/flowy-database2/src/services/database/database_editor.rs (+1 -4)
📝 frontend/rust-lib/flowy-database2/src/services/field/field_builder.rs (+0 -11)
📝 frontend/rust-lib/flowy-database2/src/services/field/type_options/type_option.rs (+0 -1)
📝 frontend/rust-lib/flowy-database2/src/template.rs (+0 -8)
📝 frontend/rust-lib/flowy-database2/tests/database/field_test/util.rs (+0 -5)
📝 frontend/rust-lib/flowy-database2/tests/database/mock_data/board_mock_data.rs (+0 -10)
📝 frontend/rust-lib/flowy-database2/tests/database/mock_data/calendar_mock_data.rs (+0 -3)
📝 frontend/rust-lib/flowy-database2/tests/database/mock_data/grid_mock_data.rs (+0 -12)

📄 Description

depends on https://github.com/AppFlowy-IO/AppFlowy-Collab/pull/199

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/5119 **Author:** [@richardshiue](https://github.com/richardshiue) **Created:** 4/12/2024 **Status:** ✅ Merged **Merged:** 4/16/2024 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `chore/remove-field-width-visibility` --- ### 📝 Commits (1) - [`59deb5f`](https://github.com/AppFlowy-IO/AppFlowy/commit/59deb5f0aadaf9f90ead2fe5b1b3705e7bd22454) chore: remove field width and visibility ### 📊 Changes **16 files changed** (+50 additions, -130 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_tauri/src-tauri/Cargo.lock` (+7 -7) 📝 `frontend/appflowy_tauri/src-tauri/Cargo.toml` (+7 -7) 📝 `frontend/appflowy_web/wasm-libs/Cargo.toml` (+7 -7) 📝 `frontend/appflowy_web_app/src-tauri/Cargo.lock` (+7 -7) 📝 `frontend/appflowy_web_app/src-tauri/Cargo.toml` (+7 -7) 📝 `frontend/rust-lib/Cargo.lock` (+7 -7) 📝 `frontend/rust-lib/Cargo.toml` (+7 -7) 📝 `frontend/rust-lib/flowy-database2/src/entities/field_entities.rs` (+0 -27) 📝 `frontend/rust-lib/flowy-database2/src/services/database/database_editor.rs` (+1 -4) 📝 `frontend/rust-lib/flowy-database2/src/services/field/field_builder.rs` (+0 -11) 📝 `frontend/rust-lib/flowy-database2/src/services/field/type_options/type_option.rs` (+0 -1) 📝 `frontend/rust-lib/flowy-database2/src/template.rs` (+0 -8) 📝 `frontend/rust-lib/flowy-database2/tests/database/field_test/util.rs` (+0 -5) 📝 `frontend/rust-lib/flowy-database2/tests/database/mock_data/board_mock_data.rs` (+0 -10) 📝 `frontend/rust-lib/flowy-database2/tests/database/mock_data/calendar_mock_data.rs` (+0 -3) 📝 `frontend/rust-lib/flowy-database2/tests/database/mock_data/grid_mock_data.rs` (+0 -12) </details> ### 📄 Description depends on https://github.com/AppFlowy-IO/AppFlowy-Collab/pull/199 ### 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 23:16:04 +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#6656
No description provided.