From 678e61ecbc906430d3d2e8c084c08881cebb93cc Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Tue, 5 Nov 2024 08:42:10 +0000 Subject: [PATCH] Uniform usage of inputs (with border correction) --- .../components/core_components.ex | 4 +- .../live/record_live/index.html.heex | 12 +----- .../live/wishlist_live/index.html.heex | 12 +----- priv/gettext/default.pot | 38 +++++++++---------- 4 files changed, 23 insertions(+), 43 deletions(-) diff --git a/lib/music_library_web/components/core_components.ex b/lib/music_library_web/components/core_components.ex index 636daf64..a539dd81 100644 --- a/lib/music_library_web/components/core_components.ex +++ b/lib/music_library_web/components/core_components.ex @@ -350,7 +350,7 @@ defmodule MusicLibraryWeb.CoreComponents do name={@name} class={[ "mt-2 block w-full rounded-md", - "border border-zinc-300", + "border-0 border-zinc-300", "bg-white shadow-sm dark:bg-zinc-700", "ring-1 ring-inset focus:z-10 focus:ring-2 focus:ring-inset", "focus:border-zinc-400 focus:ring-zinc-400 dark:focus:ring-zinc-300 focus:ring-0", @@ -401,7 +401,7 @@ defmodule MusicLibraryWeb.CoreComponents do value={Phoenix.HTML.Form.normalize_value(@type, @value)} class={[ "mt-2 block w-full rounded-md", - "border border-zinc-300", + "border-0 border-zinc-300", "bg-white shadow-sm dark:bg-zinc-700", "ring-1 ring-inset focus:z-10 focus:ring-2 focus:ring-inset", "focus:border-zinc-400 focus:ring-zinc-400 dark:focus:ring-zinc-300 focus:ring-0", diff --git a/lib/music_library_web/live/record_live/index.html.heex b/lib/music_library_web/live/record_live/index.html.heex index 08334766..829f2294 100644 --- a/lib/music_library_web/live/record_live/index.html.heex +++ b/lib/music_library_web/live/record_live/index.html.heex @@ -2,18 +2,8 @@
-
- %{visible} of %{total} records" msgstr "" @@ -313,8 +313,8 @@ msgstr "" msgid "Updated at" msgstr "" -#: lib/music_library_web/live/record_live/index.html.heex:144 -#: lib/music_library_web/live/wishlist_live/index.html.heex:144 +#: lib/music_library_web/live/record_live/index.html.heex:134 +#: lib/music_library_web/live/wishlist_live/index.html.heex:134 #, elixir-autogen, elixir-format msgid "View on MusicBrainz" msgstr ""