[PR #1885] [MERGED] Feat/view map database #4997

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1885
Author: @appflowy
Created: 2/24/2023
Status: Merged
Merged: 2/26/2023
Merged by: @appflowy

Base: mainHead: feat/view_map_database


📝 Commits (10+)

  • 5dd4779 refactor: rename structs
  • e131e24 chore: read database id from view
  • 97cbce9 chore: fix open database error because of create a database view for database id
  • 5e535c4 chore: fix tests
  • 0b7701c chore: rename datbase id to view id in flutter
  • d36d58d refactor: move grid and board to database view folder
  • 7d9b389 refactor: rename functions
  • da3e753 chore: Merge branch 'main' into feat/view_map_database
  • 5a1f2c6 refactor: move calender to datbase view folder
  • b09c1c7 refactor: rename app_flowy to appflowy_flutter

📊 Changes

1870 files changed (+3793 additions, -5365 deletions)

View changed files

📝 .dockerignore (+1 -1)
📝 .github/workflows/appflowy_editor_test.yml (+2 -2)
📝 .github/workflows/flutter_ci.yaml (+1 -1)
📝 .github/workflows/integration_test.yml (+4 -4)
📝 .github/workflows/release.yml (+3 -3)
📝 .github/workflows/translation_notify.yml (+1 -1)
📝 .gitignore (+1 -1)
📝 .run/ProtoBuf_Gen.run.xml (+1 -1)
📝 .run/dart-event.run.xml (+1 -1)
📝 frontend/.vscode/launch.json (+6 -6)
📝 frontend/.vscode/tasks.json (+5 -5)
📝 frontend/Makefile.toml (+1 -1)
frontend/app_flowy/lib/plugins/grid/application/field/grid_header_listener.dart (+0 -0)
frontend/app_flowy/lib/plugins/grid/application/field/grid_listener.dart (+0 -47)
frontend/app_flowy/lib/plugins/grid/application/prelude.dart (+0 -28)
frontend/app_flowy/lib/plugins/grid/application/setting/setting_bloc.dart (+0 -48)
frontend/app_flowy/lib/plugins/grid/presentation/controller/flowy_table_selection.dart (+0 -73)
frontend/app_flowy/packages/flowy_infra/pubspec.lock (+0 -224)
frontend/app_flowy/packages/flowy_infra_ui/.vscode/launch.json (+0 -11)
frontend/app_flowy/packages/flowy_infra_ui/example/pubspec.lock (+0 -341)

...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/1885 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 2/24/2023 **Status:** ✅ Merged **Merged:** 2/26/2023 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `feat/view_map_database` --- ### 📝 Commits (10+) - [`5dd4779`](https://github.com/AppFlowy-IO/AppFlowy/commit/5dd4779494e0cb31edae819be882b7b70e9244dc) refactor: rename structs - [`e131e24`](https://github.com/AppFlowy-IO/AppFlowy/commit/e131e240ecc6b40a4afa00878e2c5d0496c75580) chore: read database id from view - [`97cbce9`](https://github.com/AppFlowy-IO/AppFlowy/commit/97cbce937b5ab5c6512be5763d67d6e354c4c964) chore: fix open database error because of create a database view for database id - [`5e535c4`](https://github.com/AppFlowy-IO/AppFlowy/commit/5e535c44a921430605796b83c219b846c753d805) chore: fix tests - [`0b7701c`](https://github.com/AppFlowy-IO/AppFlowy/commit/0b7701ca8d52539ff94d127024128c3ebee89e98) chore: rename datbase id to view id in flutter - [`d36d58d`](https://github.com/AppFlowy-IO/AppFlowy/commit/d36d58d8f3b4f1038bccb6a66259b2619e70fa38) refactor: move grid and board to database view folder - [`7d9b389`](https://github.com/AppFlowy-IO/AppFlowy/commit/7d9b38938e7d24e86927c23efb59ef7b18af005e) refactor: rename functions - [`da3e753`](https://github.com/AppFlowy-IO/AppFlowy/commit/da3e7533c2066676d0417f0f0a82e875bec5e357) chore: Merge branch 'main' into feat/view_map_database - [`5a1f2c6`](https://github.com/AppFlowy-IO/AppFlowy/commit/5a1f2c6d3b483d23e3fdc7e0482f6c108e17cd86) refactor: move calender to datbase view folder - [`b09c1c7`](https://github.com/AppFlowy-IO/AppFlowy/commit/b09c1c70e0644adfa6b9a4ef33962668351d2222) refactor: rename app_flowy to appflowy_flutter ### 📊 Changes **1870 files changed** (+3793 additions, -5365 deletions) <details> <summary>View changed files</summary> 📝 `.dockerignore` (+1 -1) 📝 `.github/workflows/appflowy_editor_test.yml` (+2 -2) 📝 `.github/workflows/flutter_ci.yaml` (+1 -1) 📝 `.github/workflows/integration_test.yml` (+4 -4) 📝 `.github/workflows/release.yml` (+3 -3) 📝 `.github/workflows/translation_notify.yml` (+1 -1) 📝 `.gitignore` (+1 -1) 📝 `.run/ProtoBuf_Gen.run.xml` (+1 -1) 📝 `.run/dart-event.run.xml` (+1 -1) 📝 `frontend/.vscode/launch.json` (+6 -6) 📝 `frontend/.vscode/tasks.json` (+5 -5) 📝 `frontend/Makefile.toml` (+1 -1) ➖ `frontend/app_flowy/lib/plugins/grid/application/field/grid_header_listener.dart` (+0 -0) ➖ `frontend/app_flowy/lib/plugins/grid/application/field/grid_listener.dart` (+0 -47) ➖ `frontend/app_flowy/lib/plugins/grid/application/prelude.dart` (+0 -28) ➖ `frontend/app_flowy/lib/plugins/grid/application/setting/setting_bloc.dart` (+0 -48) ➖ `frontend/app_flowy/lib/plugins/grid/presentation/controller/flowy_table_selection.dart` (+0 -73) ➖ `frontend/app_flowy/packages/flowy_infra/pubspec.lock` (+0 -224) ➖ `frontend/app_flowy/packages/flowy_infra_ui/.vscode/launch.json` (+0 -11) ➖ `frontend/app_flowy/packages/flowy_infra_ui/example/pubspec.lock` (+0 -341) _...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 22:16: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#4997
No description provided.