[PR #563] [MERGED] Feat/default flowy config #4202

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/563
Author: @appflowy
Created: 6/17/2022
Status: Merged
Merged: 6/17/2022
Merged by: @appflowy

Base: mainHead: feat/default_flowy_config


📝 Commits (2)

  • 16e1387 chore: add description for FlowyConfig
  • ed138ab chore: provider default for FlowyConfig propertis

📊 Changes

19 files changed (+77 additions, -88 deletions)

View changed files

📝 frontend/rust-lib/dart-ffi/Flowy.toml (+2 -4)
📝 frontend/rust-lib/dart-notify/Flowy.toml (+2 -5)
📝 frontend/rust-lib/flowy-error/Flowy.toml (+2 -4)
📝 frontend/rust-lib/flowy-folder/Flowy.toml (+2 -4)
📝 frontend/rust-lib/flowy-grid/Flowy.toml (+2 -3)
📝 frontend/rust-lib/flowy-net/Flowy.toml (+2 -3)
📝 frontend/rust-lib/flowy-text-block/Flowy.toml (+2 -4)
📝 frontend/rust-lib/flowy-user/Flowy.toml (+2 -4)
📝 shared-lib/flowy-error-code/Flowy.toml (+2 -5)
📝 shared-lib/flowy-folder-data-model/Flowy.toml (+2 -5)
📝 shared-lib/flowy-grid-data-model/Flowy.toml (+2 -5)
📝 shared-lib/flowy-sync/Flowy.toml (+2 -5)
📝 shared-lib/flowy-user-data-model/Flowy.toml (+2 -5)
📝 shared-lib/lib-infra/src/code_gen/flowy_toml.rs (+21 -3)
📝 shared-lib/lib-infra/src/code_gen/protobuf_file/ast.rs (+6 -6)
📝 shared-lib/lib-infra/src/code_gen/protobuf_file/mod.rs (+12 -12)
📝 shared-lib/lib-infra/src/code_gen/protobuf_file/proto_gen.rs (+2 -2)
📝 shared-lib/lib-infra/src/code_gen/protobuf_file/proto_info.rs (+8 -5)
📝 shared-lib/lib-ws/Flowy.toml (+2 -4)

📄 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/563 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 6/17/2022 **Status:** ✅ Merged **Merged:** 6/17/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `feat/default_flowy_config` --- ### 📝 Commits (2) - [`16e1387`](https://github.com/AppFlowy-IO/AppFlowy/commit/16e1387a8e50335efa5d8590ad8016a857092efd) chore: add description for FlowyConfig - [`ed138ab`](https://github.com/AppFlowy-IO/AppFlowy/commit/ed138abcc346912433f799be7401eeeb6667e2cf) chore: provider default for FlowyConfig propertis ### 📊 Changes **19 files changed** (+77 additions, -88 deletions) <details> <summary>View changed files</summary> 📝 `frontend/rust-lib/dart-ffi/Flowy.toml` (+2 -4) 📝 `frontend/rust-lib/dart-notify/Flowy.toml` (+2 -5) 📝 `frontend/rust-lib/flowy-error/Flowy.toml` (+2 -4) 📝 `frontend/rust-lib/flowy-folder/Flowy.toml` (+2 -4) 📝 `frontend/rust-lib/flowy-grid/Flowy.toml` (+2 -3) 📝 `frontend/rust-lib/flowy-net/Flowy.toml` (+2 -3) 📝 `frontend/rust-lib/flowy-text-block/Flowy.toml` (+2 -4) 📝 `frontend/rust-lib/flowy-user/Flowy.toml` (+2 -4) 📝 `shared-lib/flowy-error-code/Flowy.toml` (+2 -5) 📝 `shared-lib/flowy-folder-data-model/Flowy.toml` (+2 -5) 📝 `shared-lib/flowy-grid-data-model/Flowy.toml` (+2 -5) 📝 `shared-lib/flowy-sync/Flowy.toml` (+2 -5) 📝 `shared-lib/flowy-user-data-model/Flowy.toml` (+2 -5) 📝 `shared-lib/lib-infra/src/code_gen/flowy_toml.rs` (+21 -3) 📝 `shared-lib/lib-infra/src/code_gen/protobuf_file/ast.rs` (+6 -6) 📝 `shared-lib/lib-infra/src/code_gen/protobuf_file/mod.rs` (+12 -12) 📝 `shared-lib/lib-infra/src/code_gen/protobuf_file/proto_gen.rs` (+2 -2) 📝 `shared-lib/lib-infra/src/code_gen/protobuf_file/proto_info.rs` (+8 -5) 📝 `shared-lib/lib-ws/Flowy.toml` (+2 -4) </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:45 +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#4202
No description provided.