[PR #2606] [MERGED] Fix/view name update #5327

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/2606
Author: @appflowy
Created: 5/23/2023
Status: Merged
Merged: 5/24/2023
Merged by: @appflowy

Base: developHead: fix/view_name_update


📝 Commits (3)

  • 041b260 fix: update the view name
  • 9e47ce5 fix: pass invalid view id
  • 8f9b0a0 Merge branch 'develop' into fix/view_name_update

📊 Changes

10 files changed (+48 additions, -54 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/workspace/application/view/view_listener.dart (+4 -2)
📝 frontend/appflowy_flutter/lib/workspace/presentation/widgets/left_bar_item.dart (+4 -2)
📝 frontend/appflowy_tauri/src-tauri/Cargo.lock (+11 -10)
📝 frontend/appflowy_tauri/src-tauri/Cargo.toml (+6 -6)
📝 frontend/rust-lib/Cargo.lock (+12 -19)
📝 frontend/rust-lib/Cargo.toml (+5 -5)
📝 frontend/rust-lib/flowy-database2/src/services/database/database_editor.rs (+2 -2)
📝 frontend/rust-lib/flowy-database2/src/services/group/configuration.rs (+2 -2)
📝 frontend/rust-lib/flowy-folder2/src/manager.rs (+2 -1)
📝 frontend/rust-lib/flowy-folder2/src/user_default.rs (+0 -5)

📄 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/2606 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 5/23/2023 **Status:** ✅ Merged **Merged:** 5/24/2023 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `develop` ← **Head:** `fix/view_name_update` --- ### 📝 Commits (3) - [`041b260`](https://github.com/AppFlowy-IO/AppFlowy/commit/041b260818b5b714cd93aaf88229cb387ab623a7) fix: update the view name - [`9e47ce5`](https://github.com/AppFlowy-IO/AppFlowy/commit/9e47ce565c689cdc5b56f49a61151061caf6fb47) fix: pass invalid view id - [`8f9b0a0`](https://github.com/AppFlowy-IO/AppFlowy/commit/8f9b0a0cd0a3f80cfd2bf88be06339f48dbf1603) Merge branch 'develop' into fix/view_name_update ### 📊 Changes **10 files changed** (+48 additions, -54 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/workspace/application/view/view_listener.dart` (+4 -2) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/widgets/left_bar_item.dart` (+4 -2) 📝 `frontend/appflowy_tauri/src-tauri/Cargo.lock` (+11 -10) 📝 `frontend/appflowy_tauri/src-tauri/Cargo.toml` (+6 -6) 📝 `frontend/rust-lib/Cargo.lock` (+12 -19) 📝 `frontend/rust-lib/Cargo.toml` (+5 -5) 📝 `frontend/rust-lib/flowy-database2/src/services/database/database_editor.rs` (+2 -2) 📝 `frontend/rust-lib/flowy-database2/src/services/group/configuration.rs` (+2 -2) 📝 `frontend/rust-lib/flowy-folder2/src/manager.rs` (+2 -1) 📝 `frontend/rust-lib/flowy-folder2/src/user_default.rs` (+0 -5) </details> ### 📄 Description #### PR Checklist - [ ] My code adheres to the [AppFlowy Style Guide](https://appflowy.gitbook.io/docs/essential-documentation/contribute-to-appflowy/software-contributions/submitting-code/style-guides) - [ ] 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. - [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:14 +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#5327
No description provided.