Wrapping up bedrock implementation

This commit is contained in:
Ryan Ward
2026-05-13 10:04:59 -05:00
parent ed53aa99eb
commit cee61e2af0
1144 changed files with 2954 additions and 2660 deletions
+6 -6
View File
@@ -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;