Skip to content

Add Windows titlebar divider#2006

Open
boyan01 wants to merge 1 commit into
mainfrom
codex/windows-titlebar-divider
Open

Add Windows titlebar divider#2006
boyan01 wants to merge 1 commit into
mainfrom
codex/windows-titlebar-divider

Conversation

@boyan01

@boyan01 boyan01 commented Jul 9, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR introduces a thin visual divider at the top of the app content on Windows (in light mode) to better separate the window titlebar region from the app UI.

Changes:

  • Wraps the app’s authenticated content with a new _WindowsTitleBarDivider widget.
  • Adds a conditional 1px divider on Windows when the effective brightness is light.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread lib/app.dart
Comment on lines +216 to +218
Widget build(BuildContext context) => Column(
children: [
if (Platform.isWindows && context.brightness == Brightness.light)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants