Add Twitter and Reddit button actions
This commit is contained in:
parent
2987c9742e
commit
2528d1e9d7
|
@ -70,8 +70,8 @@ struct SidebarToolbarModifier: ViewModifier {
|
|||
ToolbarItem(placement: .bottomBar, content: {
|
||||
Menu(content: {
|
||||
Button { viewModel.sheetToShow = .web } label: { Text("Add Web Feed") }
|
||||
Button { /* TODO:- Add Twitter Feed */ } label: { Text("Add Twitter Feed") }
|
||||
Button { /* TODO:- Add Reddit Feed */ } label: { Text("Add Reddit Feed") }
|
||||
Button { viewModel.sheetToShow = .twitter } label: { Text("Add Twitter Feed") }
|
||||
Button { viewModel.sheetToShow = .reddit } label: { Text("Add Reddit Feed") }
|
||||
Button { viewModel.sheetToShow = .folder } label: { Text("Add Folder") }
|
||||
}, label: {
|
||||
AppAssets.addMenuImage.font(.title3)
|
||||
|
|
Loading…
Reference in New Issue