feat: impl dashboard & issue list

This commit is contained in:
2026-05-06 01:42:38 +08:00
parent bef3a0b9ed
commit 7de0039d38
36 changed files with 2381 additions and 107 deletions

View File

@@ -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 {