From ab822afae451bd3243981b8b5df0fcb59658455c Mon Sep 17 00:00:00 2001 From: Keavon Chambers Date: Thu, 2 Apr 2026 18:17:36 -0700 Subject: [PATCH] Implement window-controls-overlay PWA window frameless mode (#3986) * Implement window-controls-overlay PWA window frameless mode * Avoid warning --- .branding | 4 +-- frontend/index.html | 5 +++- .../src/components/window/TitleBar.svelte | 29 +++++++++++++++++-- 3 files changed, 32 insertions(+), 6 deletions(-) diff --git a/.branding b/.branding index 1e29c19d..dcfcb9d1 100644 --- a/.branding +++ b/.branding @@ -1,2 +1,2 @@ -https://github.com/Keavon/graphite-branded-assets/archive/8ae15dc9c51a3855475d8cab1d0f29d9d9bc622c.tar.gz -c19abe4ac848f3c835e43dc065c59e20e60233ae023ea0a064c5fed442be2d3d +https://github.com/Keavon/graphite-branded-assets/archive/1509880500e32cb21235343ba865adcf0579133f.tar.gz +89b4c58aee186b0c1610a8778bd199c9bdaf1191b4006e6b007dc40a402f4aa7 diff --git a/frontend/index.html b/frontend/index.html index 999465cf..173f728f 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -12,9 +12,12 @@ - + + + + diff --git a/frontend/src/components/window/TitleBar.svelte b/frontend/src/components/window/TitleBar.svelte index d78c2ed2..1d46dd00 100644 --- a/frontend/src/components/window/TitleBar.svelte +++ b/frontend/src/components/window/TitleBar.svelte @@ -39,7 +39,7 @@ }); - + {#if $appWindow.platform !== "Mac"} @@ -83,15 +83,38 @@