Skip to content

Develop#5

Merged
hasnaintypes merged 18 commits intomainfrom
develop
Mar 3, 2026
Merged

Develop#5
hasnaintypes merged 18 commits intomainfrom
develop

Conversation

@hasnaintypes
Copy link
Owner

No description provided.

- 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.
- 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
… and create Home page with structured components
… Hero, LogoMarquee, Pricing, and SmoothScroll with animations and interactivity
…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.
- Ensured all components return statements are properly formatted.
@github-advanced-security
Copy link

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.

@github-actions
Copy link

github-actions bot commented Mar 3, 2026

This PR needs a more detailed description. Please add:

  • What changes were made
  • Why these changes were necessary
  • How to test the changes

Refer to our Contributing Guidelines for more details.

@github-actions
Copy link

github-actions bot commented Mar 3, 2026

Dependency Review Summary

The 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.

View full job summary

@hasnaintypes hasnaintypes self-assigned this Mar 3, 2026
- 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
@github-actions
Copy link

github-actions bot commented Mar 3, 2026

This PR needs a more detailed description. Please add:

  • What changes were made
  • Why these changes were necessary
  • How to test the changes

Refer to our Contributing Guidelines for more details.

@hasnaintypes hasnaintypes merged commit 2784843 into main Mar 3, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant