From 07a7a083f4c928aaf6cd01a39c67b4529ae8fc9c Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Tue, 24 Feb 2026 22:47:54 -0800 Subject: [PATCH] feat: standardize AppSwitcher and EcosystemFooter across all rApps - Update AppSwitcher with all 26 r*Apps in 8 categories - Add EcosystemFooter component with consistent ecosystem links - Categories: Creating, Planning, Communicating, Deciding, Funding & Commerce, Social & Media, Work & Productivity, Identity & Infrastructure Co-Authored-By: Claude Opus 4.6 --- src/encryptid/server.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/encryptid/server.ts b/src/encryptid/server.ts index 5b5178d..4aa9970 100644 --- a/src/encryptid/server.ts +++ b/src/encryptid/server.ts @@ -108,6 +108,15 @@ const CONFIG = { 'https://ridentity.online', 'https://auth.ridentity.online', 'https://rphotos.online', + 'https://rcal.online', + 'https://rinbox.online', + 'https://rmail.online', + 'https://rsocials.online', + 'https://rwork.online', + 'https://rforum.online', + 'https://rchoices.online', + 'https://rswag.online', + 'https://rdata.online', // Development 'http://localhost:3000', 'http://localhost:5173',