From be7d35ccbb3449332700a0d9ccb1b055e041e401 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 23 Feb 2026 04:09:39 +0100 Subject: update some book things --- server/src/ui/home.rs | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'server/src/ui') diff --git a/server/src/ui/home.rs b/server/src/ui/home.rs index 0fd4432..67e6e90 100644 --- a/server/src/ui/home.rs +++ b/server/src/ui/home.rs @@ -61,6 +61,15 @@ pub fn r_home(ri: RequestInfo<'_>) -> MyResult { )? .as_object(), ); + page.push( + VIEW_NODE_LIST, + home_row_highlight( + &ri, + "home.bin.daily_random", + "FILTER (visi = visi AND kind = show) SORT RANDOM", + )? + .as_object(), + ); Ok(ri.respond_ui(page.finish())) } -- cgit v1.3