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
+6 -6
View File
@@ -4,12 +4,6 @@ use crate::{
CompactibleActionButton, RenderCompactibleActionButton, SMALL_SIZE_SWITCH_THRESHOLD,
},
};
use lazy_static::lazy_static;
use parking_lot::RwLock;
use settings::Setting as _;
use std::borrow::Cow;
use std::rc::Rc;
use std::sync::Arc;
use galaxy_core::semantic_selection::SemanticSelection;
use galaxy_core::{features::FeatureFlag, ui::Icon};
use galaxyui::{
@@ -22,6 +16,12 @@ use galaxyui::{
AppContext, Element, Entity, EntityId, FocusContext, SingletonEntity, TypedActionView, View,
ViewContext,
};
use lazy_static::lazy_static;
use parking_lot::RwLock;
use settings::Setting as _;
use std::borrow::Cow;
use std::rc::Rc;
use std::sync::Arc;
use crate::{
ai::blocklist::block::view_impl::{CONTENT_HORIZONTAL_PADDING, CONTENT_ITEM_VERTICAL_MARGIN},
+1 -1
View File
@@ -11,8 +11,8 @@ use crate::{
},
PaneViewLocator, WindowId,
};
use std::collections::{hash_map::Entry, HashMap};
use galaxyui::{Entity, EntityId, ModelContext, SingletonEntity, WeakViewHandle};
use std::collections::{hash_map::Entry, HashMap};
pub struct EnvVarCollectionManager {
panes_by_hashed_id: HashMap<String, EnvVarCollectionPaneData>,
+1 -1
View File
@@ -1,7 +1,7 @@
use galaxy_util::path::ShellFamily;
use itertools::Itertools;
use serde::{Deserialize, Serialize};
use view::command_dialog::EnvVarSecretCommand;
use galaxy_util::path::ShellFamily;
pub mod active_env_var_collection_data;
pub mod env_var_collection_block;
@@ -1,5 +1,3 @@
use pathfinder_color::ColorU;
use pathfinder_geometry::vector::Vector2F;
use galaxy_core::features::FeatureFlag;
use galaxyui::{
elements::{
@@ -13,6 +11,8 @@ use galaxyui::{
},
Element, ViewContext,
};
use pathfinder_color::ColorU;
use pathfinder_geometry::vector::Vector2F;
use crate::{
drive::sharing::{ContentEditability, SharingAccessLevel},
+1 -1
View File
@@ -1,6 +1,6 @@
use pathfinder_geometry::vector::Vector2F;
use galaxy_core::context_flag::ContextFlag;
use galaxyui::{keymap::Trigger, SingletonEntity, ViewContext, ViewHandle};
use pathfinder_geometry::vector::Vector2F;
use crate::{
cloud_object::{CloudObject, GenericStringObjectFormat, Space},
+1 -1
View File
@@ -1,4 +1,3 @@
use pathfinder_geometry::vector::vec2f;
use galaxy_core::{features::FeatureFlag, ui::appearance::Appearance};
#[cfg(not(target_family = "wasm"))]
use galaxyui::SingletonEntity;
@@ -15,6 +14,7 @@ use galaxyui::{
},
Element, ViewContext,
};
use pathfinder_geometry::vector::vec2f;
use super::env_var_collection::{
EnvVarCollectionAction, EnvVarCollectionView, VariableRowIndex, CORE_MAX_WIDTH, ROW_SPACING,