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
@@ -14,13 +14,13 @@ use crate::server::server_api::ServerApiProvider;
use crate::server::telemetry::context_provider::AppTelemetryContextProvider;
use crate::terminal::HistoryEntry;
use crate::{appearance::Appearance, search::command_search::history::history_data_source};
use galaxyui::r#async::Timer;
use galaxyui::AppContext;
use galaxyui::{elements::Empty, App, Element};
use itertools::Itertools;
use ordered_float::OrderedFloat;
use std::collections::HashSet;
use std::time::Duration;
use galaxyui::r#async::Timer;
use galaxyui::AppContext;
use galaxyui::{elements::Empty, App, Element};
#[derive(Clone, Debug)]
enum TestItemAction {