Skip to content

Commit 2f352bf

Browse files
committed
dashboard
1 parent 2753479 commit 2f352bf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

priv/templates/lib/bonfire/web/views/dashboard_live.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ defmodule Bonfire.Web.Views.DashboardLive do
4242
]
4343

4444
default_feed =
45-
Settings.get([Bonfire.Web.Views.DashboardLive, :default_feed], :popular,
45+
Settings.get([Bonfire.Web.Views.DashboardLive, :default_feed], :my,
4646
current_user: current_user
4747
)
4848

priv/templates/lib/bonfire/web/views/dashboard_live.sface

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
"flex flex-col bg-base-100 gap-2",
44
"border border-base-content/10": !current_user_id(@__context__)
55
}>
6-
<div
6+
<!-- <div
77
style={"background-image: url(#{Config.get([:ui, :theme, :instance_image], nil)});height: 220px;"}
88
class="bg-center bg-no-repeat bg-cover"
99
>
1010
</div>
1111
<div class="p-4 flex flex-col gap-3">
1212
<h1 class="text-2xl text-base-content text-center font-bold">{Config.get([:ui, :theme, :instance_name], Bonfire.Application.name_and_flavour())}</h1>
1313
<h2 class="text-lg text-center font-medium text-base-content780">{Config.get([:ui, :theme, :instance_tagline], "Welcome to #{Bonfire.Application.name_and_flavour()}")}</h2>
14-
</div>
14+
</div> -->
1515
{!-- TODO: use WidgetsLive here, so the list and order can be changed in config & user settings --}
1616
{#case @default_feed}
1717
{#match :curated}

0 commit comments

Comments
 (0)