Commit Graph

17 Commits

Author SHA1 Message Date
96ebac5547 feat - new schemas 2025-08-13 16:31:22 +02:00
970c8b33db feat - New profile table connected to the authenticated user base 2025-08-12 18:26:36 +02:00
juan
c0764fcc84 Merge branch 'feature/add_drizzle_orm' into develop 2025-08-11 20:00:04 +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
7bc5fcb249 Merge branch 'feature/supabase_auth' into develop 2025-08-11 14:47:25 +02:00
juan
d4d384ba2b fix: update validation logic in useValidation hook and improve error handling in useLogin hook 2025-08-11 14:06:13 +02:00
Jrodenas
a2ae7d5b5a feat: refactor authentication flow, implement user hooks, and add validation schemas for login/signup 2025-08-10 20:16:27 +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
juan
51c7b9f86d feat: refactor authentication routes and add toast notifications for login/signup/logout actions 2025-08-10 16:37:53 +02:00
Jrodenas
83b86ab0f0 feat: implement Sonner for toast notifications 2025-08-07 20:12:35 +02:00
juan
5d178709ef fix: update section header from 'Inicio' to 'Supabase' in README 2025-08-07 18:24:46 +02:00
juan
775133281e feat: integrate Supabase for authentication and add routing for login, signup, and logout 2025-08-07 18:23:45 +02:00
juan
d68a0113b2 add readme 2025-08-06 20:00:27 +02:00
juan
05a83e3bcb update gitignore 2025-08-06 19:48:57 +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