15 Commits

Author SHA1 Message Date
gpt-engineer-app[bot]
2f66cd3f11 Implement profile page and navigation changes
- Implemented a profile page with necessary elements for the micro-saas purpose.
- Modified the dashboard to hide the navigation bar after login.
2025-03-10 09:37:11 +00:00
gpt-engineer-app[bot]
2f66c2ddcd Ensure authenticated access to dashboard
Implement authentication check for dashboard route, redirecting unauthenticated users to the authentication page.
2025-03-10 09:26:18 +00:00
gpt-engineer-app[bot]
60ee8bb62e Fix: Resolve TypeScript errors in table component
The component was throwing TypeScript errors because the React namespace did not have the HTMLTableProps, HTMLTableSectionProps and HTMLTableRowProps exported. These have been replaced with React.HTMLAttributes<HTMLTableElement> and React.HTMLAttributes<HTMLTableSectionElement> and React.HTMLAttributes<HTMLTableRowElement> respectively.
2025-03-10 09:17:05 +00:00
gpt-engineer-app[bot]
c37ebae745 Update API keys
The API keys have been updated.
2025-03-10 09:15:33 +00:00
gpt-engineer-app[bot]
85b88d9ee0 Run SQL migrations 2025-03-10 08:55:23 +00:00
gpt-engineer-app[bot]
746a8dbea0 Rebuild authentication page
Rebuild the authentication page.
2025-03-10 08:37:22 +00:00
gpt-engineer-app[bot]
4e4d446422 Remove social login options
Removes the social login options (Github, Google, Microsoft) and keeps only email/password authentication.
2025-03-09 12:43:02 +00:00
gpt-engineer-app[bot]
d3e4bd2df2 Implement authentication functionality
Adds authentication functionality to the application.
2025-03-09 12:41:42 +00:00
gpt-engineer-app[bot]
e1fb6c9bd0 Reverted to edit edt-531cfb36-92c8-430d-82fa-c370bdad5948: "Run SQL migrations
The SQL migrations have been reviewed and approved, and are now being run."
2025-03-09 12:38:34 +00:00
gpt-engineer-app[bot]
480b779a9a Implement sign-up and login
Implements sign-up and login functionality with options for email/password and potentially other providers like Google, GitHub, or Microsoft.
2025-03-09 12:30:51 +00:00
gpt-engineer-app[bot]
58c08af3e8 Run SQL migrations
The SQL migrations have been reviewed and approved, and are now being run.
2025-03-09 11:56:33 +00:00
gpt-engineer-app[bot]
5a113a2b26 Connect to Supabase project
Add Supabase configuration and types to the project.
2025-03-09 11:53:23 +00:00
gpt-engineer-app[bot]
fb7ac014e4 Connect to Supabase project
Add Supabase configuration and types to the project.
2025-03-09 11:25:22 +00:00
gpt-engineer-app[bot]
3d2df14d77 Implement SecuPolicy MVP
Implement core features for SecuPolicy MVP, including document upload, automated task extraction, task overview, and export functionality.
2025-03-09 11:16:09 +00:00
gpt-engineer-app[bot]
48e6d3bdb0 Use tech stack vite_react_shadcn_ts
[skip gpt_engineer]
2025-03-09 11:11:10 +00:00