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
+2 -2
View File
@@ -3,10 +3,10 @@ use std::{collections::HashMap, fmt::Display};
use crate::{
send_telemetry_from_app_ctx, server::telemetry::TelemetryEvent, terminal::shell::ShellType,
};
use regex::Regex;
use url::Url;
use galaxy_util::path::{is_posix_portable_pathname, ShellFamily};
use galaxyui::AppContext;
use regex::Regex;
use url::Url;
use crate::root_view::SubshellCommandArg;
+2 -2
View File
@@ -27,14 +27,14 @@ use crate::{
ChannelState, OpenPath,
};
use anyhow::{anyhow, ensure, Result};
use galaxyui::notification::UserNotification;
use galaxyui::{platform::TerminationMode, SingletonEntity as _, TypedActionView};
use itertools::Itertools;
use session_sharing_protocol::common::SessionId;
use std::collections::HashMap;
use std::path::PathBuf;
use std::str::FromStr;
use url::Url;
use galaxyui::notification::UserNotification;
use galaxyui::{platform::TerminationMode, SingletonEntity as _, TypedActionView};
use galaxyui::{AppContext, EntityId, ViewHandle, WindowId};