<.link href={~p"/media_profiles/new"}>
- <.button color="bg-primary" rounding="rounded-full" disabled={@media_profiles_exist}>
+ <.button color="bg-primary" rounding="rounded-lg" disabled={@media_profiles_exist}>
New Media Profile
@@ -25,7 +25,7 @@
<.link href={~p"/sources/new"}>
- <.button color="bg-primary" rounding="rounded-full" disabled={not @media_profiles_exist}>
+ <.button color="bg-primary" rounding="rounded-lg" disabled={not @media_profiles_exist}>
+ New Source
@@ -40,7 +40,7 @@
Feel free to add more Media Profiles or Sources in the meantime!
<.link href={~p"/?onboarding=0"}>
- <.button color="bg-primary" rounding="rounded-full" disabled={not @sources_exist}>
+ <.button color="bg-primary" rounding="rounded-lg" disabled={not @sources_exist}>
Let's Go
🚀
diff --git a/lib/pinchflat_web/controllers/searches/search_html/show.html.heex b/lib/pinchflat_web/controllers/searches/search_html/show.html.heex
index b592391..de5d3c4 100644
--- a/lib/pinchflat_web/controllers/searches/search_html/show.html.heex
+++ b/lib/pinchflat_web/controllers/searches/search_html/show.html.heex
@@ -1,6 +1,6 @@
- Search Results for "<%= StringUtils.truncate(@search_term, 50) %>"
+ Results for "<%= StringUtils.truncate(@search_term, 50) %>"
@@ -10,7 +10,7 @@
<%= if match?([_|_], @search_results) do %>
<.table rows={@search_results} table_class="text-black dark:text-white">
<:col :let={result} label="Title">
- <%= StringUtils.truncate(result.title, 40) %>
+ <%= result.title %>
<:col :let={result} label="Excerpt">
<.highlight_search_terms text={result.matching_search_term} />
diff --git a/lib/pinchflat_web/controllers/sources/source_html/edit.html.heex b/lib/pinchflat_web/controllers/sources/source_html/edit.html.heex
index 094dca2..5192a51 100644
--- a/lib/pinchflat_web/controllers/sources/source_html/edit.html.heex
+++ b/lib/pinchflat_web/controllers/sources/source_html/edit.html.heex
@@ -2,7 +2,9 @@
<.link href={~p"/sources"}>
<.icon name="hero-arrow-left" class="w-10 h-10 hover:dark:text-white" />
-
Edit Source
+
+ Editing "<%= @source.custom_name %>"
+
diff --git a/lib/pinchflat_web/controllers/sources/source_html/index.html.heex b/lib/pinchflat_web/controllers/sources/source_html/index.html.heex
index 92e384c..3f66720 100644
--- a/lib/pinchflat_web/controllers/sources/source_html/index.html.heex
+++ b/lib/pinchflat_web/controllers/sources/source_html/index.html.heex
@@ -2,7 +2,7 @@
Sources