Reorg images

This commit is contained in:
Davide De Rosa 2022-05-05 09:51:17 +02:00
parent cca2dca047
commit b7cccbdd0a
1 changed files with 55 additions and 55 deletions

View File

@ -128,6 +128,28 @@ extension View {
"logo" "logo"
} }
var themeCheckmarkImage: String {
"checkmark"
}
var themeShareImage: String {
"square.and.arrow.up"
}
var themeCloseImage: String {
"xmark"
}
var themeConceilImage: String {
"eye.slash"
}
var themeRevealImage: String {
"eye"
}
// MARK: Organizer
func themeAssetsProviderImage(_ providerName: ProviderName) -> String { func themeAssetsProviderImage(_ providerName: ProviderName) -> String {
"providers/\(providerName)" "providers/\(providerName)"
} }
@ -148,8 +170,16 @@ extension View {
"text.justify" "text.justify"
} }
var themeSettingsMenuImage: String { var themeDonateImage: String {
"ellipsis.circle" "giftcard"
}
var themeRedditImage: String {
"person.3"
}
var themeWriteReviewImage: String {
"heart"
} }
var themeAddMenuImage: String { var themeAddMenuImage: String {
@ -168,32 +198,23 @@ extension View {
"circle" "circle"
} }
var themeCheckmarkImage: String { // MARK: Profile
"checkmark"
}
var themeStatusImage: String { var themeSettingsMenuImage: String {
"network" "ellipsis.circle"
} }
var themeShortcutsImage: String { var themeShortcutsImage: String {
"mic" "mic"
} }
var themeDonateImage: String { var themeRenameProfileImage: String {
"giftcard" "highlighter"
// "character.cursor.ibeam"
} }
var themeRedditImage: String { var themeDuplicateImage: String {
"person.3" "doc.on.doc"
}
var themeWriteReviewImage: String {
"heart"
}
var themeCloseImage: String {
"xmark"
} }
var themeUninstallImage: String { var themeUninstallImage: String {
@ -204,15 +225,6 @@ extension View {
"trash" "trash"
} }
var themeDuplicateImage: String {
"doc.on.doc"
}
var themeRenameProfileImage: String {
"highlighter"
// "character.cursor.ibeam"
}
var themeVPNProtocolImage: String { var themeVPNProtocolImage: String {
"bolt" "bolt"
// "waveform.path.ecg" // "waveform.path.ecg"
@ -258,18 +270,6 @@ extension View {
"questionmark.diamond" "questionmark.diamond"
} }
var themeConceilImage: String {
"eye.slash"
}
var themeRevealImage: String {
"eye"
}
var themeShareImage: String {
"square.and.arrow.up"
}
func themeFavoritesImage(_ active: Bool) -> String { func themeFavoritesImage(_ active: Bool) -> String {
active ? "bookmark.fill" : "bookmark" active ? "bookmark.fill" : "bookmark"
} }