Remove TODOs around replacing components
This commit is contained in:
@@ -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">
|
||||
<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">
|
||||
|
||||
@@ -38,7 +38,6 @@
|
||||
</head>
|
||||
<body class="bg-white dark:bg-zinc-900">
|
||||
{@inner_content}
|
||||
<%!-- TODO: replace with OSS version --%>
|
||||
<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="pt-8 flex items-center justify-between">
|
||||
|
||||
@@ -125,7 +125,6 @@ defmodule MusicLibraryWeb.StatsComponents do
|
||||
|
||||
def counters_by_category(assigns) do
|
||||
~H"""
|
||||
<%!-- TODO: replace with OSS version --%>
|
||||
<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",
|
||||
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">
|
||||
{gettext("Records")}
|
||||
</h1>
|
||||
<%!-- TODO: replace with OSS version --%>
|
||||
<dl class="mt-5 grid grid-cols-3 gap-5 sm:grid-cols-5">
|
||||
<.album_preview
|
||||
record={@latest_record}
|
||||
|
||||
Reference in New Issue
Block a user