From c278ebd579ba0e52844b974b10795745bc5f4e5f Mon Sep 17 00:00:00 2001 From: Emma Short Date: Sun, 30 Mar 2025 01:26:04 -0600 Subject: [PATCH] i'm sure there's something important here but I can't look at the diff --- .eslintrc.json | 0 .gitignore | 0 Dockerfile | 0 README.md | 0 actions/GameSystems/create.ts | 0 actions/GameSystems/deleteAll.ts | 0 actions/readMD.ts | 0 app/client.tsx | 0 app/favicon.ico | Bin app/game-systems/[id]/page.tsx | 0 app/game-systems/client.tsx | 0 app/game-systems/create.tsx | 0 app/game-systems/page.tsx | 0 app/globals.css | 0 app/help/[article]/client.tsx | 0 app/help/[article]/error.tsx | 0 app/help/[article]/loading.tsx | 0 app/help/[article]/page.tsx | 0 app/help/page.tsx | 0 app/layout.tsx | 0 app/page.tsx | 0 app/publications/page.tsx | 0 app/ttc icon.svg | 0 components/devtools/DevTool.tsx | 0 components/devtools/Toolbox.tsx | 0 components/devtools/context.tsx | 0 components/loader.tsx | 0 components/ttcmd/index.tsx | 0 global.d.ts | 0 hooks/types.d.ts | 0 hooks/useDebounce.ts | 0 hooks/useInput.ts | 0 hooks/useObjectState.ts | 0 hooks/useRefCallback.ts | 0 lib/accordion/index.tsx | 0 lib/poppables/components/poppable-content.tsx | 0 lib/poppables/components/poppable.tsx | 0 lib/portal/components/index.ts | 0 lib/secret/index.ts | 0 lib/secret/init.ts | 0 lib/sticky/index.tsx | 0 lib/tcmd/TokenIdentifiers.tsx | 0 lib/tcmd/index.ts | 0 lib/utils/bulkRound.ts | 0 lib/utils/clamp.ts | 0 lib/zip.ts | 0 md/help articles/How to use ttcMD.md | 0 md/help articles/test.md | 0 md/home.md | 0 next.config.mjs | 0 package-lock.json | 0 package.json | 0 postcss.config.js | 0 prisma/migrations/20240317161445_init/migration.sql | 0 .../migrations/20240317164602_update/migration.sql | 0 prisma/migrations/migration_lock.toml | 0 prisma/prismaClient.ts | 0 prisma/schema.prisma | 0 public/next.svg | 0 public/vercel.svg | 0 tailwind.config.ts | 0 test.md | 0 tsconfig.json | 0 types.d.ts | 0 64 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 .eslintrc.json mode change 100644 => 100755 .gitignore mode change 100644 => 100755 Dockerfile mode change 100644 => 100755 README.md mode change 100644 => 100755 actions/GameSystems/create.ts mode change 100644 => 100755 actions/GameSystems/deleteAll.ts mode change 100644 => 100755 actions/readMD.ts mode change 100644 => 100755 app/client.tsx mode change 100644 => 100755 app/favicon.ico mode change 100644 => 100755 app/game-systems/[id]/page.tsx mode change 100644 => 100755 app/game-systems/client.tsx mode change 100644 => 100755 app/game-systems/create.tsx mode change 100644 => 100755 app/game-systems/page.tsx mode change 100644 => 100755 app/globals.css mode change 100644 => 100755 app/help/[article]/client.tsx mode change 100644 => 100755 app/help/[article]/error.tsx mode change 100644 => 100755 app/help/[article]/loading.tsx mode change 100644 => 100755 app/help/[article]/page.tsx mode change 100644 => 100755 app/help/page.tsx mode change 100644 => 100755 app/layout.tsx mode change 100644 => 100755 app/page.tsx mode change 100644 => 100755 app/publications/page.tsx mode change 100644 => 100755 app/ttc icon.svg mode change 100644 => 100755 components/devtools/DevTool.tsx mode change 100644 => 100755 components/devtools/Toolbox.tsx mode change 100644 => 100755 components/devtools/context.tsx mode change 100644 => 100755 components/loader.tsx mode change 100644 => 100755 components/ttcmd/index.tsx mode change 100644 => 100755 global.d.ts mode change 100644 => 100755 hooks/types.d.ts mode change 100644 => 100755 hooks/useDebounce.ts mode change 100644 => 100755 hooks/useInput.ts mode change 100644 => 100755 hooks/useObjectState.ts mode change 100644 => 100755 hooks/useRefCallback.ts mode change 100644 => 100755 lib/accordion/index.tsx mode change 100644 => 100755 lib/poppables/components/poppable-content.tsx mode change 100644 => 100755 lib/poppables/components/poppable.tsx mode change 100644 => 100755 lib/portal/components/index.ts mode change 100644 => 100755 lib/secret/index.ts mode change 100644 => 100755 lib/secret/init.ts mode change 100644 => 100755 lib/sticky/index.tsx mode change 100644 => 100755 lib/tcmd/TokenIdentifiers.tsx mode change 100644 => 100755 lib/tcmd/index.ts mode change 100644 => 100755 lib/utils/bulkRound.ts mode change 100644 => 100755 lib/utils/clamp.ts mode change 100644 => 100755 lib/zip.ts mode change 100644 => 100755 md/help articles/How to use ttcMD.md mode change 100644 => 100755 md/help articles/test.md mode change 100644 => 100755 md/home.md mode change 100644 => 100755 next.config.mjs mode change 100644 => 100755 package-lock.json mode change 100644 => 100755 package.json mode change 100644 => 100755 postcss.config.js mode change 100644 => 100755 prisma/migrations/20240317161445_init/migration.sql mode change 100644 => 100755 prisma/migrations/20240317164602_update/migration.sql mode change 100644 => 100755 prisma/migrations/migration_lock.toml mode change 100644 => 100755 prisma/prismaClient.ts mode change 100644 => 100755 prisma/schema.prisma mode change 100644 => 100755 public/next.svg mode change 100644 => 100755 public/vercel.svg mode change 100644 => 100755 tailwind.config.ts mode change 100644 => 100755 test.md mode change 100644 => 100755 tsconfig.json mode change 100644 => 100755 types.d.ts diff --git a/.eslintrc.json b/.eslintrc.json old mode 100644 new mode 100755 diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/Dockerfile b/Dockerfile old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/actions/GameSystems/create.ts b/actions/GameSystems/create.ts old mode 100644 new mode 100755 diff --git a/actions/GameSystems/deleteAll.ts b/actions/GameSystems/deleteAll.ts old mode 100644 new mode 100755 diff --git a/actions/readMD.ts b/actions/readMD.ts old mode 100644 new mode 100755 diff --git a/app/client.tsx b/app/client.tsx old mode 100644 new mode 100755 diff --git a/app/favicon.ico b/app/favicon.ico old mode 100644 new mode 100755 diff --git a/app/game-systems/[id]/page.tsx b/app/game-systems/[id]/page.tsx old mode 100644 new mode 100755 diff --git a/app/game-systems/client.tsx b/app/game-systems/client.tsx old mode 100644 new mode 100755 diff --git a/app/game-systems/create.tsx b/app/game-systems/create.tsx old mode 100644 new mode 100755 diff --git a/app/game-systems/page.tsx b/app/game-systems/page.tsx old mode 100644 new mode 100755 diff --git a/app/globals.css b/app/globals.css old mode 100644 new mode 100755 diff --git a/app/help/[article]/client.tsx b/app/help/[article]/client.tsx old mode 100644 new mode 100755 diff --git a/app/help/[article]/error.tsx b/app/help/[article]/error.tsx old mode 100644 new mode 100755 diff --git a/app/help/[article]/loading.tsx b/app/help/[article]/loading.tsx old mode 100644 new mode 100755 diff --git a/app/help/[article]/page.tsx b/app/help/[article]/page.tsx old mode 100644 new mode 100755 diff --git a/app/help/page.tsx b/app/help/page.tsx old mode 100644 new mode 100755 diff --git a/app/layout.tsx b/app/layout.tsx old mode 100644 new mode 100755 diff --git a/app/page.tsx b/app/page.tsx old mode 100644 new mode 100755 diff --git a/app/publications/page.tsx b/app/publications/page.tsx old mode 100644 new mode 100755 diff --git a/app/ttc icon.svg b/app/ttc icon.svg old mode 100644 new mode 100755 diff --git a/components/devtools/DevTool.tsx b/components/devtools/DevTool.tsx old mode 100644 new mode 100755 diff --git a/components/devtools/Toolbox.tsx b/components/devtools/Toolbox.tsx old mode 100644 new mode 100755 diff --git a/components/devtools/context.tsx b/components/devtools/context.tsx old mode 100644 new mode 100755 diff --git a/components/loader.tsx b/components/loader.tsx old mode 100644 new mode 100755 diff --git a/components/ttcmd/index.tsx b/components/ttcmd/index.tsx old mode 100644 new mode 100755 diff --git a/global.d.ts b/global.d.ts old mode 100644 new mode 100755 diff --git a/hooks/types.d.ts b/hooks/types.d.ts old mode 100644 new mode 100755 diff --git a/hooks/useDebounce.ts b/hooks/useDebounce.ts old mode 100644 new mode 100755 diff --git a/hooks/useInput.ts b/hooks/useInput.ts old mode 100644 new mode 100755 diff --git a/hooks/useObjectState.ts b/hooks/useObjectState.ts old mode 100644 new mode 100755 diff --git a/hooks/useRefCallback.ts b/hooks/useRefCallback.ts old mode 100644 new mode 100755 diff --git a/lib/accordion/index.tsx b/lib/accordion/index.tsx old mode 100644 new mode 100755 diff --git a/lib/poppables/components/poppable-content.tsx b/lib/poppables/components/poppable-content.tsx old mode 100644 new mode 100755 diff --git a/lib/poppables/components/poppable.tsx b/lib/poppables/components/poppable.tsx old mode 100644 new mode 100755 diff --git a/lib/portal/components/index.ts b/lib/portal/components/index.ts old mode 100644 new mode 100755 diff --git a/lib/secret/index.ts b/lib/secret/index.ts old mode 100644 new mode 100755 diff --git a/lib/secret/init.ts b/lib/secret/init.ts old mode 100644 new mode 100755 diff --git a/lib/sticky/index.tsx b/lib/sticky/index.tsx old mode 100644 new mode 100755 diff --git a/lib/tcmd/TokenIdentifiers.tsx b/lib/tcmd/TokenIdentifiers.tsx old mode 100644 new mode 100755 diff --git a/lib/tcmd/index.ts b/lib/tcmd/index.ts old mode 100644 new mode 100755 diff --git a/lib/utils/bulkRound.ts b/lib/utils/bulkRound.ts old mode 100644 new mode 100755 diff --git a/lib/utils/clamp.ts b/lib/utils/clamp.ts old mode 100644 new mode 100755 diff --git a/lib/zip.ts b/lib/zip.ts old mode 100644 new mode 100755 diff --git a/md/help articles/How to use ttcMD.md b/md/help articles/How to use ttcMD.md old mode 100644 new mode 100755 diff --git a/md/help articles/test.md b/md/help articles/test.md old mode 100644 new mode 100755 diff --git a/md/home.md b/md/home.md old mode 100644 new mode 100755 diff --git a/next.config.mjs b/next.config.mjs old mode 100644 new mode 100755 diff --git a/package-lock.json b/package-lock.json old mode 100644 new mode 100755 diff --git a/package.json b/package.json old mode 100644 new mode 100755 diff --git a/postcss.config.js b/postcss.config.js old mode 100644 new mode 100755 diff --git a/prisma/migrations/20240317161445_init/migration.sql b/prisma/migrations/20240317161445_init/migration.sql old mode 100644 new mode 100755 diff --git a/prisma/migrations/20240317164602_update/migration.sql b/prisma/migrations/20240317164602_update/migration.sql old mode 100644 new mode 100755 diff --git a/prisma/migrations/migration_lock.toml b/prisma/migrations/migration_lock.toml old mode 100644 new mode 100755 diff --git a/prisma/prismaClient.ts b/prisma/prismaClient.ts old mode 100644 new mode 100755 diff --git a/prisma/schema.prisma b/prisma/schema.prisma old mode 100644 new mode 100755 diff --git a/public/next.svg b/public/next.svg old mode 100644 new mode 100755 diff --git a/public/vercel.svg b/public/vercel.svg old mode 100644 new mode 100755 diff --git a/tailwind.config.ts b/tailwind.config.ts old mode 100644 new mode 100755 diff --git a/test.md b/test.md old mode 100644 new mode 100755 diff --git a/tsconfig.json b/tsconfig.json old mode 100644 new mode 100755 diff --git a/types.d.ts b/types.d.ts old mode 100644 new mode 100755