feat: set proper page title for chats rooms
This commit is contained in:
@@ -58,7 +58,7 @@ defmodule SlaxWeb.ChatRoomLive do
|
||||
Chat.get_first_room!()
|
||||
end
|
||||
|
||||
{:noreply, assign(socket, hide_topic?: false, room: room)}
|
||||
{:noreply, assign(socket, hide_topic?: false, page_title: "# #{room.name}", room: room)}
|
||||
end
|
||||
|
||||
@impl Phoenix.LiveView
|
||||
|
Reference in New Issue
Block a user