mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-02-16 12:52:11 +00:00
Reorg images
This commit is contained in:
parent
cca2dca047
commit
b7cccbdd0a
@ -128,6 +128,28 @@ extension View {
|
||||
"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 {
|
||||
"providers/\(providerName)"
|
||||
}
|
||||
@ -148,38 +170,6 @@ extension View {
|
||||
"text.justify"
|
||||
}
|
||||
|
||||
var themeSettingsMenuImage: String {
|
||||
"ellipsis.circle"
|
||||
}
|
||||
|
||||
var themeAddMenuImage: String {
|
||||
"plus"
|
||||
}
|
||||
|
||||
var themeProfileActiveImage: String {
|
||||
"checkmark.circle"
|
||||
}
|
||||
|
||||
var themeProfileConnectedImage: String {
|
||||
"circle.fill"
|
||||
}
|
||||
|
||||
var themeProfileInactiveImage: String {
|
||||
"circle"
|
||||
}
|
||||
|
||||
var themeCheckmarkImage: String {
|
||||
"checkmark"
|
||||
}
|
||||
|
||||
var themeStatusImage: String {
|
||||
"network"
|
||||
}
|
||||
|
||||
var themeShortcutsImage: String {
|
||||
"mic"
|
||||
}
|
||||
|
||||
var themeDonateImage: String {
|
||||
"giftcard"
|
||||
}
|
||||
@ -192,8 +182,39 @@ extension View {
|
||||
"heart"
|
||||
}
|
||||
|
||||
var themeCloseImage: String {
|
||||
"xmark"
|
||||
var themeAddMenuImage: String {
|
||||
"plus"
|
||||
}
|
||||
|
||||
var themeProfileActiveImage: String {
|
||||
"checkmark.circle"
|
||||
}
|
||||
|
||||
var themeProfileConnectedImage: String {
|
||||
"circle.fill"
|
||||
}
|
||||
|
||||
var themeProfileInactiveImage: String {
|
||||
"circle"
|
||||
}
|
||||
|
||||
// MARK: Profile
|
||||
|
||||
var themeSettingsMenuImage: String {
|
||||
"ellipsis.circle"
|
||||
}
|
||||
|
||||
var themeShortcutsImage: String {
|
||||
"mic"
|
||||
}
|
||||
|
||||
var themeRenameProfileImage: String {
|
||||
"highlighter"
|
||||
// "character.cursor.ibeam"
|
||||
}
|
||||
|
||||
var themeDuplicateImage: String {
|
||||
"doc.on.doc"
|
||||
}
|
||||
|
||||
var themeUninstallImage: String {
|
||||
@ -204,15 +225,6 @@ extension View {
|
||||
"trash"
|
||||
}
|
||||
|
||||
var themeDuplicateImage: String {
|
||||
"doc.on.doc"
|
||||
}
|
||||
|
||||
var themeRenameProfileImage: String {
|
||||
"highlighter"
|
||||
// "character.cursor.ibeam"
|
||||
}
|
||||
|
||||
var themeVPNProtocolImage: String {
|
||||
"bolt"
|
||||
// "waveform.path.ecg"
|
||||
@ -258,18 +270,6 @@ extension View {
|
||||
"questionmark.diamond"
|
||||
}
|
||||
|
||||
var themeConceilImage: String {
|
||||
"eye.slash"
|
||||
}
|
||||
|
||||
var themeRevealImage: String {
|
||||
"eye"
|
||||
}
|
||||
|
||||
var themeShareImage: String {
|
||||
"square.and.arrow.up"
|
||||
}
|
||||
|
||||
func themeFavoritesImage(_ active: Bool) -> String {
|
||||
active ? "bookmark.fill" : "bookmark"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user