|
.vscode
|
Updating all dependencies and moving throw errors outside try catches.
|
2023-12-04 22:25:43 -08:00 |
|
drizzle
|
Removing nanoid, changing main id to uuid for all schemas, adding display cuid2, and adding rate limiter to login and signup.
|
2024-03-12 11:34:39 -07:00 |
|
src
|
Fixing use of nanoid.
|
2024-03-12 12:28:54 -07:00 |
|
static
|
Adding favicon, restrict signup for now, fix seed and migration, and do not set email to empty string on signup.
|
2024-03-02 15:53:02 -08:00 |
|
tests
|
Update zod validation, update tests a bit, and checking type with zod in add to collection and wishlist.
|
2022-12-06 23:00:48 -08:00 |
|
.editorconfig
|
Add editorconfig for JetBrains products and remove some unused code.
|
2022-12-29 14:10:28 -08:00 |
|
.eslintignore
|
refactor: 🎨 Update to latest Svelte Kit and update for using Vite
|
2022-07-07 12:30:14 -07:00 |
|
.eslintrc.cjs
|
Updating auth logic for v3 lucia, fixing types, upgrading dependencies.
|
2023-12-19 17:54:39 -08:00 |
|
.gitignore
|
Adding xdp to gitignore becuase that exists for some reason.
|
2023-12-04 22:54:38 -08:00 |
|
.npmrc
|
First commit
|
2022-01-27 21:27:12 -08:00 |
|
.nvmrc
|
Updating all dependencies and moving throw errors outside try catches.
|
2023-12-04 22:25:43 -08:00 |
|
.prettierignore
|
refactor: 🎨 Update to latest Svelte Kit and update for using Vite
|
2022-07-07 12:30:14 -07:00 |
|
.prettierrc
|
Moving search to do a GET with q search param.
|
2022-12-25 10:52:36 -08:00 |
|
components.json
|
Reverting auth refactor.
|
2023-09-11 17:31:15 -07:00 |
|
drizzle.config.ts
|
Removing prisma.
|
2024-03-06 20:37:05 -08:00 |
|
package.json
|
Removing nanoid, changing main id to uuid for all schemas, adding display cuid2, and adding rate limiter to login and signup.
|
2024-03-12 11:34:39 -07:00 |
|
playwright.config.ts
|
Adding shadcn-svelte, updating to tailwind, using tailwind in postcss, removing headless-ui references, comment out custom css, and adding UI comonents to signup / signing.
|
2023-06-30 15:08:45 -07:00 |
|
pnpm-lock.yaml
|
Removing nanoid, changing main id to uuid for all schemas, adding display cuid2, and adding rate limiter to login and signup.
|
2024-03-12 11:34:39 -07:00 |
|
postcss.config.cjs
|
Manipulating logo on auth screen for different sizes.
|
2023-11-12 22:04:44 -08:00 |
|
README.md
|
chore: ⬆️ Upgrade dependencies and change readme
|
2022-07-05 17:15:37 -07:00 |
|
svelte.config.js
|
Upgrading to SvelteKit v2, fixing headers render, and adding random games search. Also add badge component and put in the Game details page.
|
2023-12-26 17:26:39 -08:00 |
|
tailwind.config.js
|
Updating to the newest melt-ui and shadcn-svelte. Move util to utils. Change theme to purple. Start using newer Shadcn components.
|
2023-08-20 22:54:04 -07:00 |
|
tsconfig.json
|
Fixing linting issues.
|
2024-03-10 23:19:55 -07:00 |
|
vercel.json
|
Remove client address and adding cron to remove stale sessions every day at 2AM.
|
2024-01-23 14:07:43 -08:00 |
|
vite.config.ts
|
Removing prisma.
|
2024-03-06 20:37:05 -08:00 |