Refactoring (#27)

* chore: release version v1.3.1

* fix(Core): Add system "true security" correction

* chore: release version v1.3.1
This commit is contained in:
Dmitry Popov
2024-10-09 13:23:35 +04:00
committed by GitHub
parent 495c3e1cd7
commit ef6c08dfe8
39 changed files with 955 additions and 2454 deletions

View File

@@ -605,9 +605,7 @@ defmodule WandererAppWeb.CoreComponents do
phx-click={@row_click && @row_click.(row)}
class={"hover #{if @row_selected && @row_selected.(row), do: "!bg-slate-600", else: ""} #{if @row_click, do: "cursor-pointer", else: ""}"}
>
<td
:for={{col, _index} <- Enum.with_index(@col)}
>
<td :for={{col, _index} <- Enum.with_index(@col)}>
<%= render_slot(col, @row_item.(row)) %>
</td>
<td :if={@action != []}>