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
@@ -12,8 +12,6 @@ use crate::settings::AISettings;
use crate::ui_components::icons::Icon;
use crate::view_components::action_button::{ActionButton, ButtonSize, SecondaryTheme};
use crate::TemplatableMCPServerManager;
use std::path::PathBuf;
use uuid::Uuid;
use galaxy_core::features::FeatureFlag;
use galaxyui::elements::ParentElement;
use galaxyui::SingletonEntity;
@@ -25,6 +23,8 @@ use galaxyui::{
fonts::{Properties, Weight},
AppContext, Element, Entity, TypedActionView, View, ViewContext, ViewHandle,
};
use std::path::PathBuf;
use uuid::Uuid;
#[derive(Debug, Clone)]
pub enum ExecutionProfileViewAction {
@@ -508,7 +508,9 @@ fn render_allowlist_denylist_row(
.finish(),
)
.with_margin_left(8.)
.with_border(galaxyui::elements::Border::left(1.).with_border_fill(appearance.theme().outline()))
.with_border(
galaxyui::elements::Border::left(1.).with_border_fill(appearance.theme().outline()),
)
.with_padding_left(8.)
.finish()
}