feat: impl dashboard & issue list
This commit is contained in:
@@ -26,7 +26,20 @@ macro_rules! define_font_icons {
|
||||
};
|
||||
}
|
||||
|
||||
define_font_icons!(Check, ChevronDown, FolderGit, Github, ArrowRight, Cat);
|
||||
define_font_icons!(
|
||||
Check,
|
||||
ChevronDown,
|
||||
FolderGit,
|
||||
Github,
|
||||
ArrowRight,
|
||||
Cat,
|
||||
PencilLine,
|
||||
UserPlus,
|
||||
List,
|
||||
PullRequestArrow,
|
||||
PullRequestClosed,
|
||||
PullRequestDraft
|
||||
);
|
||||
|
||||
#[derive(gpui::IntoElement)]
|
||||
pub struct FontIconSvg {
|
||||
|
||||
Reference in New Issue
Block a user