Skip to content
Open
Changes from 1 commit
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
7bea2f3
feat(windows): add custom Windows title bar and hide default
SilkePilon Jun 21, 2025
1831aa0
Merge pull request #2 from SilkePilon/feat-windows-custom-titlebar
SilkePilon Jun 23, 2025
188f5dd
Apply `cargo fmt` and auto-fix node lints
Byron Jun 23, 2025
8187f90
feat: add WindowsTitleBar component with app info and controls
SilkePilon Jun 23, 2025
129c157
Merge branch 'master' into feat-add-windows-titlebar-component
SilkePilon Jun 23, 2025
246c517
Merge pull request #3 from SilkePilon/feat-add-windows-titlebar-compo…
SilkePilon Jun 23, 2025
ed9722e
Merge branch 'master' into master
SilkePilon Jun 23, 2025
08abe9b
feat(windows-title-bar): add keyboard shortcuts and reactive project
SilkePilon Jun 23, 2025
c5ad4f3
Merge pull request #4 from SilkePilon/feat-add-windows-titlebar-compo…
SilkePilon Jun 23, 2025
b294960
feat(window): hide default title bar on Windows
SilkePilon Jun 23, 2025
7d9038d
Merge pull request #5 from SilkePilon/feat-add-windows-titlebar-compo…
SilkePilon Jun 23, 2025
537b015
feat(windows-title-bar): add editor badge to title bar
SilkePilon Jun 23, 2025
0492aa5
Merge pull request #6 from SilkePilon/feat/windows-title-bar-editor-b…
SilkePilon Jun 23, 2025
814132a
SilkePilon Jun 23, 2025
93522e9
refactor: move Windows title bar toggle to bottom of appearance settings
SilkePilon Jun 23, 2025
a54f238
Merge branch 'master' into add-custom-titlebar-setting
SilkePilon Jun 23, 2025
bc0f8cb
Merge pull request #7 from SilkePilon/add-custom-titlebar-setting
SilkePilon Jun 23, 2025
6221cce
Merge branch 'master' into master
SilkePilon Jun 24, 2025
c2f2059
fix(desktop): apply padding only with custom title bar on Windows
SilkePilon Jun 24, 2025
2ab80c1
Merge pull request #8 from SilkePilon/fix-windows-custom-titlebar-pad…
SilkePilon Jun 24, 2025
54e8acf
Merge branch 'master' into master
SilkePilon Jun 24, 2025
0aa1d8e
feat(ui,desktop): add borderRadius to Badge and improve title bar menus
SilkePilon Jun 24, 2025
ecec3fc
Merge pull request #9 from SilkePilon/feat-ui-borderradius-titlebar-m…
SilkePilon Jun 24, 2025
704aff2
Merge branch 'master' into master
SilkePilon Jun 24, 2025
70df29e
feat(windows): always use custom title bar and remove toggle
SilkePilon Jun 24, 2025
7a80706
style(desktop): adjust WindowsTitleBar menu button spacing
SilkePilon Jun 24, 2025
6329bcc
refactor: reorganize imports and streamline project state logic
SilkePilon Jun 24, 2025
db676b0
Merge pull request #10 from SilkePilon/windows-custom-titlebar-ui-ref…
SilkePilon Jun 24, 2025
d35fa4d
fix(desktop): remove extraneous closing braces in WindowsTitleBar
SilkePilon Jun 24, 2025
3d2a717
Merge pull request #11 from SilkePilon/fix-windows-titlebar-braces
SilkePilon Jun 24, 2025
30be9c4
refactor: improve window handling and code organization
SilkePilon Jun 24, 2025
7d27f90
Merge pull request #12 from SilkePilon/refactor-improve-window-handli…
SilkePilon Jun 24, 2025
cda86c0
refactor(ui): improve badge components and title bar UI
SilkePilon Jun 24, 2025
2a8b6cd
refactor: improve WindowsTitleBar component zoom handling
SilkePilon Jun 24, 2025
085d2ea
Merge pull request #13 from SilkePilon/refactor-badge-and-titlebar-co…
SilkePilon Jun 24, 2025
090c4ac
Merge branch 'master' into master
SilkePilon Jun 24, 2025
0f410aa
refactor: remove unused imports in AppearanceSettings.svelte
SilkePilon Jun 24, 2025
2147815
Merge pull request #14 from SilkePilon/refactor-remove-unused-imports…
SilkePilon Jun 24, 2025
ce9a5e2
Merge branch 'master' into master
SilkePilon Jun 24, 2025
c982a17
Merge branch 'master' into master
SilkePilon Jun 25, 2025
2789912
Merge branch 'master' into master
SilkePilon Jun 25, 2025
7c841ad
some style tweaks
PavelLaptev Jun 25, 2025
ea202ad
Refactor WindowsTitleBar badge and update styles
PavelLaptev Jun 25, 2025
a337322
ui fixes
PavelLaptev Jun 25, 2025
61366be
remove social net icons
PavelLaptev Jun 25, 2025
7b998e3
Merge branch 'master' into master
SilkePilon Jun 25, 2025
4aa7814
fix: simplify Badge component class logic
SilkePilon Jun 25, 2025
5fbbeaf
feat: add dropdown visibility tracking
SilkePilon Jun 25, 2025
18f0a0f
refactor: streamline dropdown management in WindowsTitleBar
SilkePilon Jun 25, 2025
65a3574
Merge pull request #15 from SilkePilon/sp-branch-2
SilkePilon Jun 25, 2025
848491e
remove extra platform check
PavelLaptev Jun 26, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 7 additions & 8 deletions apps/desktop/src/components/WindowsTitleBar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
<!-- App Icon and Info Section -->
<div class="title-bar__brand">
{#if appIcon}
<img src={appIcon} alt="GitButler" class="app-logo" width="24" height="24" />
<img src={appIcon} alt="GitButler" class="app-logo" />
{/if}
<div class="brand-info">
<span class="app-name">GitButler</span>
Expand Down Expand Up @@ -450,8 +450,8 @@
left: 0;
align-items: center;
width: 100%;
height: 40px; /* Increased from 32px to make title bar taller */
padding: 0 8px;
padding: 0 0 0 8px;
height: 30px;
gap: 8px;
background-color: var(--clr-bg-3);
user-select: none;
Expand All @@ -465,9 +465,8 @@
}

.app-logo {
width: 24px;
height: 24px;
object-fit: contain;
width: 16px;
height: 16px;
border-radius: var(--radius-s);
}

Expand Down Expand Up @@ -518,7 +517,7 @@
border-radius: 0;
background: transparent;
color: var(--clr-text-1);
font-size: var(--text-11);
font-size: 12px;
cursor: pointer;
opacity: 0.5;
pointer-events: all;
Expand Down Expand Up @@ -556,7 +555,7 @@

.native-control-button:hover {
background-color: rgba(255, 255, 255, 0.1);
}
}
Copy link
Author

Choose a reason for hiding this comment

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

?

Copy link
Contributor

Choose a reason for hiding this comment

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

might be auto-formatting. I'll clean this up


.native-control-button.close:hover {
background-color: #e81123;
Expand Down
Loading