style: highlight selected table and add tooltip
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
02af136fd9
commit
49fd2181a7
19 changed files with 687 additions and 151 deletions
|
|
@ -62,6 +62,7 @@ defmodule MvWeb.GroupLive.Index do
|
|||
rows={@groups}
|
||||
row_id={fn group -> "group-#{group.id}" end}
|
||||
row_click={fn group -> JS.navigate(~p"/groups/#{group.slug}") end}
|
||||
row_tooltip={gettext("Click for group details")}
|
||||
>
|
||||
<:col :let={group} label={gettext("Name")}>
|
||||
{group.name}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue