Commit Graph

9 Commits

Author SHA1 Message Date
b3213045ce remove unnecesary code 2025-11-13 18:25:47 +01:00
Jrodenas
3371def3b9 chore: update dependencies and devDependencies in package.json
fix: refactor drizzle integration to use optional chaining for DATABASE_URL

fix: update Supabase integration to use getCookies instead of parseCookies

feat: implement user profile creation with validation schema

refactor: remove unused user-related functions and adjust signup logic

fix: update user validation schema to include first and last name

chore: enhance route tree with SSR support for router

refactor: rename createRouter to getRouter for clarity

fix: update RootDocument styles for background gradient

refactor: clean up _authed routes by removing unused queries

fix: adjust register form layout for better readability

chore: simplify Vite configuration by removing unnecessary options
2025-11-12 20:09:59 +01:00
juan
e1c0866cdf feat: add dashboard route and update user registration and login flows 2025-08-15 18:54:14 +02:00
juan
c8fcdd7f29 Merge branch 'develop' into feature/add_drizzle_orm 2025-08-11 19:59:44 +02:00
juan
6326d0bc06 feat: integrate drizzle ORM with PostgreSQL and set up user management
- Added drizzle configuration for PostgreSQL connection.
- Created user schema for the 'demo' table in drizzle.
- Implemented database connection and user retrieval in drizzle integration.
- Added migration SQL for creating the 'demo' table.
- Updated user hooks to use server functions for login and signup.
- Refactored user-related functions to use drizzle ORM for database interactions.
- Updated routes to utilize new user management functions.
2025-08-11 19:59:06 +02:00
Jrodenas
8489d37979 feat: add @tanstack/react-router-ssr-query dependency and integrate SSR query setup in router 2025-08-11 19:28:42 +02:00
juan
e45772e2a9 feat: add validation schemas for login and signup, integrate validation in respective components 2025-08-10 18:30:07 +02:00
Jrodenas
83b86ab0f0 feat: implement Sonner for toast notifications 2025-08-07 20:12:35 +02:00
juan
923c1ce427 feat: initialize project with TanStack and HeroUI integration
- Add package.json with dependencies for TanStack, HeroUI, and Vite.
- Include favicon, logos, and manifest for PWA support.
- Create global styles with Tailwind CSS and HeroUI.
- Set up TypeScript configuration for the project.
- Implement routing with TanStack Router and context for React Query.
- Create root and index routes with basic application structure.
- Add integration files for HeroUI and TanStack Query.
- Configure Vite with necessary plugins for React and Tailwind CSS.
2025-08-06 19:29:06 +02:00