From a96c25607b640df0bf62db1fa6b41fc2a7d05615 Mon Sep 17 00:00:00 2001 From: Quasar Date: Fri, 3 Apr 2026 11:38:32 -0700 Subject: [PATCH 1/4] Update links_helper.rb Added galaxyfox macrodroid agent --- app/helpers/links_helper.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/helpers/links_helper.rb b/app/helpers/links_helper.rb index bf2eb909..123241fc 100644 --- a/app/helpers/links_helper.rb +++ b/app/helpers/links_helper.rb @@ -36,6 +36,7 @@ def link_agent_to_icon(link_agent) return :pawslut if link_agent.include? 'PawSlut' return :collin if link_agent.include? 'umbrella Collin\'s Walltaker Setter Thing' return :pawbies if link_agent.include? 'WTPopOutViewer' + return :galaxyfox_macrodroid if link_agent.include? 'galaxyfox-walltaker-macrodroid/' :unknown end From b504fa28473e3d17efd13a643f8319b59cd83d5f Mon Sep 17 00:00:00 2001 From: Quasar Date: Fri, 3 Apr 2026 11:49:07 -0700 Subject: [PATCH 2/4] Update _link.html.erb Added GalaxyFox name and icon --- app/views/links/_link.html.erb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/views/links/_link.html.erb b/app/views/links/_link.html.erb index eb7a86c4..b8f27435 100644 --- a/app/views/links/_link.html.erb +++ b/app/views/links/_link.html.erb @@ -192,6 +192,9 @@ <% when :pawbies %> WT Popout + <% when:galaxyfox_macrodroid %> + GalaxyFox Macrodroid + <% when :unknown %> <% end %> @@ -219,4 +222,4 @@ <% if !link.never_expires && link.expires <= Time.now.utc %> <% end %> -<% end %> \ No newline at end of file +<% end %> From e35b1c672d8d64bbc210bc060853bf080f6174da Mon Sep 17 00:00:00 2001 From: Quasar Date: Fri, 3 Apr 2026 11:50:28 -0700 Subject: [PATCH 3/4] Update _link.html.erb Small name change --- app/views/links/_link.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/links/_link.html.erb b/app/views/links/_link.html.erb index b8f27435..40ee0e14 100644 --- a/app/views/links/_link.html.erb +++ b/app/views/links/_link.html.erb @@ -193,7 +193,7 @@ WT Popout <% when:galaxyfox_macrodroid %> - GalaxyFox Macrodroid + GalaxyFox's Macrodroid Client <% when :unknown %> From 481716cb9e1d673b6353311a4a1e3c6644f79e9c Mon Sep 17 00:00:00 2001 From: Quasar Date: Fri, 3 Apr 2026 12:11:33 -0700 Subject: [PATCH 4/4] Update _details.html.erb added GalaxyFox device --- app/views/links/_details.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/links/_details.html.erb b/app/views/links/_details.html.erb index c9095a39..e08bfd3a 100644 --- a/app/views/links/_details.html.erb +++ b/app/views/links/_details.html.erb @@ -20,6 +20,7 @@ pawslut: :desktop, collin: :desktop, pawbies: :desktop, + galaxyfox_macrodroid: :mobile, unknown: :desktop } %> <% device = devices[client] %>