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
|
|
@ -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
|
# VibeTunnel
|
||||||
|
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3 KiB |
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 3.5 KiB |
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 4.5 KiB |
|
|
@ -52,8 +52,6 @@ struct MenuBarView: View {
|
||||||
Label("Show Tutorial", systemImage: "book")
|
Label("Show Tutorial", systemImage: "book")
|
||||||
}
|
}
|
||||||
|
|
||||||
Divider()
|
|
||||||
|
|
||||||
// Website
|
// Website
|
||||||
Button(action: {
|
Button(action: {
|
||||||
if let url = URL(string: "http://vibetunnel.sh") {
|
if let url = URL(string: "http://vibetunnel.sh") {
|
||||||
|
|
@ -72,8 +70,6 @@ struct MenuBarView: View {
|
||||||
Label("Report Issue", systemImage: "exclamationmark.triangle")
|
Label("Report Issue", systemImage: "exclamationmark.triangle")
|
||||||
}
|
}
|
||||||
|
|
||||||
Divider()
|
|
||||||
|
|
||||||
// Check for Updates
|
// Check for Updates
|
||||||
Button(action: {
|
Button(action: {
|
||||||
SparkleUpdaterManager.shared.checkForUpdates()
|
SparkleUpdaterManager.shared.checkForUpdates()
|
||||||
|
|
@ -85,6 +81,8 @@ struct MenuBarView: View {
|
||||||
Text("Version \(appVersion)")
|
Text("Version \(appVersion)")
|
||||||
.foregroundColor(.secondary)
|
.foregroundColor(.secondary)
|
||||||
|
|
||||||
|
Divider()
|
||||||
|
|
||||||
// About
|
// About
|
||||||
SettingsLink {
|
SettingsLink {
|
||||||
Label("About VibeTunnel", systemImage: "info.circle")
|
Label("About VibeTunnel", systemImage: "info.circle")
|
||||||
|
|
|
||||||
BIN
assets/appicon-2048.png
Normal file
|
After Width: | Height: | Size: 2.7 MiB |
BIN
assets/appicon-512.png
Normal file
|
After Width: | Height: | Size: 258 KiB |
BIN
assets/appicon-dark.png
Normal file
|
After Width: | Height: | Size: 15 MiB |
BIN
assets/banner-green.png
Normal file
|
After Width: | Height: | Size: 1.8 MiB |
BIN
assets/banner.png
Normal file
|
After Width: | Height: | Size: 1.4 MiB |
BIN
assets/menu.png
Normal file
|
After Width: | Height: | Size: 52 KiB |