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,13 +1,13 @@
use chrono::NaiveDateTime;
use fuzzy_match::FuzzyMatchResult;
use ordered_float::OrderedFloat;
use std::{cmp::Ordering, path::PathBuf};
use galaxy_core::ui::theme::Fill;
use galaxyui::{
elements::{Align, ConstrainedBox, Flex, Highlight, ParentElement, Shrinkable, Text},
fonts::{Properties, Weight},
AppContext, Element, SingletonEntity,
};
use ordered_float::OrderedFloat;
use std::{cmp::Ordering, path::PathBuf};
use crate::search::action::search_item::styles;
use crate::search::command_palette::render_util::render_search_item_icon;