fixup! Remove stacks from branch list header

This commit is contained in:
Piotr Osiewicz 2023-07-05 14:08:21 +02:00
parent 64b77bfa8d
commit 8b3b1a6074

View file

@ -1,8 +1,6 @@
use anyhow::{anyhow, bail}; use anyhow::{anyhow, bail};
use fuzzy::{StringMatch, StringMatchCandidate}; use fuzzy::{StringMatch, StringMatchCandidate};
use gpui::{ use gpui::{elements::*, AppContext, MouseState, Task, ViewContext, ViewHandle};
elements::*, platform::MouseButton, AppContext, MouseState, Task, ViewContext, ViewHandle,
};
use picker::{Picker, PickerDelegate, PickerEvent}; use picker::{Picker, PickerDelegate, PickerEvent};
use std::{ops::Not, sync::Arc}; use std::{ops::Not, sync::Arc};
use util::ResultExt; use util::ResultExt;