chore: move some components to custom ui crate #10

Merged
reya merged 3 commits from custom-ui into master 2026-09-01 04:18:24 +00:00
2 changed files with 0 additions and 9 deletions
Showing only changes of commit 2628b2ce1f - Show all commits
@@ -1,8 +1,3 @@
//! File explorer of the repository detail view: the file tree column and the
//! content column (README / file preview), backed by persistent
//! [`TextViewState`]s for markdown documents and persistent [`InputState`]s
//! for code files.
use gpui::prelude::*;
use gpui::{AnyElement, Context, Entity, SharedString, WeakEntity, Window, div, px};
use gpui_component::button::{Button, ButtonVariants};
@@ -1,7 +1,3 @@
//! Commits tab of the repository detail view: a virtual list of all
//! commits reachable from HEAD, newest first, with the total count shown
//! as a badge on the tab.
use gpui::prelude::*;
use gpui::{AnyElement, App, Context, WeakEntity, div, px};
use gpui_component::scroll::Scrollbar;