Wrapping up bedrock implementation
This commit is contained in:
@@ -4,12 +4,6 @@ use crate::ui_components::icons::Icon as UIComponentsIcon;
|
||||
use async_channel::Sender;
|
||||
use chrono::{DateTime, Local};
|
||||
use fuzzy_match::match_indices;
|
||||
use itertools::Itertools;
|
||||
use pathfinder_geometry::vector::vec2f;
|
||||
use std::cmp::Ordering;
|
||||
use std::collections::HashSet;
|
||||
use std::{cmp, ops::Range, vec};
|
||||
use warp_command_signatures::IconType;
|
||||
use galaxy_completer::completer::{
|
||||
MatchType, PathSeparators, Suggestion, SuggestionResults, SuggestionType,
|
||||
};
|
||||
@@ -33,6 +27,12 @@ use galaxyui::{
|
||||
fonts::{Cache, Properties, Weight},
|
||||
AppContext, Entity, SingletonEntity, TypedActionView, View, ViewContext, WeakViewHandle,
|
||||
};
|
||||
use itertools::Itertools;
|
||||
use pathfinder_geometry::vector::vec2f;
|
||||
use std::cmp::Ordering;
|
||||
use std::collections::HashSet;
|
||||
use std::{cmp, ops::Range, vec};
|
||||
use warp_command_signatures::IconType;
|
||||
|
||||
use crate::appearance::Appearance;
|
||||
use crate::terminal::history::LinkedWorkflowData;
|
||||
|
||||
Reference in New Issue
Block a user