From 24319b1bff9c04ff1059bcbb6b1cc45776f82b22 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Wed, 4 Dec 2024 14:43:07 +0000 Subject: [PATCH] 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. --- .../components/layouts/app.html.heex | 1 + .../components/layouts/root.html.heex | 1 + .../components/pagination.ex | 1 + .../live/artist_live/show.html.heex | 2 + .../live/collection_live/index.html.heex | 1 + .../live/collection_live/show.html.heex | 2 +- .../live/stats_live/index.html.heex | 4 + .../live/wishlist_live/index.html.heex | 1 + .../live/wishlist_live/show.html.heex | 2 +- priv/gettext/default.pot | 74 +++++++++---------- 10 files changed, 50 insertions(+), 39 deletions(-) diff --git a/lib/music_library_web/components/layouts/app.html.heex b/lib/music_library_web/components/layouts/app.html.heex index c880f9ad..b0b1eac5 100644 --- a/lib/music_library_web/components/layouts/app.html.heex +++ b/lib/music_library_web/components/layouts/app.html.heex @@ -1,3 +1,4 @@ +<%!-- TODO: replace with OSS version --%>