diff --git a/.drone.yml b/.drone.yml index 4dec17d..32718fc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -166,7 +166,7 @@ environment: steps: - name: renovate - image: renovate/renovate:42.44 + image: renovate/renovate:42.43 environment: RENOVATE_CONFIG_FILE: "renovate_backend_config.js" RENOVATE_TOKEN: diff --git a/lib/mv_web/components/core_components.ex b/lib/mv_web/components/core_components.ex index a23381d..d19b1eb 100644 --- a/lib/mv_web/components/core_components.ex +++ b/lib/mv_web/components/core_components.ex @@ -153,7 +153,7 @@ defmodule MvWeb.CoreComponents do aria-haspopup="menu" aria-expanded={@open} aria-controls={@id} - class="btn" + class="btn btn-ghost" phx-click="toggle_dropdown" phx-target={@phx_target} data-testid="dropdown-button" @@ -236,30 +236,6 @@ defmodule MvWeb.CoreComponents do """ end - @doc """ - Renders a section in with a border similar to cards. - - - ## Examples - - <.form_section title={gettext("Personal Data")}> -
input
@@ -498,7 +474,6 @@ defmodule MvWeb.CoreComponents do slot :col, required: true do attr :label, :string - attr :class, :string attr :col_click, :any, doc: "optional column-specific click handler that overrides row_click" end @@ -515,7 +490,7 @@ defmodule MvWeb.CoreComponents do
- {gettext("These will appear in addition to other data when adding new members.")} -
- {ngettext( - "%{count} member has a value assigned for this custom field.", - "%{count} members have values assigned for this custom field.", - @custom_field_to_delete.assigned_members_count, - count: @custom_field_to_delete.assigned_members_count - )} -
- {gettext( - "All custom field values will be permanently deleted when you delete this custom field." - )} -
+ {ngettext( + "%{count} member has a value assigned for this custom field.", + "%{count} members have values assigned for this custom field.", + @custom_field_to_delete.assigned_members_count, + count: @custom_field_to_delete.assigned_members_count + )} +
+ {gettext( + "All custom field values will be permanently deleted when you delete this custom field." + )} +