Skip to content

Conversation

@jnsdls
Copy link
Member

@jnsdls jnsdls commented Jan 30, 2025

PR-Codex overview

This PR introduces a Next.js application with Tailwind CSS and ESLint configurations, enhancing the login functionality with thirdweb integration. It establishes a layout, API routes, and client-side logic for managing user sessions, along with a comprehensive README for setup instructions.

Detailed summary

  • Added postcss.config.mjs for Tailwind CSS integration.
  • Created Providers component in providers.tsx for wrapping children with ThirdwebProvider.
  • Configured tailwind.config.ts with content paths and theme colors.
  • Updated eslint.config.mjs to extend Next.js configurations.
  • Implemented CORS headers in next.config.ts.
  • Modified .gitignore for various file types.
  • Defined TypeScript settings in tsconfig.json.
  • Enhanced package.json scripts for linting and prefix commands.
  • Developed RootLayout in layout.tsx with font integration and metadata.
  • Created API route in route.salty for handling POST requests.
  • Updated README.md with project setup instructions.
  • Built main page.tsx with thirdweb client integration and session handling.
  • Styled global CSS with Tailwind directives and custom properties.
  • Created public tw-login.js for managing login state and URL parsing.

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

@vercel
Copy link

vercel bot commented Jan 30, 2025

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

Name Status Preview Comments Updated (UTC)
docs-v2 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 31, 2025 0:12am
thirdweb_playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 31, 2025 0:12am
thirdweb-www ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 31, 2025 0:12am
wallet-ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 31, 2025 0:12am

@changeset-bot
Copy link

changeset-bot bot commented Jan 30, 2025

⚠️ No Changeset found

Latest commit: 500efc8

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions github-actions bot added the Playground Changes involving the Playground codebase. label Jan 30, 2025
Copy link
Member Author

jnsdls commented Jan 30, 2025


How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • merge-queue - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

@jnsdls jnsdls merged commit 69a921d into main Jan 31, 2025
22 of 28 checks passed
@jnsdls jnsdls deleted the 01-30-tw_login branch January 31, 2025 00:09
@codecov
Copy link

codecov bot commented Jan 31, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 56.87%. Comparing base (9abdb92) to head (500efc8).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6122   +/-   ##
=======================================
  Coverage   56.87%   56.87%           
=======================================
  Files        1153     1153           
  Lines       63896    63896           
  Branches     5180     5180           
=======================================
  Hits        36344    36344           
  Misses      26825    26825           
  Partials      727      727           
Flag Coverage Δ *Carryforward flag
legacy_packages 65.68% <ø> (ø) Carriedforward from 9abdb92
packages 55.07% <ø> (ø)

*This pull request uses carry forward flags. Click here to find out more.

@github-actions
Copy link
Contributor

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 46.6 KB (0%) 933 ms (0%) 2.4 s (-18.19% 🔽) 3.3 s
thirdweb (cjs) 122.39 KB (0%) 2.5 s (0%) 6.2 s (-13.27% 🔽) 8.7 s
thirdweb (minimal + tree-shaking) 5.58 KB (0%) 112 ms (0%) 307 ms (-17.32% 🔽) 419 ms
thirdweb/chains (tree-shaking) 506 B (0%) 10 ms (0%) 74 ms (-42.77% 🔽) 84 ms
thirdweb/react (minimal + tree-shaking) 19.28 KB (0%) 386 ms (0%) 1.4 s (+64.97% 🔺) 1.8 s

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

DO NOT MERGE This pull request is still in progress and is not ready to be merged. Playground Changes involving the Playground codebase.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants