Move sorting functionality into collated grid, reuse existing widgets
This commit is contained in:
parent
60c367beb7
commit
64fc8ba425
6 changed files with 147 additions and 74 deletions
|
@ -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 ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue