Improve path settings, add icons

This commit is contained in:
Christoph Hagen
2025-12-20 12:06:59 +01:00
parent 9848de02cb
commit 07ba77e337
15 changed files with 126 additions and 21 deletions

View File

@@ -21,6 +21,10 @@ enum PageIcon: String, CaseIterable {
case bellSlash = "bell-slash"
case pencil
case personPlus = "person-plus"
// MARK: Statistics
case statisticsTime = "time"
@@ -97,6 +101,8 @@ enum PageIcon: String, CaseIterable {
case .leftRightArrow: Icon.LeftRightArrow.self
case .bell: Icon.Bell.self
case .bellSlash: Icon.BellSlash.self
case .pencil: Icon.Pencil.self
case .personPlus: Icon.PersonPlus.self
}
}
@@ -111,6 +117,8 @@ enum PageIcon: String, CaseIterable {
case .video: "Video"
case .bell: "Bell"
case .bellSlash: "Bell With Slash"
case .pencil: "Pencil"
case .personPlus: "Person Plus"
case .leftRightArrow: "LeftRightArrow"
case .buttonExternalLink: "Button: External Link"
case .buttonGitLink: "Button: Git Link"