Remove TODOs around replacing components

This commit is contained in:
Claudio Ortolina
2026-02-17 08:09:00 +00:00
parent fbd748e8b4
commit c19ca503e5
4 changed files with 0 additions and 4 deletions
@@ -1,4 +1,3 @@
<%!-- TODO: replace with OSS version --%>
<nav class="border-b border-slate-900/10 dark:border-slate-300/10" aria-label="Sections"> <nav class="border-b border-slate-900/10 dark:border-slate-300/10" aria-label="Sections">
<div class="mx-auto max-w-screen-2xl px-4 sm:px-6 lg:px-8 2xl:px-0"> <div class="mx-auto max-w-screen-2xl px-4 sm:px-6 lg:px-8 2xl:px-0">
<div class="flex h-16 justify-between"> <div class="flex h-16 justify-between">
@@ -38,7 +38,6 @@
</head> </head>
<body class="bg-white dark:bg-zinc-900"> <body class="bg-white dark:bg-zinc-900">
{@inner_content} {@inner_content}
<%!-- TODO: replace with OSS version --%>
<footer class="mt-8 border-t border-slate-900/10 dark:border-slate-300/10"> <footer class="mt-8 border-t border-slate-900/10 dark:border-slate-300/10">
<div class="mx-auto max-w-screen-2xl pb-8 px-4 sm:px-8 2xl:px-0"> <div class="mx-auto max-w-screen-2xl pb-8 px-4 sm:px-8 2xl:px-0">
<div class="pt-8 flex items-center justify-between"> <div class="pt-8 flex items-center justify-between">
@@ -125,7 +125,6 @@ defmodule MusicLibraryWeb.StatsComponents do
def counters_by_category(assigns) do def counters_by_category(assigns) do
~H""" ~H"""
<%!-- TODO: replace with OSS version --%>
<dl class={[ <dl class={[
"mt-5 grid divide-zinc-200 dark:divide-zinc-900 overflow-hidden rounded-md bg-white dark:bg-zinc-800 shadow-sm divide-x", "mt-5 grid divide-zinc-200 dark:divide-zinc-900 overflow-hidden rounded-md bg-white dark:bg-zinc-800 shadow-sm divide-x",
stats_class(@categories_with_counts) stats_class(@categories_with_counts)
@@ -3,7 +3,6 @@
<h1 class="mt-5 text-base lg:text-2xl text-zinc-900 dark:text-zinc-200 font-semibold"> <h1 class="mt-5 text-base lg:text-2xl text-zinc-900 dark:text-zinc-200 font-semibold">
{gettext("Records")} {gettext("Records")}
</h1> </h1>
<%!-- TODO: replace with OSS version --%>
<dl class="mt-5 grid grid-cols-3 gap-5 sm:grid-cols-5"> <dl class="mt-5 grid grid-cols-3 gap-5 sm:grid-cols-5">
<.album_preview <.album_preview
record={@latest_record} record={@latest_record}