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
a62e61a3143b549aa8411e66ccd2c5dbd30c2b65
got-gaming
/
app
History
Julien Froidefond
a62e61a314
All checks were successful
Deploy with Docker Compose / deploy (push)
Successful in 3m36s
Details
Refactor event management and UI components: Update date handling in EventManagement to format dates for input, enhance EventsSection to display a message when no events are available, and improve styling in multiple components for better layout consistency.
2025-12-18 08:08:39 +01:00
..
admin
Update background image positioning in multiple components: Change background image class from 'absolute' to 'fixed' in AdminPage, ChallengesSection, and BackgroundSection for improved layout consistency.
2025-12-17 13:39:50 +01:00
api
Add house leaderboard feature: Integrate house leaderboard functionality in LeaderboardPage and LeaderboardSection components. Update userStatsService to fetch house leaderboard data, and enhance UI to display house rankings, scores, and member details. Update Prisma schema to include house-related models and relationships, and seed database with initial house data.
2025-12-17 13:35:18 +01:00
challenges
Refactor ChallengesSection component to utilize initial challenges and users data: Replace fetching logic with props for challenges and users, streamline challenge creation with a dedicated form component, and enhance UI for better user experience.
2025-12-16 08:20:40 +01:00
events
Optimize database calls across multiple components by implementing Promise.all for parallel fetching of data, enhancing performance and reducing loading times.
2025-12-16 11:19:54 +01:00
feedback
Add event registration and feedback points to site preferences: Update SitePreferences model and related components to include eventRegistrationPoints and eventFeedbackPoints, ensuring proper handling of user scores during event interactions.
2025-12-16 16:38:01 +01:00
houses
Add house leaderboard feature: Integrate house leaderboard functionality in LeaderboardPage and LeaderboardSection components. Update userStatsService to fetch house leaderboard data, and enhance UI to display house rankings, scores, and member details. Update Prisma schema to include house-related models and relationships, and seed database with initial house data.
2025-12-17 13:35:18 +01:00
leaderboard
Add house leaderboard feature: Integrate house leaderboard functionality in LeaderboardPage and LeaderboardSection components. Update userStatsService to fetch house leaderboard data, and enhance UI to display house rankings, scores, and member details. Update Prisma schema to include house-related models and relationships, and seed database with initial house data.
2025-12-17 13:35:18 +01:00
login
Add dotenv package for environment variable management and update pnpm-lock.yaml. Adjust layout in RegisterPage and LoginPage components for improved responsiveness. Enhance AdminPanel with ChallengeManagement section and update navigation links for challenges. Refactor Prisma schema to include Challenge model and related enums.
2025-12-15 16:07:00 +01:00
profile
Optimize database calls across multiple components by implementing Promise.all for parallel fetching of data, enhancing performance and reducing loading times.
2025-12-16 11:19:54 +01:00
register
Add dotenv package for environment variable management and update pnpm-lock.yaml. Adjust layout in RegisterPage and LoginPage components for improved responsiveness. Enhance AdminPanel with ChallengeManagement section and update navigation links for challenges. Refactor Prisma schema to include Challenge model and related enums.
2025-12-15 16:07:00 +01:00
style-guide
Refactor ChallengesSection component to utilize initial challenges and users data: Replace fetching logic with props for challenges and users, streamline challenge creation with a dedicated form component, and enhance UI for better user experience.
2025-12-16 08:20:40 +01:00
globals.css
Enhance theming and UI components: Introduce a new dark cyan theme in globals.css, update layout to utilize ThemeProvider for consistent theming, and refactor button and card components to use CSS variables for styling. Improve navigation and alert components with dynamic styles based on theme variables, ensuring a cohesive user experience across the application.
2025-12-12 17:05:22 +01:00
layout.tsx
Add Footer component to layout and remove StyleGuidePage
2025-12-12 17:10:19 +01:00
page.tsx
Refactor event management and UI components: Update date handling in EventManagement to format dates for input, enhance EventsSection to display a message when no events are available, and improve styling in multiple components for better layout consistency.
2025-12-18 08:08:39 +01:00