mirror of
https://github.com/aljazceru/notedeck.git
synced 2025-12-19 09:34:19 +01:00
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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user