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
+4 -4
View File
@@ -1,9 +1,5 @@
use crate::ai::blocklist::inline_action::inline_action_icons;
use crate::ui_components::blended_colors;
use markdown_parser::{FormattedText, FormattedTextFragment, FormattedTextLine};
use pathfinder_color::ColorU;
use pathfinder_geometry::rect::RectF;
use pathfinder_geometry::vector::Vector2F;
use galaxy_core::ui::appearance::Appearance;
use galaxy_core::ui::theme::{Fill, WarpTheme};
use galaxyui::elements::{
@@ -15,6 +11,10 @@ use galaxyui::fonts::{FamilyId, Properties, Weight};
use galaxyui::ui_components::components::UiComponent as _;
use galaxyui::ui_components::components::UiComponentStyles;
use galaxyui::{AppContext, Element, EventContext, PaintContext, SingletonEntity as _};
use markdown_parser::{FormattedText, FormattedTextFragment, FormattedTextLine};
use pathfinder_color::ColorU;
use pathfinder_geometry::rect::RectF;
use pathfinder_geometry::vector::Vector2F;
use super::settings::WarpifySettings;
use super::SubshellSource;
+3 -3
View File
@@ -1,4 +1,7 @@
use anyhow::Result;
use galaxy_util::path::ShellFamily;
use galaxyui::{AppContext, ModelContext};
use galaxyui::{Entity, SingletonEntity};
use lazy_static::lazy_static;
use regex::Regex;
use settings::{
@@ -6,9 +9,6 @@ use settings::{
ChangeEventReason, RespectUserSyncSetting, Setting, SupportedPlatforms, SyncToCloud,
};
use strum_macros::EnumIter;
use galaxy_util::path::ShellFamily;
use galaxyui::{AppContext, ModelContext};
use galaxyui::{Entity, SingletonEntity};
use crate::terminal::ssh::util::{parse_interactive_ssh_command, SshWarpifyCommand};
+1 -1
View File
@@ -10,7 +10,6 @@ use crate::ui_components::blended_colors;
use crate::ui_components::icons::Icon as UiIcon;
use crate::workspace::WorkspaceAction;
use channel_versions::overrides::TargetOS;
use parking_lot::RwLock;
use galaxy_core::semantic_selection::SemanticSelection;
use galaxy_core::ui::theme::WarpTheme;
use galaxyui::elements::{
@@ -22,6 +21,7 @@ use galaxyui::{
elements::{Border, Container, Flex, ParentElement},
AppContext, Element, Entity, SingletonEntity, TypedActionView, View, ViewContext,
};
use parking_lot::RwLock;
use super::render::{HORIZONTAL_TEXT_MARGIN, SSH_DOCS_URL, SUBSHELL_DOCS_URL};
use super::settings::WarpifySettings;
+1 -1
View File
@@ -1,9 +1,9 @@
use parking_lot::FairMutex;
use galaxy_core::ui::appearance::Appearance;
use galaxyui::{
r#async::SpawnedFutureHandle, AppContext, EntityId, SingletonEntity as _, ViewContext,
ViewHandle,
};
use parking_lot::FairMutex;
use crate::terminal::{
model::{