From c9a3bed80e13362e0f123c077e0135610e3d66e4 Mon Sep 17 00:00:00 2001 From: 24c02 <163450896+24c02@users.noreply.github.com> Date: Tue, 20 May 2025 13:57:29 -0400 Subject: [PATCH] begin the deprecation... --- app/views/index.erb | 32 ++++++++--------- app/views/layout.erb | 81 ++++++++++++++++++++++++-------------------- 2 files changed, 59 insertions(+), 54 deletions(-) diff --git a/app/views/index.erb b/app/views/index.erb index 6c2da2a..48550d6 100644 --- a/app/views/index.erb +++ b/app/views/index.erb @@ -1,21 +1,19 @@

Shipment Viewer

-

The one-stop shop to view all your shipments from Hack Club HQ! (think High Seas, other YSWSes, random poster shipments, live feral raccoons, etc.)

-

Need help? If it's for High Seas, send us a message in #high-seas-help!

-
-
-

what's <%= @internal ? "their" : "your" %> email?

-
-
- -
-
- <% if @internal %> -
- set internal key? -
-

You're in internal mode rn! Switch back to external mode?

+
+
+

what's <%= @internal ? "their" : "your" %> email?

+
+
+ +
- <% end %> -
\ No newline at end of file + <% if @internal %> +
+ set internal key? +
+

You're in internal mode rn! Switch back to external mode?

+
+ <% end %> +
\ No newline at end of file diff --git a/app/views/layout.erb b/app/views/layout.erb index b1799e0..b76a080 100644 --- a/app/views/layout.erb +++ b/app/views/layout.erb @@ -1,13 +1,13 @@ - - Shipment Viewer <%= " – #{@title}" if @title %> - - - - - <%= yield_content :head %> - + <%= yield_content :head %> + - - - -
-
- <% if @error %> + + + + +
+
+ <% if @error %> +
+
+ error: <%= @error %> +
+
+ <% end %>
-
- error: <%= @error %> +
+

hey!!

+

going forward, please use mail.hackclub.com instead.

+

it shows everything shipment viewer did, and more!

+

this site is now deprecated and will be replaced with a redirect there once the new site has a public API.

- <% end %> - <%= yield %> + <%= yield %> +
-
-