From 8846d3357e85ff242a2b4d34bbdbf85ac61cd357 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Wed, 1 Oct 2025 16:50:57 -0500 Subject: [PATCH] Add UI for navigating to the column perma --- app/assets/images/external-link.svg | 7 +++++++ app/assets/stylesheets/icons.css | 1 + .../collections/show/menu/_column.html.erb | 18 +++++++++++++++--- 3 files changed, 23 insertions(+), 3 deletions(-) create mode 100644 app/assets/images/external-link.svg diff --git a/app/assets/images/external-link.svg b/app/assets/images/external-link.svg new file mode 100644 index 000000000..ed2483aa9 --- /dev/null +++ b/app/assets/images/external-link.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/app/assets/stylesheets/icons.css b/app/assets/stylesheets/icons.css index 0f2e8177a..3f4e25431 100644 --- a/app/assets/stylesheets/icons.css +++ b/app/assets/stylesheets/icons.css @@ -45,6 +45,7 @@ .icon--crown { --svg: url("crown.svg "); } .icon--email { --svg: url("email.svg "); } .icon--everyone { --svg: url("everyone.svg "); } + .icon--external-link { --svg: url("external-link.svg "); } .icon--gear { --svg: url("gear.svg "); } .icon--filter { --svg: url("filter.svg "); } .icon--globe { --svg: url("globe.svg "); } diff --git a/app/views/collections/show/menu/_column.html.erb b/app/views/collections/show/menu/_column.html.erb index 22d249126..4368cb5da 100644 --- a/app/views/collections/show/menu/_column.html.erb +++ b/app/views/collections/show/menu/_column.html.erb @@ -6,14 +6,26 @@