search: add damus search ui

This commit is contained in:
William Casarin
2023-12-03 22:13:46 -08:00
parent 0a9ac9cb0d
commit 4bf8a68c9c
4 changed files with 120 additions and 13 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ struct SearchHomeView: View {
AnyView(VStack {
SuggestedHashtagsView(damus_state: damus_state, max_items: 5, events: model.events)
HStack {
Image(systemName: "bubble.fill")
Image("notes.fill")
Text(NSLocalizedString("All recent notes", comment: "A label indicating that the notes being displayed below it are all recent notes"))
Spacer()
}