From d5fb44da912679b07f495632611a2e61194aae44 Mon Sep 17 00:00:00 2001 From: Claire Date: Fri, 16 Jan 2026 15:44:58 +0100 Subject: [PATCH] [Glitch] Fix error pages not using the new theming infrastructure Port 5727b866b14d29d696f2ef20e92ad4c22ff43c1d to glitch-soc Signed-off-by: Claire --- app/javascript/flavours/glitch/entrypoints/theme-selection.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 app/javascript/flavours/glitch/entrypoints/theme-selection.ts diff --git a/app/javascript/flavours/glitch/entrypoints/theme-selection.ts b/app/javascript/flavours/glitch/entrypoints/theme-selection.ts new file mode 100644 index 0000000000..ad0bde7f11 --- /dev/null +++ b/app/javascript/flavours/glitch/entrypoints/theme-selection.ts @@ -0,0 +1 @@ +import '@/inline/theme-selection';