From 545dd808b7031168ca61f27b344a9b8a56a722f0 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Fri, 28 Feb 2025 20:55:36 +0000 Subject: [PATCH] Address Tailwind deprecations and renames --- .../components/barcode_scanner_component.ex | 2 +- .../components/core_components.ex | 8 ++++++-- .../components/data_components.ex | 6 +++--- .../components/import_component.ex | 2 +- lib/music_library_web/components/pagination.ex | 2 +- .../components/record_components.ex | 4 ++-- .../controllers/session_html/new.html.heex | 2 +- .../live/collection_live/index.html.heex | 4 ++-- .../live/collection_live/show.html.heex | 6 +++--- .../live/stats_live/index.html.heex | 10 +++++----- .../live/wishlist_live/show.html.heex | 6 +++--- priv/gettext/default.pot | 14 +++++++------- 12 files changed, 35 insertions(+), 31 deletions(-) diff --git a/lib/music_library_web/components/barcode_scanner_component.ex b/lib/music_library_web/components/barcode_scanner_component.ex index 714939f9..018758cf 100644 --- a/lib/music_library_web/components/barcode_scanner_component.ex +++ b/lib/music_library_web/components/barcode_scanner_component.ex @@ -71,7 +71,7 @@ defmodule MusicLibraryWeb.BarcodeScannerComponent do |> JS.dispatch("camera_request", to: "#barcode-scanner") |> JS.hide(to: "#camera-button") } - class="relative block w-full h-96 rounded-lg border-2 border-dashed border-zinc-300 p-12 text-center hover:border-zinc-400 outline-none" + class="relative block w-full h-96 rounded-lg border-2 border-dashed border-zinc-300 p-12 text-center hover:border-zinc-400 outline-hidden" > -