diff options
author | href <href@random.sh> | 2021-09-03 14:39:34 +0200 |
---|---|---|
committer | href <href@random.sh> | 2021-09-03 14:39:34 +0200 |
commit | 11aa2f28bb15fd0dc0f4e1e037ed4875d934106e (patch) | |
tree | 21b1d4a5e3966565c485d0614b4fb24cfa822612 /lib/lsg_web/live/chat_live.html.heex | |
parent | puppet: stay connected for 12 hours (diff) |
chat_live improvements
Diffstat (limited to '')
-rw-r--r-- | lib/lsg_web/live/chat_live.html.heex | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/lsg_web/live/chat_live.html.heex b/lib/lsg_web/live/chat_live.html.heex index 01d8b3a..717be4f 100644 --- a/lib/lsg_web/live/chat_live.html.heex +++ b/lib/lsg_web/live/chat_live.html.heex @@ -15,14 +15,12 @@ <div class="body"> <div class="log"> - <%= if Enum.empty?(@backlog) do %> <p class="disconnected text-center text-6xl tracking-tight font-extrabold text-red-800 w-full my-24 mx-auto overflow-y-auto"> - Disconnected + Disconnected <span class="text-mono">:'(</span> </p> <p class="phx-errored text-center text-6xl tracking-tight font-extrabold text-red-800 w-full my-24 mx-auto overflow-y-auto"> - Oh no error + Oh no error <span class="text-mono">>:(</span> </p> - <% end %> <ul class="pt-4 pl-4"> <%= for message <- @backlog do %> |