Move sorting functionality into collated grid, reuse existing widgets

This commit is contained in:
Reinout Meliesie 2024-11-27 11:47:20 +01:00
parent 60c367beb7
commit 64fc8ba425
Signed by: zedfrigg
GPG key ID: 3AFCC06481308BC6
6 changed files with 147 additions and 74 deletions

View file

@ -21,7 +21,7 @@ fn main () -> ExitCode {
}
fn on_activate ( app : & Application ) {
let mut ui = UI :: new (app) ;
let ui = UI :: new (app) ;
let collection_handle = spawn_blocking ( ||
read_collection_file () . unwrap ()