[PR #6116] [MERGED] fix: move title bar on top of tabs on Windows #7199

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/6116
Author: @Xazin
Created: 8/30/2024
Status: Merged
Merged: 8/30/2024
Merged by: @Xazin

Base: mainHead: fix/title-bar-windows


📝 Commits (1)

  • 3ea1e41 fix: move title bar on top of tabs on Windows

📊 Changes

2 files changed (+65 additions, -74 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/core/frameless_window.dart (+1 -70)
📝 frontend/appflowy_flutter/lib/workspace/presentation/home/home_stack.dart (+64 -4)

📄 Description

Moves the title bar on windows on top of tabs.

Feature Preview

image

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/6116 **Author:** [@Xazin](https://github.com/Xazin) **Created:** 8/30/2024 **Status:** ✅ Merged **Merged:** 8/30/2024 **Merged by:** [@Xazin](https://github.com/Xazin) **Base:** `main` ← **Head:** `fix/title-bar-windows` --- ### 📝 Commits (1) - [`3ea1e41`](https://github.com/AppFlowy-IO/AppFlowy/commit/3ea1e413e3800163ce9626513f47f0d54cf2f073) fix: move title bar on top of tabs on Windows ### 📊 Changes **2 files changed** (+65 additions, -74 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/core/frameless_window.dart` (+1 -70) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/home/home_stack.dart` (+64 -4) </details> ### 📄 Description Moves the title bar on windows on top of tabs. ### Feature Preview ![image](https://github.com/user-attachments/assets/b4985402-8a48-49e6-9a84-ad1583c2fe21) #### PR Checklist - [x] My code adheres to [AppFlowy's Conventions](https://docs.appflowy.io/docs/documentation/software-contributions/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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 23:18:32 +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#7199
No description provided.