columns/decks: add home and notifications for new accounts

This is way more user friendly, and needed on mobile

Fixes: https://github.com/damus-io/notedeck/issues/937
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2025-07-10 17:16:30 -07:00
parent 26d027f03e
commit 217c1e5223
3 changed files with 95 additions and 60 deletions

View File

@@ -456,13 +456,11 @@ fn render_nav_body(
Route::Accounts(amr) => {
let mut action = render_accounts_route(
ui,
ctx.ndb,
ctx,
col,
ctx.img_cache,
ctx.accounts,
&mut app.decks_cache,
&mut app.timeline_cache,
&mut app.view_state.login,
ctx.clipboard,
*amr,
);
let txn = Transaction::new(ctx.ndb).expect("txn");