implement preliminary queue view

this approach needs some (re)work, as the UI is not fully sync'd with the data,
yet. it'd probably be better to have an event system triggered by the queue,
that will cause a UI refresh or similar.
This commit is contained in:
Henrik Friedrichsen
2019-02-26 23:30:16 +01:00
parent ce566b0fb9
commit 204cb18410
4 changed files with 82 additions and 0 deletions

View File

@@ -1 +1,2 @@
pub mod queue;
pub mod search;