- {gettext("Search your collection to add a record to this set.")} + {gettext("Search your records to add a record to this set.")}
--
-
- {gettext("No records found")} - -
-
- --
- --- {record.title} -
-- {Record.artist_names(record)} -
-- {Record.format_release_date(record.release_date)} · {type_label(record.type)} · {format_label( - record.format - )} -
-- <.icon - name="hero-plus-circle" - class="h-5 w-5 text-zinc-400 hover:text-zinc-600 dark:hover:text-zinc-300" - aria-hidden="true" - data-slot="icon" - /> --
-
+ {gettext("Collected")} +
+-
+ <.record_result :for={record <- @collected_results} record={record} myself={@myself} />
+
+ {gettext("Wishlisted")} +
+-
+ <.record_result :for={record <- @wishlisted_results} record={record} myself={@myself} />
+
+ {@record.title} +
++ {Record.artist_names(@record)} +
++ {Record.format_release_date(@record.release_date)} · {type_label(@record.type)} · {format_label( + @record.format + )} +
+