A social internet radio platform built on AT Protocol. atradio.fm
atproto radio
7

Configure Feed

Select the types of activity you want to include in your feed.

feat(tui): move Trending tab to after Recent

Tsiry Sandratraina (Jul 17, 2026, 2:17 AM +0300) 8467ebd7 f5c523bf

+1 -1
+1 -1
cli/src/tui/state.rs
··· 96 96 97 97 impl HomeTab { 98 98 pub const ORDER: [HomeTab; 5] = [ 99 - HomeTab::Trending, 100 99 HomeTab::Popular, 101 100 HomeTab::Recent, 101 + HomeTab::Trending, 102 102 HomeTab::Favorites, 103 103 HomeTab::Yours, 104 104 ];