-
Notifications
You must be signed in to change notification settings - Fork 0
Add GitHub Format Check #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review by RecurseML
🔍 Review performed on 0bb1f8d..2cd274b
| Severity | Location | Issue | Delete |
|---|---|---|---|
| .github/workflows/format-check.yml:10 | GitHub workflow wrong directory | ||
| .github/workflows/format-check.yml:21 | Missing npm script reference |
✅ Files analyzed, no issues (14)
• .gitignore
• junction-app/.gitignore
• junction-app/app/auth/page.tsx
• junction-app/app/dashboard/page.tsx
• junction-app/app/layout.tsx
• junction-app/app/page.tsx
• junction-app/bun.lock
• junction-app/components/AppChrome.tsx
• junction-app/components/Nav.tsx
• junction-app/components/landing/Demo.tsx
• junction-app/components/landing/Footer.tsx
• junction-app/components/landing/Hero.tsx
• junction-app/components/landing/TrustScore.tsx
• junction-app/package.json
Add GitHub Format Check
High-level PR Summary
This PR adds a GitHub Actions workflow for Prettier formatting checks and implements a complete redesign of the landing page with new component architecture. The changes include setting up automated code formatting validation, adding the
lucide-reacticon library, creating a new themed navigation system with theAppChromewrapper component, and building out a full landing page with Hero, Demo, TrustScore, and Footer sections. The PR also includes minor improvements to authentication flow (redirect logic for logged-in users) and error handling, plus gitignore updates for development files.⏱️ Estimated Review Time: 15-30 minutes
💡 Review Order Suggestion
.github/workflows/format-check.yml.gitignorejunction-app/.gitignorejunction-app/package.jsonjunction-app/bun.lockjunction-app/components/AppChrome.tsxjunction-app/components/Nav.tsxjunction-app/components/landing/Hero.tsxjunction-app/components/landing/Demo.tsxjunction-app/components/landing/TrustScore.tsxjunction-app/components/landing/Footer.tsxjunction-app/app/layout.tsxjunction-app/app/page.tsxjunction-app/app/auth/page.tsxjunction-app/app/dashboard/page.tsxjunction-app/app/auth/page.tsxjunction-app/app/dashboard/page.tsx