feat: Icon overlay and editor improvements #1

Merged
rootiest merged 34 commits from feature/icon-overlay into main 2026-08-04 03:57:24 +00:00
2 changed files with 0 additions and 2 deletions
Showing only changes of commit d1719e5836 - Show all commits
-1
View File
@@ -120,7 +120,6 @@ pub fn build_editor_page(
let composite = Rc::clone(&composite);
let swatches_box = swatches_box.clone();
let refresh_preview = refresh_preview.clone();
let rebuild_swatches_for_closure = Rc::clone(&rebuild_swatches);
let build_fn = move || {
while let Some(child) = swatches_box.first_child() {
-1
View File
@@ -1,5 +1,4 @@
use crate::icon_index::{filter_icons, list_svg_icons};
use gtk::glib;
use gtk::prelude::*;
use gtk::{Box as GtkBox, FlowBox, Label, Orientation, Picture, ScrolledWindow, SearchEntry};
use std::cell::RefCell;