[PR #2682] [MERGED] feat: hide ref database view #5364

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

📋 Pull Request Information

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

Base: developHead: feat/hide_ref_database_view


📝 Commits (2)

  • a9eb53e feat: hide ref view
  • bf07105 chore: return database id from the backend

📊 Changes

7 files changed (+50 additions, -9 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/plugins/database_view/application/database_view_service.dart (+8 -0)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/base/insert_page_command.dart (+7 -7)
📝 frontend/rust-lib/flowy-database2/src/entities/database_entities.rs (+12 -0)
📝 frontend/rust-lib/flowy-database2/src/event_handler.rs (+12 -0)
📝 frontend/rust-lib/flowy-database2/src/event_map.rs (+4 -0)
📝 frontend/rust-lib/flowy-database2/src/manager.rs (+6 -1)
📝 frontend/rust-lib/flowy-document2/src/manager.rs (+1 -1)

📄 Description

PR Checklist

  • My code adheres to the AppFlowy Style Guide
  • 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/2682 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 6/2/2023 **Status:** ✅ Merged **Merged:** 6/2/2023 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `develop` ← **Head:** `feat/hide_ref_database_view` --- ### 📝 Commits (2) - [`a9eb53e`](https://github.com/AppFlowy-IO/AppFlowy/commit/a9eb53e9a0ee89417756303f3a4f5aec5f544a23) feat: hide ref view - [`bf07105`](https://github.com/AppFlowy-IO/AppFlowy/commit/bf071052b34cceeab1b8136f87479a1eaeae42ff) chore: return database id from the backend ### 📊 Changes **7 files changed** (+50 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/plugins/database_view/application/database_view_service.dart` (+8 -0) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/base/insert_page_command.dart` (+7 -7) 📝 `frontend/rust-lib/flowy-database2/src/entities/database_entities.rs` (+12 -0) 📝 `frontend/rust-lib/flowy-database2/src/event_handler.rs` (+12 -0) 📝 `frontend/rust-lib/flowy-database2/src/event_map.rs` (+4 -0) 📝 `frontend/rust-lib/flowy-database2/src/manager.rs` (+6 -1) 📝 `frontend/rust-lib/flowy-document2/src/manager.rs` (+1 -1) </details> ### 📄 Description #### PR Checklist - [x] My code adheres to the [AppFlowy Style Guide](https://appflowy.gitbook.io/docs/essential-documentation/contribute-to-appflowy/software-contributions/submitting-code/style-guides) - [x] I've listed at least one issue that this PR fixes in the description above. - [x] I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes. - [x] 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:18:24 +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#5364
No description provided.