Conversation
- Initialize Next.js app (App Router, TypeScript) - Set up Convex backend - Configure Better Auth - Integrate Resend for email delivery - Establish base project structure for v2
- Deleted todo-related mutations, forms, items, and lists to streamline the application. - Removed reset password, sign-in, sign-up, and two-factor verification components to simplify authentication flow. - Eliminated Convex client provider and auth client implementations for better maintainability.
…ication and todos
- Introduced TodoForm component for adding new todos. - Added TodoItem component for displaying individual todos with toggle and remove functionality. - Updated TodoList component to integrate new TodoForm and TodoItem components. - Enhanced UI with cursor pointer styles for buttons and links in globals.css. - Added new utility components: Field, FieldLabel, FieldDescription, FieldError, FieldGroup, FieldLegend, FieldSeparator, FieldSet, FieldContent, and FieldTitle for better form handling. - Updated label component to use Radix UI's Label. - Introduced Separator component for visual separation in forms. - Updated package.json to include new dependencies: framer-motion, lenis, next-themes, and radix-ui.
…ith user authentication and navigation features
…th form handling and validation
…04 Not Found page with animations
… and create Home page with structured components
… Hero, LogoMarquee, Pricing, and SmoothScroll with animations and interactivity
… flow, and remove unused components
…guidelines - Created issue templates for feature requests and general issues to streamline contributions. - Added a pull request template to ensure consistent information is provided. - Implemented GitHub Actions workflows for CI, CodeQL analysis, dependency review, PR labeling, stale issue management, and welcoming new contributors. - Established a labeler configuration to auto-label PRs based on file changes. - Developed a comprehensive CONTRIBUTING.md file to guide new contributors on project setup, coding standards, and the contribution process. - Enhanced README.md with detailed project features, tech stack, and setup instructions.
…ependency management
- Ensured all components return statements are properly formatted.
…bles for Convex deployment
|
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
|
This PR needs a more detailed description. Please add:
Refer to our Contributing Guidelines for more details. |
Dependency Review SummaryThe full dependency review summary was too large to display here (1277KB, limit is 1024KB). Please download the artifact named "dependency-review-summary" to view the complete report. |
- Updated @modelcontextprotocol/sdk to version 1.27.1 in package-lock.json - Updated express to version 5.2.1 and express-rate-limit to version 8.2.1 - Updated other dependencies including ajv, minimatch, and others to their latest versions - Added overrides for @modelcontextprotocol/sdk in package.json to ensure compatibility - Modified SettingsPage component to set loading state before disabling 2FA
|
This PR needs a more detailed description. Please add:
Refer to our Contributing Guidelines for more details. |
No description provided.