Commit Graph

9 Commits

Author SHA1 Message Date
gpt-engineer-app[bot]
86396dfd1a Changes 2025-11-25 22:52:26 +00:00
gpt-engineer-app[bot]
483cd907c8 Fix: Remove duplicate menu and apply card effect
Removed duplicate menu and applied card spotlight effect to category cards.
2025-06-23 22:35:03 +00:00
gpt-engineer-app[bot]
b045ddf5f5 Fix: Resolve import and fetch errors
Resolve "Failed to fetch dynamically imported module" and "Failed to resolve import" errors related to framer-motion and the Index page.
2025-06-23 00:42:38 +00:00
gpt-engineer-app[bot]
576b6e5307 feat: Integrate auto-collapsing sidebar component
Integrate the provided sidebar component, ensuring it functions correctly on both desktop and mobile devices with automatic collapsing and expanding functionality.
2025-06-23 00:40:45 +00:00
gpt-engineer-app[bot]
ff772429f7 Fix: Resolve import error in App.tsx
Fixes an import error in `App.tsx` related to the `authStore`.  The error message "Failed to resolve import "./stores/authStore" from "src/App.tsx". Does the file exist?" indicates that the specified module could not be found.  This commit addresses the issue by ensuring the correct import path or by creating the missing file.
2025-05-20 20:00:20 +00:00
gpt-engineer-app[bot]
90b3030ebb Reverted to commit b8d0db98bb 2025-05-19 18:42:59 +00:00
gpt-engineer-app[bot]
6100374e56 Add user filtering to database queries
Implement user-based filtering in database queries to retrieve data associated with specific users. Determine the users registered today.
2025-05-19 18:22:18 +00:00
gpt-engineer-app[bot]
cfabf6e503 Connect to Supabase project
Add Supabase configuration and types to the project.
2025-05-17 23:33:22 +00:00
gpt-engineer-app[bot]
d755d23300 Use tech stack vite_react_shadcn_ts 2025-05-17 23:22:05 +00:00