Wrapping up bedrock implementation
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user