This website requires JavaScript.
Explore
Help
Sign In
julienfroidefond
/
got-gaming
Watch
1
Star
0
Fork
0
You've already forked got-gaming
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
2cfb9ad0411aea7cfd4db2422a679c52c4217029
got-gaming
/
lib
History
Julien Froidefond
f0c9a9e4cc
Update database connection path: Change DATABASE_URL in .env and related files to point to the new data directory for SQLite database.
2025-12-11 06:36:54 +01:00
..
auth.ts
Refactor ESLint configuration and update code formatting: Standardize quotes in eslint.config.mjs, next.config.js, and various TypeScript files for consistency. Add Prettier as a dependency and include formatting scripts in package.json. Clean up unnecessary whitespace in multiple files to enhance code readability.
2025-12-10 11:30:00 +01:00
eventStatus.ts
Refactor event status handling: Remove EventStatus enum from the Prisma schema and update related API routes and UI components to calculate event status dynamically based on event date. This change simplifies event management and enhances data integrity by ensuring status is always derived from the date.
2025-12-10 05:45:25 +01:00
preferences.ts
Refactor ESLint configuration and update code formatting: Standardize quotes in eslint.config.mjs, next.config.js, and various TypeScript files for consistency. Add Prettier as a dependency and include formatting scripts in package.json. Clean up unnecessary whitespace in multiple files to enhance code readability.
2025-12-10 11:30:00 +01:00
prisma.ts
Update database connection path: Change DATABASE_URL in .env and related files to point to the new data directory for SQLite database.
2025-12-11 06:36:54 +01:00