From a891ead609d2b5d43c1615dc5db993fd22ef7142 Mon Sep 17 00:00:00 2001 From: crbelaus Date: Mon, 11 Nov 2024 19:20:25 +0100 Subject: [PATCH 1/4] Fix filters in mobile --- lib/error_tracker/web/live/dashboard.html.heex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/error_tracker/web/live/dashboard.html.heex b/lib/error_tracker/web/live/dashboard.html.heex index 68807fd..60d5617 100644 --- a/lib/error_tracker/web/live/dashboard.html.heex +++ b/lib/error_tracker/web/live/dashboard.html.heex @@ -1,7 +1,7 @@ <.form for={@search_form} id="search" - class="mb-4 text-black grid grid-cols-4 gap-2" + class="mb-4 text-black grid md:grid-cols-4 grid-cols-2 gap-2" phx-change="search" > Date: Mon, 11 Nov 2024 19:24:48 +0100 Subject: [PATCH 2/4] Fix table witdh for mobile --- lib/error_tracker/web/live/dashboard.html.heex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/error_tracker/web/live/dashboard.html.heex b/lib/error_tracker/web/live/dashboard.html.heex index 60d5617..1732283 100644 --- a/lib/error_tracker/web/live/dashboard.html.heex +++ b/lib/error_tracker/web/live/dashboard.html.heex @@ -46,10 +46,10 @@ - + - + From becafe462c412806a404ffbd6524c6c74a007b0b Mon Sep 17 00:00:00 2001 From: crbelaus Date: Mon, 11 Nov 2024 19:35:23 +0100 Subject: [PATCH 3/4] Update built assets --- priv/static/app.css | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/priv/static/app.css b/priv/static/app.css index f2ce984..911176a 100644 --- a/priv/static/app.css +++ b/priv/static/app.css @@ -889,10 +889,6 @@ select { width: 7rem; } -.w-32 { - width: 8rem; -} - .w-5 { width: 1.25rem; } @@ -913,8 +909,8 @@ select { grid-template-columns: repeat(1, minmax(0, 1fr)); } -.grid-cols-4 { - grid-template-columns: repeat(4, minmax(0, 1fr)); +.grid-cols-2 { + grid-template-columns: repeat(2, minmax(0, 1fr)); } .flex-col { From e4ed23f1df81304f2ad4c3053bb27b203d9f9f1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20de=20Arriba?= Date: Mon, 25 Nov 2024 21:06:23 +0100 Subject: [PATCH 4/4] Fix ellipsis in source function --- lib/error_tracker/web/live/dashboard.html.heex | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lib/error_tracker/web/live/dashboard.html.heex b/lib/error_tracker/web/live/dashboard.html.heex index 1732283..4c81d2f 100644 --- a/lib/error_tracker/web/live/dashboard.html.heex +++ b/lib/error_tracker/web/live/dashboard.html.heex @@ -66,10 +66,13 @@ <.link navigate={error_path(@socket, error)} class="absolute inset-1"> (<%= sanitize_module(error.kind) %>) <%= error.reason %> -

+

(<%= sanitize_module(error.kind) %>) <%= error.reason %>

-

+

<%= sanitize_module(error.source_function) %>
<%= error.source_line %>

ErrorError Occurrences Status