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
+1 -1
View File
@@ -7,7 +7,6 @@ use crate::pane_group::focus_state::PaneFocusHandle;
use crate::pane_group::{pane::view, BackingView, PaneConfiguration, PaneEvent};
use crate::server::ids::SyncId;
use crate::server::sync_queue::SyncQueue;
use std::path::PathBuf;
use galaxy_core::ui::appearance::Appearance;
use galaxyui::{
elements::{
@@ -18,6 +17,7 @@ use galaxyui::{
ui_components::components::UiComponent,
AppContext, Element, Entity, FocusContext, ModelHandle, TypedActionView, View, ViewContext,
};
use std::path::PathBuf;
use crate::ui_components::icons::Icon;
use galaxyui::elements::ChildView;