Commit graph

20 commits

Author SHA1 Message Date
20326fde8f
Film modal now obtains data from DataManager 2025-02-18 17:40:37 +01:00
462a644952
Show basic film properties in media modal 2025-02-18 13:42:53 +01:00
be92920cc5
Implement structure to open modal when clicking on media item 2025-02-12 14:11:53 +01:00
e633000de5
Use futures crate to await collection rendering concurrently 2025-02-12 10:27:29 +01:00
85b0fc2f21
Switch to using ToolbarView 2025-02-11 15:01:25 +01:00
c3e2bd0f69
Fully deduplicate shared logic between films and series 2025-02-10 23:56:48 +01:00
38adb5f4b9
Introduce image UI macro, require explicit borrowing in UI macros 2025-02-07 13:36:14 +01:00
2803767ed8
Formatting 2025-02-05 14:57:07 +01:00
547a811acf
Make loading of poster images async 2025-02-05 13:51:22 +01:00
11dca1fab2
Use data manager name everywhere 2025-02-05 00:03:26 +01:00
7610b291a4
Replace single data model with data management struct and views 2025-02-04 23:46:51 +01:00
ce70725b60
UI macro syntax now differentiates at-properties from arguments 2025-02-04 15:02:58 +01:00
0ae516e898
Introduce application_window UI macro 2025-01-31 18:11:06 +01:00
ebc8bc0d2f
Move collation components into submodules 2025-01-31 11:41:56 +01:00
32c1d2ab67
Introduce error handling 2024-11-29 21:06:14 +01:00
4778d879f4
Header & view stack are now components, introduced Component trait 2024-11-27 15:22:55 +01:00
64fc8ba425
Move sorting functionality into collated grid, reuse existing widgets 2024-11-27 11:47:20 +01:00
60c367beb7
Introduce "collation" naming, move collated_grid into own module 2024-11-26 17:20:53 +01:00
f912281700
Move films and series containers into separate file 2024-11-20 17:30:33 +01:00
fd5ee1420c
Initial commit, part deux 2024-11-20 16:36:32 +01:00