みんなで投票

ルームを作って、アイデアを出し合い、好きなものに投票しよう。

現在ルーム「{@current_participant.room.name}」(番号 {@current_participant.room.room_number})に参加中です。 <.link :if={@current_participant.role == "owner"} navigate={~p"/manage/#{@current_participant.room.room_number}"} class="btn btn-sm btn-primary" > 管理ページへ <.link :if={@current_participant.role != "owner"} navigate={~p"/vote/#{@current_participant.room.room_number}"} class="btn btn-sm btn-primary" > 投票ページへ
<.link navigate={~p"/create"} id="home-create-link" class="card bg-base-100 border border-base-200 shadow-sm hover:shadow-md hover:border-primary transition group" >
<.icon name="hero-plus-circle" class="size-8 text-primary" />

ルームを作成

投票の設定を決めて、新しいルームを立ち上げます。

<.link navigate={~p"/enter"} id="home-enter-link" class="card bg-base-100 border border-base-200 shadow-sm hover:shadow-md hover:border-primary transition group" >
<.icon name="hero-arrow-right-on-rectangle" class="size-8 text-primary" />

ルームに参加

ルーム番号を入力して、既存のルームに参加します。