Add multiple reaction support

Changelog-Added: Add support for multiple reactions
Closes: https://github.com/damus-io/damus/issues/1335
This commit is contained in:
Suhail Saqan
2023-07-29 09:42:59 -07:00
committed by William Casarin
parent 815f4d4a96
commit d11cd76e6a
8 changed files with 459 additions and 27 deletions
+4
View File
@@ -63,6 +63,10 @@ struct ConfigView: View {
NavigationLink(value: Route.DeveloperSettings(settings: settings)) {
IconLabel(NSLocalizedString("Developer", comment: "Section header for developer settings"), img_name: "magic-stick2.fill", color: DamusColors.adaptableBlack)
}
NavigationLink(value: Route.ReactionsSettings(settings: settings)) {
IconLabel(NSLocalizedString("Reactions", comment: "Section header for reactions settings"), img_name: "shaka.fill", color: .purple)
}
}
Section(NSLocalizedString("Sign Out", comment: "Section title for signing out")) {