feat: add local repository scanning (#8)
Reviewed-on: https://git.reya.su/reya/signed/pulls/8
This commit was merged in pull request #8.
This commit is contained in:
@@ -74,7 +74,9 @@ pub enum CustomIconName {
|
||||
Share,
|
||||
Trending,
|
||||
Recent,
|
||||
Refresh,
|
||||
Grid,
|
||||
Init,
|
||||
}
|
||||
|
||||
impl IconNamed for CustomIconName {
|
||||
@@ -101,8 +103,10 @@ impl IconNamed for CustomIconName {
|
||||
CustomIconName::Markdown => "icons/markdown.svg",
|
||||
CustomIconName::Share => "icons/share.svg",
|
||||
CustomIconName::Trending => "icons/trending.svg",
|
||||
CustomIconName::Refresh => "icons/refresh.svg",
|
||||
CustomIconName::Recent => "icons/recent.svg",
|
||||
CustomIconName::Grid => "icons/grid.svg",
|
||||
CustomIconName::Init => "icons/init.svg",
|
||||
}
|
||||
.into()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user