feat: pr toolbar skeleton

This commit is contained in:
2026-05-13 02:23:20 +08:00
parent eae7b84f4b
commit 930640f370
6 changed files with 78 additions and 1 deletions

View File

@@ -38,7 +38,11 @@ define_font_icons!(
List,
PullRequestArrow,
PullRequestClosed,
PullRequestDraft
PullRequestDraft,
GitMerge,
Eye,
RefreshCw,
Star,
);
#[derive(gpui::IntoElement)]