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
+3 -3
View File
@@ -5,9 +5,6 @@ use crate::terminal::warpify::render::apply_spacing_styles;
use crate::terminal::warpify::render::build_description_row;
use crate::terminal::warpify::settings::WarpifySettings;
use crate::ui_components::icons::Icon as UiIcon;
use markdown_parser::FormattedText;
use markdown_parser::FormattedTextFragment;
use markdown_parser::FormattedTextLine;
use galaxy_core::channel::ChannelState;
use galaxy_core::ui::theme::WarpTheme;
use galaxyui::elements::HighlightedHyperlink;
@@ -28,6 +25,9 @@ use galaxyui::{
elements::{Border, Container, CrossAxisAlignment, Flex, ParentElement},
Element, Entity, SingletonEntity, TypedActionView, View, ViewContext,
};
use markdown_parser::FormattedText;
use markdown_parser::FormattedTextFragment;
use markdown_parser::FormattedTextLine;
const TMUX_NOT_INSTALLED_ERROR: &str =
"tmux is not installed on the remote machine. Please install tmux and try again.";
+1 -1
View File
@@ -10,7 +10,6 @@ use crate::terminal::warpify::render;
use crate::terminal::warpify::settings::WarpifySettings;
use crate::ui_components::blended_colors;
use crate::ui_components::icons::Icon as UiIcon;
use markdown_parser::{FormattedText, FormattedTextFragment, FormattedTextLine};
use galaxy_core::ui::theme::WarpTheme;
use galaxyui::elements::{
FormattedTextElement, HighlightedHyperlink, Hoverable, Icon, MainAxisAlignment, MainAxisSize,
@@ -23,6 +22,7 @@ use galaxyui::{
AppContext, Element, Entity, SingletonEntity, TypedActionView, View, ViewContext,
};
use galaxyui::{BlurContext, FocusContext};
use markdown_parser::{FormattedText, FormattedTextFragment, FormattedTextLine};
pub const WHY_INSTALL_TMUX_URL: &str =
"https://docs.warp.dev/terminal/warpify/ssh#why-do-i-need-tmux-on-the-remote-machine";
+1 -1
View File
@@ -1,6 +1,6 @@
use serde::{Deserialize, Serialize};
use galaxy_core::{features::FeatureFlag, settings::Setting};
use galaxy_util::path::ShellFamily;
use serde::{Deserialize, Serialize};
use crate::terminal::warpify::settings::WarpifySettings;
+1 -1
View File
@@ -1,7 +1,7 @@
use asset_macro::bundled_asset;
use markdown_parser::{FormattedText, FormattedTextFragment, FormattedTextLine};
use galaxy_core::ui::theme::WarpTheme;
use galaxyui::assets::asset_cache::{AssetCache, AssetState};
use markdown_parser::{FormattedText, FormattedTextFragment, FormattedTextLine};
use crate::ai::blocklist::inline_action::requested_action::RenderableAction;
use crate::appearance::Appearance;