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
+2 -2
View File
@@ -10,8 +10,6 @@ use crate::themes::theme::PromptColors;
use crate::{appearance::Appearance, terminal::model::blockgrid::BlockGrid};
use settings::Setting as _;
use std::fmt;
use std::num::NonZeroUsize;
use galaxy_core::semantic_selection::SemanticSelection;
use galaxyui::elements::{DispatchEventResult, SelectionHandle};
use galaxyui::ModelAsRef;
@@ -21,6 +19,8 @@ use galaxyui::{
presenter::ChildView,
AppContext, EntityId, ModelHandle, SingletonEntity, ViewHandle,
};
use std::fmt;
use std::num::NonZeroUsize;
use super::input::InputRenderStateModel;
use super::model::block::Block;