[App] Repositories in the Menu Bar view #4

Merged
javier merged 12 commits from app/repositories into main 2024-10-06 11:50:37 +00:00
Showing only changes of commit 77bb0e7bbb - Show all commits

View File

@ -29,20 +29,8 @@ struct PiperApp: App {
var body: some Scene {
MenuBarExtra {
VStack(alignment: .leading) {
Text("Some text goes here...")
.foregroundStyle(.primary)
Divider()
Button {
// ...
} label: {
Text("Some text goes here...")
.frame(maxWidth: .infinity)
}
}
.padding()
MenuBarView()
.modelContainer(container)
} label: {
Image(systemName: "circle.fill")
}