add ref viewer

This commit is contained in:
2026-08-12 10:40:12 +07:00
parent 5f38c08331
commit 54781e2ad9
6 changed files with 751 additions and 211 deletions
+4
View File
@@ -53,6 +53,8 @@ pub enum CustomIconName {
GlobalOn,
GlobalOff,
GitClone,
GitBranch,
Tag,
}
impl IconNamed for CustomIconName {
@@ -63,6 +65,8 @@ impl IconNamed for CustomIconName {
CustomIconName::GlobalOn => "icons/global-on.svg",
CustomIconName::GlobalOff => "icons/global-off.svg",
CustomIconName::GitClone => "icons/git-clone.svg",
CustomIconName::GitBranch => "icons/git-branch.svg",
CustomIconName::Tag => "icons/tag.svg",
}
.into()
}