Add tag overview, improve assets
This commit is contained in:
@ -12,17 +12,19 @@ enum SettingsSection: String {
|
||||
|
||||
case pages = "Pages"
|
||||
|
||||
case tagOverview = "Tag Overview"
|
||||
|
||||
}
|
||||
|
||||
extension SettingsSection {
|
||||
|
||||
var icon: SFSymbol {
|
||||
switch self {
|
||||
//case .generation: return .arrowTriangle2Circlepath
|
||||
case .folders: return .folder
|
||||
case .navigationBar: return .menubarRectangle
|
||||
case .postFeed: return .rectangleGrid1x2
|
||||
case .pages: return .docRichtext
|
||||
case .tagOverview: return .tag
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user