[PR #312] [MERGED] Add setting to use native window titlebar #234

Closed
opened 2025-12-29 07:19:59 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mountain-loop/yaak/pull/312
Author: @gschier
Created: 12/5/2025
Status: Merged
Merged: 12/5/2025
Merged by: @gschier

Base: mainHead: setting-for-native-titlebar


📝 Commits (1)

  • ad40dc7 Add setting to use native window titlebar

📊 Changes

11 files changed (+111 additions, -25 deletions)

View changed files

📝 src-tauri/src/lib.rs (+5 -0)
📝 src-tauri/src/window.rs (+3 -1)
📝 src-tauri/yaak-mac-window/src/lib.rs (+23 -7)
📝 src-tauri/yaak-mac-window/src/mac.rs (+31 -13)
📝 src-tauri/yaak-models/bindings/gen_models.ts (+1 -1)
src-tauri/yaak-models/migrations/20251202080000_use-native-titlebar.sql (+3 -0)
📝 src-tauri/yaak-models/src/models.rs (+5 -0)
📝 src-tauri/yaak-models/src/queries/settings.rs (+1 -0)
📝 src-web/components/HeaderSize.tsx (+6 -2)
📝 src-web/components/Settings/SettingsInterface.tsx (+32 -0)
📝 src-web/components/WindowControls.tsx (+1 -1)

📄 Description

https://feedback.yaak.app/p/support-option-to-enable-native-window-frame

This PR adds a new setting for using native window titlebar style. It's available to use on all platforms, but is meant to provide better support on for the wide variety of Linux desktop environments.

CleanShot 2025-12-05 at 08 55 15@2x

🔄 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/mountain-loop/yaak/pull/312 **Author:** [@gschier](https://github.com/gschier) **Created:** 12/5/2025 **Status:** ✅ Merged **Merged:** 12/5/2025 **Merged by:** [@gschier](https://github.com/gschier) **Base:** `main` ← **Head:** `setting-for-native-titlebar` --- ### 📝 Commits (1) - [`ad40dc7`](https://github.com/mountain-loop/yaak/commit/ad40dc7ba7a33fc5b4b7c8b42c187e33198c1acb) Add setting to use native window titlebar ### 📊 Changes **11 files changed** (+111 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `src-tauri/src/lib.rs` (+5 -0) 📝 `src-tauri/src/window.rs` (+3 -1) 📝 `src-tauri/yaak-mac-window/src/lib.rs` (+23 -7) 📝 `src-tauri/yaak-mac-window/src/mac.rs` (+31 -13) 📝 `src-tauri/yaak-models/bindings/gen_models.ts` (+1 -1) ➕ `src-tauri/yaak-models/migrations/20251202080000_use-native-titlebar.sql` (+3 -0) 📝 `src-tauri/yaak-models/src/models.rs` (+5 -0) 📝 `src-tauri/yaak-models/src/queries/settings.rs` (+1 -0) 📝 `src-web/components/HeaderSize.tsx` (+6 -2) 📝 `src-web/components/Settings/SettingsInterface.tsx` (+32 -0) 📝 `src-web/components/WindowControls.tsx` (+1 -1) </details> ### 📄 Description https://feedback.yaak.app/p/support-option-to-enable-native-window-frame This PR adds a new setting for using native window titlebar style. It's available to use on all platforms, but is meant to provide better support on for the wide variety of Linux desktop environments. <img width="1676" height="1150" alt="CleanShot 2025-12-05 at 08 55 15@2x" src="https://github.com/user-attachments/assets/c500ee49-76b6-4e72-9f74-7ecc06a5e735" /> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 07:19:59 +01:00
adam closed this issue 2025-12-29 07:19:59 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/yaak#234