From 6eabfc07e2b216aa8af2e910285702d3d5df5545 Mon Sep 17 00:00:00 2001 From: Richard Pryce Date: Tue, 7 Apr 2026 14:47:03 +0100 Subject: [PATCH 1/5] Update landing page --- build/index.html | 41 +++++++++++++++++++++++++++++++++++++---- 1 file changed, 37 insertions(+), 4 deletions(-) diff --git a/build/index.html b/build/index.html index f7e3f48..a796f3f 100644 --- a/build/index.html +++ b/build/index.html @@ -2,11 +2,44 @@ - Welcome to Pluto + Pluto - Discontinued + - -
- + +
+

Pluto has been discontinued

+

Pluto is no longer in service and has been replaced by a new system.

+

If you need assistance or training on the replacement, please reach out to the Multimedia Tech team at + multimediatech@theguardian.com. +

+
\ No newline at end of file From 2af4ca422c7dfc037736f8b89a11064503be311c Mon Sep 17 00:00:00 2001 From: Richard Pryce Date: Tue, 7 Apr 2026 15:11:02 +0100 Subject: [PATCH 2/5] Update landing page --- build/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/build/index.html b/build/index.html index a796f3f..08698ea 100644 --- a/build/index.html +++ b/build/index.html @@ -37,6 +37,7 @@

Pluto has been discontinued

Pluto is no longer in service and has been replaced by a new system.

+

Please use Project Launcher to create new projects.

If you need assistance or training on the replacement, please reach out to the Multimedia Tech team at multimediatech@theguardian.com.

From ba824e2aff95889003a3f37473e6b5b9736957d0 Mon Sep 17 00:00:00 2001 From: Richard Pryce Date: Tue, 7 Apr 2026 16:24:09 +0100 Subject: [PATCH 3/5] Update landing page --- build/index.html | 84 +++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 68 insertions(+), 16 deletions(-) diff --git a/build/index.html b/build/index.html index 08698ea..49f5c47 100644 --- a/build/index.html +++ b/build/index.html @@ -5,42 +5,94 @@ Pluto - Discontinued -
-

Pluto has been discontinued

-

Pluto is no longer in service and has been replaced by a new system.

-

Please use Project Launcher to create new projects.

-

If you need assistance or training on the replacement, please reach out to the Multimedia Tech team at - multimediatech@theguardian.com. -

+
+ +
+

Pluto has been retired

+

Pluto is no longer in service and has been replaced by a new system.

+

Please use Project Launcher to create new projects.

+
+
+ Need help or training on the new system? Contact the Multimedia Tech team at + multimediatech@theguardian.com +
\ No newline at end of file From fb53ccc1407f790903f3ad93e766121580c41ae5 Mon Sep 17 00:00:00 2001 From: Richard Pryce Date: Tue, 7 Apr 2026 16:59:18 +0100 Subject: [PATCH 4/5] Keep header --- app/NewRootComponent.tsx | 36 ++++++++++++++-- build/index.html | 92 ++-------------------------------------- 2 files changed, 35 insertions(+), 93 deletions(-) diff --git a/app/NewRootComponent.tsx b/app/NewRootComponent.tsx index 16c046b..419db27 100644 --- a/app/NewRootComponent.tsx +++ b/app/NewRootComponent.tsx @@ -281,16 +281,44 @@ const NewRootComponent: React.FC = () => { return ( <> - {overdueCommissions.length > 0 && renderOverdueCommissionsAlert()} - - {userContext.profile ? `Welcome ${displayName()}` : "Welcome to Pluto"} + Pluto has been discontinued - {userContext.profile ? : } + + + + + This service is no longer available + + + Pluto has been retired and replaced by a new system. Please use{" "} + Project Launcher to create new projects. + + + If you need assistance or training on the new system, please + contact the Multimedia Tech team at{" "} + + multimediatech@theguardian.com + + . + + + + ); }; diff --git a/build/index.html b/build/index.html index 49f5c47..3ac382d 100644 --- a/build/index.html +++ b/build/index.html @@ -4,95 +4,9 @@ Pluto - Discontinued - - -
- -
-

Pluto has been retired

-

Pluto is no longer in service and has been replaced by a new system.

-

Please use Project Launcher to create new projects.

-
-
- Need help or training on the new system? Contact the Multimedia Tech team at - multimediatech@theguardian.com -
-
+ +
+ \ No newline at end of file From ae21bb5b0eb64b5b9f71e652b94b195189d377e9 Mon Sep 17 00:00:00 2001 From: Richard Pryce Date: Tue, 7 Apr 2026 17:15:21 +0100 Subject: [PATCH 5/5] Always render menus --- app/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/index.tsx b/app/index.tsx index c5d7f07..a2c2ddd 100644 --- a/app/index.tsx +++ b/app/index.tsx @@ -89,7 +89,7 @@ const App: React.FC = () => { }} >
- {userProfile ? : undefined} +