Skip to content
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

Migrate to NextJS 13 App Router + Typescript support #124

Merged
merged 18 commits into from
Sep 4, 2023
Merged

Migrate to NextJS 13 App Router + Typescript support #124

merged 18 commits into from
Sep 4, 2023

Conversation

rithviknishad
Copy link
Member

@rithviknishad rithviknishad commented Jun 24, 2023

@vercel
Copy link

vercel bot commented Jun 24, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
leaderboard ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 31, 2023 2:00pm

@cloudflare-pages
Copy link

cloudflare-pages bot commented Jun 24, 2023

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 9f30dce
Status:🚫  Build failed.

View logs

Copy link
Member

@bodhish bodhish left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Quick pass; LGTM

app/contributors/[slug]/page.tsx Outdated Show resolved Hide resolved
Comment on lines +78 to +82
--dark-background: #111827;
--light-foreground: #020202;
--dark-foreground: #f9fafb;
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would have used the primary & secondary instead of background and foreground; Do we really need a primary + background + foreground ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So like, we would simply invert primary with secondary and vice-versa for dark mode and light mode?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But primary and foreground colors are different right? We can't have primary color for all texts.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change primary and secondary for light and dark;

@bodhish
Copy link
Member

bodhish commented Aug 30, 2023

@rithviknishad lets clean up Journey Map; Not a priority, lets tackle it on a different PR
image

Copy link
Member

@sainak sainak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rithviknishad can you run prettier on all files once, use the config from care_fe.
update package-lock as well

@rithviknishad
Copy link
Member Author

rithviknishad commented Aug 31, 2023

We are currently having package-lock and yarn lock both checked-in.

Shifting to pnpm to save mac user's SSDs :)
Also: https://vercel.com/changelog/projects-using-pnpm-can-now-be-deployed-with-zero-configuration

@gigincg gigincg merged commit 35c7489 into main Sep 4, 2023
2 of 3 checks passed
@rithviknishad rithviknishad deleted the next13 branch February 13, 2024 12:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
5 participants