ui crate and chrome sidebar

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2025-03-26 12:18:44 -07:00
parent 415a052602
commit 9c9b4199f5
38 changed files with 902 additions and 750 deletions

View File

@@ -369,7 +369,7 @@ impl PostBuffer {
pub fn to_layout_job(&self, ui: &egui::Ui) -> LayoutJob {
let mut job = LayoutJob::default();
let colored_fmt = default_text_format_colored(ui, crate::colors::PINK);
let colored_fmt = default_text_format_colored(ui, notedeck_ui::colors::PINK);
let mut prev_text_char_index = 0;
let mut prev_text_byte_index = 0;