[PR #6571] [MERGED] fix: show default view name #7466

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/6571
Author: @Xazin
Created: 10/17/2024
Status: Merged
Merged: 10/22/2024
Merged by: @LucasXu0

Base: mainHead: fix/view-name-untitled


📝 Commits (2)

  • e99fcce fix: show default view name
  • fc8917a Merge branch 'main' into fix/view-name-untitled

📊 Changes

11 files changed (+29 additions, -22 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/mobile/application/notification/notification_reminder_bloc.dart (+2 -2)
📝 frontend/appflowy_flutter/lib/mobile/presentation/page_item/mobile_view_item.dart (+1 -5)
📝 frontend/appflowy_flutter/lib/plugins/document/document_page.dart (+2 -1)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/base/insert_page_command.dart (+2 -1)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/sub_page/sub_page_block_component.dart (+1 -4)
📝 frontend/appflowy_flutter/lib/plugins/inline_actions/handlers/inline_page_reference.dart (+11 -3)
📝 frontend/appflowy_flutter/lib/workspace/application/view/view_ext.dart (+3 -0)
📝 frontend/appflowy_flutter/lib/workspace/presentation/command_palette/widgets/recent_view_tile.dart (+2 -1)
📝 frontend/appflowy_flutter/lib/workspace/presentation/home/menu/view/view_item.dart (+1 -3)
📝 frontend/appflowy_flutter/lib/workspace/presentation/widgets/more_view_actions/widgets/common_view_action.dart (+2 -1)
📝 frontend/appflowy_flutter/lib/workspace/presentation/widgets/tab_bar_item.dart (+2 -1)

📄 Description

Relates: #6524

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/6571 **Author:** [@Xazin](https://github.com/Xazin) **Created:** 10/17/2024 **Status:** ✅ Merged **Merged:** 10/22/2024 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `fix/view-name-untitled` --- ### 📝 Commits (2) - [`e99fcce`](https://github.com/AppFlowy-IO/AppFlowy/commit/e99fccee7bf5f23c545c68b01a9799290ac02c8f) fix: show default view name - [`fc8917a`](https://github.com/AppFlowy-IO/AppFlowy/commit/fc8917a8e746f323f4f795f596fa01d87f55ad70) Merge branch 'main' into fix/view-name-untitled ### 📊 Changes **11 files changed** (+29 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/mobile/application/notification/notification_reminder_bloc.dart` (+2 -2) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/page_item/mobile_view_item.dart` (+1 -5) 📝 `frontend/appflowy_flutter/lib/plugins/document/document_page.dart` (+2 -1) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/base/insert_page_command.dart` (+2 -1) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/sub_page/sub_page_block_component.dart` (+1 -4) 📝 `frontend/appflowy_flutter/lib/plugins/inline_actions/handlers/inline_page_reference.dart` (+11 -3) 📝 `frontend/appflowy_flutter/lib/workspace/application/view/view_ext.dart` (+3 -0) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/command_palette/widgets/recent_view_tile.dart` (+2 -1) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/home/menu/view/view_item.dart` (+1 -3) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/widgets/more_view_actions/widgets/common_view_action.dart` (+2 -1) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/widgets/tab_bar_item.dart` (+2 -1) </details> ### 📄 Description Relates: #6524 ### 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 - [x] My code adheres to [AppFlowy's Conventions](https://docs.appflowy.io/docs/documentation/software-contributions/conventions) - [x] 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 23:19: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#7466
No description provided.