Add menu icons and improve UI polish

- Add separator before About VibeTunnel menu item
- Update README to use new banner image
- Add high-resolution app icons and banner assets
- Improve menu bar icon visibility
This commit is contained in:
Peter Steinberger 2025-06-16 21:49:05 +02:00
parent 1423902539
commit 38c5b2dc5f
12 changed files with 3 additions and 7 deletions

View file

@ -1,6 +1,4 @@
<div align="center">
<img src="VibeTunnel/AppIcon.icon/Assets/vibe_tunnel_clean.png" alt="VibeTunnel Logo" width="128" height="128">
</div>
![VibeTunnel Banner](assets/banner.png)
# VibeTunnel

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

View file

@ -52,8 +52,6 @@ struct MenuBarView: View {
Label("Show Tutorial", systemImage: "book")
}
Divider()
// Website
Button(action: {
if let url = URL(string: "http://vibetunnel.sh") {
@ -72,8 +70,6 @@ struct MenuBarView: View {
Label("Report Issue", systemImage: "exclamationmark.triangle")
}
Divider()
// Check for Updates
Button(action: {
SparkleUpdaterManager.shared.checkForUpdates()
@ -85,6 +81,8 @@ struct MenuBarView: View {
Text("Version \(appVersion)")
.foregroundColor(.secondary)
Divider()
// About
SettingsLink {
Label("About VibeTunnel", systemImage: "info.circle")

BIN
assets/appicon-2048.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 MiB

BIN
assets/appicon-512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 258 KiB

BIN
assets/appicon-dark.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 MiB

BIN
assets/banner-green.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

BIN
assets/banner.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

BIN
assets/menu.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB