Annotate templates with TODOs for markup replacement
To open source the project down the line, it makes sense to have either everything custom or using OSS components in order to keep licensing as simple as possible.
This commit is contained in:
@@ -60,6 +60,7 @@
|
||||
<h2 class="font-semibold text-base sm:text-lg leading-5 text-zinc-700 dark:text-zinc-300">
|
||||
{gettext("Collection")}
|
||||
</h2>
|
||||
<%!-- TODO: replace with OSS version --%>
|
||||
<ul
|
||||
role="list"
|
||||
class="mt-4 grid grid-cols-2 gap-x-4 gap-y-8 sm:grid-cols-3 sm:gap-x-6 lg:grid-cols-4 xl:gap-x-8"
|
||||
@@ -98,6 +99,7 @@
|
||||
<h2 class="font-semibold text-base sm:text-lg leading-5 text-zinc-700 dark:text-zinc-300">
|
||||
{gettext("Wishlist")}
|
||||
</h2>
|
||||
<%!-- TODO: replace with OSS version --%>
|
||||
<ul
|
||||
role="list"
|
||||
class="mt-4 grid grid-cols-2 gap-x-4 gap-y-8 sm:grid-cols-3 sm:gap-x-6 lg:grid-cols-4 xl:gap-x-8"
|
||||
|
||||
Reference in New Issue
Block a user