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
+3 -3
View File
@@ -4,9 +4,6 @@ use crate::search::search_bar::{
CreateQueryResultRendererFn, SearchBar, SearchBarEvent, SearchBarState, SearchResultOrdering,
};
use crate::search::QueryFilter;
use itertools::Itertools;
use std::marker::PhantomData;
use std::ops::Range;
use galaxyui::elements::{
ConstrainedBox, Container, Empty, Flex, ParentElement, SavePosition, ScrollStateHandle,
Scrollable, ScrollableElement, ScrollbarWidth, Text, UniformList, UniformListState,
@@ -16,6 +13,9 @@ use galaxyui::{
Action, AppContext, Element, Entity, ModelHandle, SingletonEntity, View, ViewContext,
ViewHandle, WeakViewHandle,
};
use itertools::Itertools;
use std::marker::PhantomData;
use std::ops::Range;
use super::styles::{ESTIMATED_RESULT_HEIGHT, MAX_DISPLAYED_RESULT_COUNT};