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