Skip to content

Commit

Permalink
comment out add manually
Browse files Browse the repository at this point in the history
  • Loading branch information
Torben Köhler committed Jun 9, 2023
1 parent 8a38a2f commit ac2718b
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions my-bookshelf-package/Sources/HomeView/Scanner/ScannerView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -68,21 +68,21 @@ struct ScannerView: View {
.frame(maxHeight: .infinity, alignment: .bottom)
.padding(.bottom, 15)
}
Button(action: {
// Code for manuall adding
}, label: {
HStack(spacing: 12) {
Text("Manuell hinzufügen")
Image(systemName: .docAppend)
}
.tint(.white)
.fontWeight(.bold)
.padding(15)
.maxWidth(.infinity)
.background(.accentColor)
.cornerRadius(15)
})
.padding(.vertical, 30)
// Button(action: {
// // Code for manuall adding
// }, label: {
// HStack(spacing: 12) {
// Text("Add manually - not available right now")
// Image(systemName: .docAppend)
// }
// .tint(.white)
// .fontWeight(.bold)
// .padding(15)
// .maxWidth(.infinity)
// .background(.accentColor)
// .cornerRadius(15)
// })
// .padding(.vertical, 30)
}
.padding(.horizontal, 20)
IfLetStore(store.scope(
Expand Down

0 comments on commit ac2718b

Please sign in to comment.