[PR #7142] [MERGED] fix: navigation bar issue on linked pages(#7111) #7754

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/7142
Author: @asjqkkkk
Created: 1/4/2025
Status: Merged
Merged: 1/9/2025
Merged by: @LucasXu0

Base: mainHead: fix/7111


📝 Commits (2)

  • c233fe8 fix: navigation bar issue on linked pages(#7111)
  • 1181c53 Merge branch 'main' into fix/7111

📊 Changes

8 files changed (+212 additions, -62 deletions)

View changed files

📝 frontend/appflowy_flutter/integration_test/desktop/document/document_sub_page_test.dart (+5 -57)
📝 frontend/appflowy_flutter/integration_test/desktop/sidebar/sidebar_expand_test.dart (+81 -0)
📝 frontend/appflowy_flutter/lib/startup/startup.dart (+5 -0)
frontend/appflowy_flutter/lib/util/expand_views.dart (+40 -0)
📝 frontend/appflowy_flutter/lib/workspace/application/tabs/tabs_bloc.dart (+49 -0)
📝 frontend/appflowy_flutter/lib/workspace/application/view/view_bloc.dart (+18 -2)
📝 frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/folder/_section_folder.dart (+1 -0)
📝 frontend/appflowy_flutter/lib/workspace/presentation/home/menu/view/view_item.dart (+13 -3)

📄 Description

Fix the issue #7111

https://github.com/user-attachments/assets/15a60405-b0e0-4cfe-95be-b20125ed6e85

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/7142 **Author:** [@asjqkkkk](https://github.com/asjqkkkk) **Created:** 1/4/2025 **Status:** ✅ Merged **Merged:** 1/9/2025 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `fix/7111` --- ### 📝 Commits (2) - [`c233fe8`](https://github.com/AppFlowy-IO/AppFlowy/commit/c233fe84e0d77f18c908b4ef6b92ea68e39d7a55) fix: navigation bar issue on linked pages(#7111) - [`1181c53`](https://github.com/AppFlowy-IO/AppFlowy/commit/1181c536753bb05c752d0b868dab5441b774357e) Merge branch 'main' into fix/7111 ### 📊 Changes **8 files changed** (+212 additions, -62 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/integration_test/desktop/document/document_sub_page_test.dart` (+5 -57) 📝 `frontend/appflowy_flutter/integration_test/desktop/sidebar/sidebar_expand_test.dart` (+81 -0) 📝 `frontend/appflowy_flutter/lib/startup/startup.dart` (+5 -0) ➕ `frontend/appflowy_flutter/lib/util/expand_views.dart` (+40 -0) 📝 `frontend/appflowy_flutter/lib/workspace/application/tabs/tabs_bloc.dart` (+49 -0) 📝 `frontend/appflowy_flutter/lib/workspace/application/view/view_bloc.dart` (+18 -2) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/folder/_section_folder.dart` (+1 -0) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/home/menu/view/view_item.dart` (+13 -3) </details> ### 📄 Description Fix the issue #7111 https://github.com/user-attachments/assets/15a60405-b0e0-4cfe-95be-b20125ed6e85 ### 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. - [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 23:21:03 +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#7754
No description provided.