From 14c12ffb08275246abe12d693b04536d6a5a57f5 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Thu, 18 Sep 2025 11:19:09 +0200 Subject: [PATCH] Rename --- {old => _old}/.eslintrc.js | 0 {old => _old}/app/Header.tsx | 0 {old => _old}/app/api/auth/[...nextauth]/route.ts | 0 {old => _old}/app/api/auth/signup/route.ts | 0 {old => _old}/app/api/auth/verify-email/route.ts | 0 {old => _old}/app/api/download/route.ts | 0 {old => _old}/app/api/interests/route.ts | 0 {old => _old}/app/api/profile/route.ts | 0 {old => _old}/app/api/profiles/[id]/route.ts | 0 {old => _old}/app/api/profiles/count/route.ts | 0 {old => _old}/app/api/profiles/prompts/route.ts | 0 {old => _old}/app/api/profiles/route.ts | 0 {old => _old}/app/api/upload/route.ts | 0 {old => _old}/app/api/user/update-profile/route.ts | 0 {old => _old}/app/auth/error/page.tsx | 0 {old => _old}/app/auth/verification-success/page.tsx | 0 {old => _old}/app/complete-profile/page.tsx | 0 {old => _old}/app/components/dropdown.tsx | 0 {old => _old}/app/globals.css | 0 {old => _old}/app/layout.tsx | 0 {old => _old}/app/manifesto/page.tsx | 0 {old => _old}/app/onboarding/page.tsx | 0 {old => _old}/app/page.tsx | 0 {old => _old}/app/profile/page.tsx | 0 {old => _old}/app/profiles/ProfileFilters.tsx | 0 {old => _old}/app/profiles/[id]/page.tsx | 0 {old => _old}/app/profiles/page.tsx | 0 {old => _old}/app/providers.tsx | 0 {old => _old}/app/setup/code-block.tsx | 0 {old => _old}/app/setup/page.tsx | 0 {old => _old}/app/setup/setup-instructions.tsx | 0 {old => _old}/app/setup/setup-steps.tsx | 0 {old => _old}/components/onboarding.tsx | 0 {old => _old}/components/ui/PromptAnswer.tsx | 0 {old => _old}/components/ui/button.tsx | 0 {old => _old}/components/ui/select.tsx | 0 {old => _old}/components/ui/textarea.tsx | 0 {old => _old}/emails/VerificationEmail.tsx | 0 {old => _old}/lib/client/LoadingSpinner.tsx | 0 {old => _old}/lib/client/constants.tsx | 0 {old => _old}/lib/client/errors.tsx | 0 {old => _old}/lib/client/fetching.ts | 0 {old => _old}/lib/client/media.tsx | 0 {old => _old}/lib/client/profile.tsx | 0 {old => _old}/lib/client/schema.ts | 0 {old => _old}/lib/client/theme.tsx | 0 {old => _old}/lib/format.ts | 0 {old => _old}/lib/server/auth.ts | 0 {old => _old}/lib/server/db-utils.ts | 0 {old => _old}/lib/server/prisma.ts | 0 {old => _old}/lib/server/supabase.ts | 0 {old => _old}/lib/utils.ts | 0 {old => _old}/middleware.ts | 0 {old => _old}/next.config.ts | 0 {old => _old}/package.json | 0 {old => _old}/postcss.config.mjs | 0 {old => _old}/prisma.config.ts | 0 {old => _old}/prisma/migrations/20250803103956_init/migration.sql | 0 .../prisma/migrations/20250807234917_new_gender/migration.sql | 0 .../prisma/migrations/20250811133444_add_books/migration.sql | 0 {old => _old}/prisma/migrations/migration_lock.toml | 0 {old => _old}/prisma/schema.prisma | 0 {old => _old}/prisma/seed.ts | 0 {old => _old}/styles/links.modules.css | 0 {old => _old}/tailwind.config.ts | 0 {old => _old}/tsconfig.json | 0 66 files changed, 0 insertions(+), 0 deletions(-) rename {old => _old}/.eslintrc.js (100%) rename {old => _old}/app/Header.tsx (100%) rename {old => _old}/app/api/auth/[...nextauth]/route.ts (100%) rename {old => _old}/app/api/auth/signup/route.ts (100%) rename {old => _old}/app/api/auth/verify-email/route.ts (100%) rename {old => _old}/app/api/download/route.ts (100%) rename {old => _old}/app/api/interests/route.ts (100%) rename {old => _old}/app/api/profile/route.ts (100%) rename {old => _old}/app/api/profiles/[id]/route.ts (100%) rename {old => _old}/app/api/profiles/count/route.ts (100%) rename {old => _old}/app/api/profiles/prompts/route.ts (100%) rename {old => _old}/app/api/profiles/route.ts (100%) rename {old => _old}/app/api/upload/route.ts (100%) rename {old => _old}/app/api/user/update-profile/route.ts (100%) rename {old => _old}/app/auth/error/page.tsx (100%) rename {old => _old}/app/auth/verification-success/page.tsx (100%) rename {old => _old}/app/complete-profile/page.tsx (100%) rename {old => _old}/app/components/dropdown.tsx (100%) rename {old => _old}/app/globals.css (100%) rename {old => _old}/app/layout.tsx (100%) rename {old => _old}/app/manifesto/page.tsx (100%) rename {old => _old}/app/onboarding/page.tsx (100%) rename {old => _old}/app/page.tsx (100%) rename {old => _old}/app/profile/page.tsx (100%) rename {old => _old}/app/profiles/ProfileFilters.tsx (100%) rename {old => _old}/app/profiles/[id]/page.tsx (100%) rename {old => _old}/app/profiles/page.tsx (100%) rename {old => _old}/app/providers.tsx (100%) rename {old => _old}/app/setup/code-block.tsx (100%) rename {old => _old}/app/setup/page.tsx (100%) rename {old => _old}/app/setup/setup-instructions.tsx (100%) rename {old => _old}/app/setup/setup-steps.tsx (100%) rename {old => _old}/components/onboarding.tsx (100%) rename {old => _old}/components/ui/PromptAnswer.tsx (100%) rename {old => _old}/components/ui/button.tsx (100%) rename {old => _old}/components/ui/select.tsx (100%) rename {old => _old}/components/ui/textarea.tsx (100%) rename {old => _old}/emails/VerificationEmail.tsx (100%) rename {old => _old}/lib/client/LoadingSpinner.tsx (100%) rename {old => _old}/lib/client/constants.tsx (100%) rename {old => _old}/lib/client/errors.tsx (100%) rename {old => _old}/lib/client/fetching.ts (100%) rename {old => _old}/lib/client/media.tsx (100%) rename {old => _old}/lib/client/profile.tsx (100%) rename {old => _old}/lib/client/schema.ts (100%) rename {old => _old}/lib/client/theme.tsx (100%) rename {old => _old}/lib/format.ts (100%) rename {old => _old}/lib/server/auth.ts (100%) rename {old => _old}/lib/server/db-utils.ts (100%) rename {old => _old}/lib/server/prisma.ts (100%) rename {old => _old}/lib/server/supabase.ts (100%) rename {old => _old}/lib/utils.ts (100%) rename {old => _old}/middleware.ts (100%) rename {old => _old}/next.config.ts (100%) rename {old => _old}/package.json (100%) rename {old => _old}/postcss.config.mjs (100%) rename {old => _old}/prisma.config.ts (100%) rename {old => _old}/prisma/migrations/20250803103956_init/migration.sql (100%) rename {old => _old}/prisma/migrations/20250807234917_new_gender/migration.sql (100%) rename {old => _old}/prisma/migrations/20250811133444_add_books/migration.sql (100%) rename {old => _old}/prisma/migrations/migration_lock.toml (100%) rename {old => _old}/prisma/schema.prisma (100%) rename {old => _old}/prisma/seed.ts (100%) rename {old => _old}/styles/links.modules.css (100%) rename {old => _old}/tailwind.config.ts (100%) rename {old => _old}/tsconfig.json (100%) diff --git a/old/.eslintrc.js b/_old/.eslintrc.js similarity index 100% rename from old/.eslintrc.js rename to _old/.eslintrc.js diff --git a/old/app/Header.tsx b/_old/app/Header.tsx similarity index 100% rename from old/app/Header.tsx rename to _old/app/Header.tsx diff --git a/old/app/api/auth/[...nextauth]/route.ts b/_old/app/api/auth/[...nextauth]/route.ts similarity index 100% rename from old/app/api/auth/[...nextauth]/route.ts rename to _old/app/api/auth/[...nextauth]/route.ts diff --git a/old/app/api/auth/signup/route.ts b/_old/app/api/auth/signup/route.ts similarity index 100% rename from old/app/api/auth/signup/route.ts rename to _old/app/api/auth/signup/route.ts diff --git a/old/app/api/auth/verify-email/route.ts b/_old/app/api/auth/verify-email/route.ts similarity index 100% rename from old/app/api/auth/verify-email/route.ts rename to _old/app/api/auth/verify-email/route.ts diff --git a/old/app/api/download/route.ts b/_old/app/api/download/route.ts similarity index 100% rename from old/app/api/download/route.ts rename to _old/app/api/download/route.ts diff --git a/old/app/api/interests/route.ts b/_old/app/api/interests/route.ts similarity index 100% rename from old/app/api/interests/route.ts rename to _old/app/api/interests/route.ts diff --git a/old/app/api/profile/route.ts b/_old/app/api/profile/route.ts similarity index 100% rename from old/app/api/profile/route.ts rename to _old/app/api/profile/route.ts diff --git a/old/app/api/profiles/[id]/route.ts b/_old/app/api/profiles/[id]/route.ts similarity index 100% rename from old/app/api/profiles/[id]/route.ts rename to _old/app/api/profiles/[id]/route.ts diff --git a/old/app/api/profiles/count/route.ts b/_old/app/api/profiles/count/route.ts similarity index 100% rename from old/app/api/profiles/count/route.ts rename to _old/app/api/profiles/count/route.ts diff --git a/old/app/api/profiles/prompts/route.ts b/_old/app/api/profiles/prompts/route.ts similarity index 100% rename from old/app/api/profiles/prompts/route.ts rename to _old/app/api/profiles/prompts/route.ts diff --git a/old/app/api/profiles/route.ts b/_old/app/api/profiles/route.ts similarity index 100% rename from old/app/api/profiles/route.ts rename to _old/app/api/profiles/route.ts diff --git a/old/app/api/upload/route.ts b/_old/app/api/upload/route.ts similarity index 100% rename from old/app/api/upload/route.ts rename to _old/app/api/upload/route.ts diff --git a/old/app/api/user/update-profile/route.ts b/_old/app/api/user/update-profile/route.ts similarity index 100% rename from old/app/api/user/update-profile/route.ts rename to _old/app/api/user/update-profile/route.ts diff --git a/old/app/auth/error/page.tsx b/_old/app/auth/error/page.tsx similarity index 100% rename from old/app/auth/error/page.tsx rename to _old/app/auth/error/page.tsx diff --git a/old/app/auth/verification-success/page.tsx b/_old/app/auth/verification-success/page.tsx similarity index 100% rename from old/app/auth/verification-success/page.tsx rename to _old/app/auth/verification-success/page.tsx diff --git a/old/app/complete-profile/page.tsx b/_old/app/complete-profile/page.tsx similarity index 100% rename from old/app/complete-profile/page.tsx rename to _old/app/complete-profile/page.tsx diff --git a/old/app/components/dropdown.tsx b/_old/app/components/dropdown.tsx similarity index 100% rename from old/app/components/dropdown.tsx rename to _old/app/components/dropdown.tsx diff --git a/old/app/globals.css b/_old/app/globals.css similarity index 100% rename from old/app/globals.css rename to _old/app/globals.css diff --git a/old/app/layout.tsx b/_old/app/layout.tsx similarity index 100% rename from old/app/layout.tsx rename to _old/app/layout.tsx diff --git a/old/app/manifesto/page.tsx b/_old/app/manifesto/page.tsx similarity index 100% rename from old/app/manifesto/page.tsx rename to _old/app/manifesto/page.tsx diff --git a/old/app/onboarding/page.tsx b/_old/app/onboarding/page.tsx similarity index 100% rename from old/app/onboarding/page.tsx rename to _old/app/onboarding/page.tsx diff --git a/old/app/page.tsx b/_old/app/page.tsx similarity index 100% rename from old/app/page.tsx rename to _old/app/page.tsx diff --git a/old/app/profile/page.tsx b/_old/app/profile/page.tsx similarity index 100% rename from old/app/profile/page.tsx rename to _old/app/profile/page.tsx diff --git a/old/app/profiles/ProfileFilters.tsx b/_old/app/profiles/ProfileFilters.tsx similarity index 100% rename from old/app/profiles/ProfileFilters.tsx rename to _old/app/profiles/ProfileFilters.tsx diff --git a/old/app/profiles/[id]/page.tsx b/_old/app/profiles/[id]/page.tsx similarity index 100% rename from old/app/profiles/[id]/page.tsx rename to _old/app/profiles/[id]/page.tsx diff --git a/old/app/profiles/page.tsx b/_old/app/profiles/page.tsx similarity index 100% rename from old/app/profiles/page.tsx rename to _old/app/profiles/page.tsx diff --git a/old/app/providers.tsx b/_old/app/providers.tsx similarity index 100% rename from old/app/providers.tsx rename to _old/app/providers.tsx diff --git a/old/app/setup/code-block.tsx b/_old/app/setup/code-block.tsx similarity index 100% rename from old/app/setup/code-block.tsx rename to _old/app/setup/code-block.tsx diff --git a/old/app/setup/page.tsx b/_old/app/setup/page.tsx similarity index 100% rename from old/app/setup/page.tsx rename to _old/app/setup/page.tsx diff --git a/old/app/setup/setup-instructions.tsx b/_old/app/setup/setup-instructions.tsx similarity index 100% rename from old/app/setup/setup-instructions.tsx rename to _old/app/setup/setup-instructions.tsx diff --git a/old/app/setup/setup-steps.tsx b/_old/app/setup/setup-steps.tsx similarity index 100% rename from old/app/setup/setup-steps.tsx rename to _old/app/setup/setup-steps.tsx diff --git a/old/components/onboarding.tsx b/_old/components/onboarding.tsx similarity index 100% rename from old/components/onboarding.tsx rename to _old/components/onboarding.tsx diff --git a/old/components/ui/PromptAnswer.tsx b/_old/components/ui/PromptAnswer.tsx similarity index 100% rename from old/components/ui/PromptAnswer.tsx rename to _old/components/ui/PromptAnswer.tsx diff --git a/old/components/ui/button.tsx b/_old/components/ui/button.tsx similarity index 100% rename from old/components/ui/button.tsx rename to _old/components/ui/button.tsx diff --git a/old/components/ui/select.tsx b/_old/components/ui/select.tsx similarity index 100% rename from old/components/ui/select.tsx rename to _old/components/ui/select.tsx diff --git a/old/components/ui/textarea.tsx b/_old/components/ui/textarea.tsx similarity index 100% rename from old/components/ui/textarea.tsx rename to _old/components/ui/textarea.tsx diff --git a/old/emails/VerificationEmail.tsx b/_old/emails/VerificationEmail.tsx similarity index 100% rename from old/emails/VerificationEmail.tsx rename to _old/emails/VerificationEmail.tsx diff --git a/old/lib/client/LoadingSpinner.tsx b/_old/lib/client/LoadingSpinner.tsx similarity index 100% rename from old/lib/client/LoadingSpinner.tsx rename to _old/lib/client/LoadingSpinner.tsx diff --git a/old/lib/client/constants.tsx b/_old/lib/client/constants.tsx similarity index 100% rename from old/lib/client/constants.tsx rename to _old/lib/client/constants.tsx diff --git a/old/lib/client/errors.tsx b/_old/lib/client/errors.tsx similarity index 100% rename from old/lib/client/errors.tsx rename to _old/lib/client/errors.tsx diff --git a/old/lib/client/fetching.ts b/_old/lib/client/fetching.ts similarity index 100% rename from old/lib/client/fetching.ts rename to _old/lib/client/fetching.ts diff --git a/old/lib/client/media.tsx b/_old/lib/client/media.tsx similarity index 100% rename from old/lib/client/media.tsx rename to _old/lib/client/media.tsx diff --git a/old/lib/client/profile.tsx b/_old/lib/client/profile.tsx similarity index 100% rename from old/lib/client/profile.tsx rename to _old/lib/client/profile.tsx diff --git a/old/lib/client/schema.ts b/_old/lib/client/schema.ts similarity index 100% rename from old/lib/client/schema.ts rename to _old/lib/client/schema.ts diff --git a/old/lib/client/theme.tsx b/_old/lib/client/theme.tsx similarity index 100% rename from old/lib/client/theme.tsx rename to _old/lib/client/theme.tsx diff --git a/old/lib/format.ts b/_old/lib/format.ts similarity index 100% rename from old/lib/format.ts rename to _old/lib/format.ts diff --git a/old/lib/server/auth.ts b/_old/lib/server/auth.ts similarity index 100% rename from old/lib/server/auth.ts rename to _old/lib/server/auth.ts diff --git a/old/lib/server/db-utils.ts b/_old/lib/server/db-utils.ts similarity index 100% rename from old/lib/server/db-utils.ts rename to _old/lib/server/db-utils.ts diff --git a/old/lib/server/prisma.ts b/_old/lib/server/prisma.ts similarity index 100% rename from old/lib/server/prisma.ts rename to _old/lib/server/prisma.ts diff --git a/old/lib/server/supabase.ts b/_old/lib/server/supabase.ts similarity index 100% rename from old/lib/server/supabase.ts rename to _old/lib/server/supabase.ts diff --git a/old/lib/utils.ts b/_old/lib/utils.ts similarity index 100% rename from old/lib/utils.ts rename to _old/lib/utils.ts diff --git a/old/middleware.ts b/_old/middleware.ts similarity index 100% rename from old/middleware.ts rename to _old/middleware.ts diff --git a/old/next.config.ts b/_old/next.config.ts similarity index 100% rename from old/next.config.ts rename to _old/next.config.ts diff --git a/old/package.json b/_old/package.json similarity index 100% rename from old/package.json rename to _old/package.json diff --git a/old/postcss.config.mjs b/_old/postcss.config.mjs similarity index 100% rename from old/postcss.config.mjs rename to _old/postcss.config.mjs diff --git a/old/prisma.config.ts b/_old/prisma.config.ts similarity index 100% rename from old/prisma.config.ts rename to _old/prisma.config.ts diff --git a/old/prisma/migrations/20250803103956_init/migration.sql b/_old/prisma/migrations/20250803103956_init/migration.sql similarity index 100% rename from old/prisma/migrations/20250803103956_init/migration.sql rename to _old/prisma/migrations/20250803103956_init/migration.sql diff --git a/old/prisma/migrations/20250807234917_new_gender/migration.sql b/_old/prisma/migrations/20250807234917_new_gender/migration.sql similarity index 100% rename from old/prisma/migrations/20250807234917_new_gender/migration.sql rename to _old/prisma/migrations/20250807234917_new_gender/migration.sql diff --git a/old/prisma/migrations/20250811133444_add_books/migration.sql b/_old/prisma/migrations/20250811133444_add_books/migration.sql similarity index 100% rename from old/prisma/migrations/20250811133444_add_books/migration.sql rename to _old/prisma/migrations/20250811133444_add_books/migration.sql diff --git a/old/prisma/migrations/migration_lock.toml b/_old/prisma/migrations/migration_lock.toml similarity index 100% rename from old/prisma/migrations/migration_lock.toml rename to _old/prisma/migrations/migration_lock.toml diff --git a/old/prisma/schema.prisma b/_old/prisma/schema.prisma similarity index 100% rename from old/prisma/schema.prisma rename to _old/prisma/schema.prisma diff --git a/old/prisma/seed.ts b/_old/prisma/seed.ts similarity index 100% rename from old/prisma/seed.ts rename to _old/prisma/seed.ts diff --git a/old/styles/links.modules.css b/_old/styles/links.modules.css similarity index 100% rename from old/styles/links.modules.css rename to _old/styles/links.modules.css diff --git a/old/tailwind.config.ts b/_old/tailwind.config.ts similarity index 100% rename from old/tailwind.config.ts rename to _old/tailwind.config.ts diff --git a/old/tsconfig.json b/_old/tsconfig.json similarity index 100% rename from old/tsconfig.json rename to _old/tsconfig.json