[WIP] - app router + chainlist + chain page + shadcn ui
PR-Codex overview
This PR adds new components, updates theme settings, and improves error handling in the application. It also refactors TypeScript configurations and introduces a color mode toggle feature.
Detailed summary
- Added new components:
Separator,Label,Input,Checkbox,Switch,ColorModeToggle - Updated theme settings and layout components
- Improved error handling in
GlobalErrorcomponent - Refactored TypeScript configurations and environment variables
- Introduced color mode toggle feature in
ColorModeTogglecomponent
The following files were skipped due to too many changes:
src/@/components/color-mode-toggle.tsx,src/@/components/ui/popover.tsx,src/@/styles/globals.css,src/@/components/ui/toggle.tsx,src/app/new/(dashboard)/layout.tsx,src/@/components/ui/radio-group.tsx,src/app/new/(dashboard)/chainlist/page.tsx,src/@/components/ui/button.tsx,src/@/components/ui/toggle-group.tsx,tailwind.config.js,src/@/components/ui/card.tsx,src/app/new/(dashboard)/chainlist/components/chain-card.tsx,package.json,src/app/new/(dashboard)/chainlist/components/search-input.tsx,src/@/components/ui/dropdown-menu.tsx,pnpm-lock.yaml
✨ Ask PR-Codex anything about this PR by commenting with
/codex {your question}
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| thirdweb-www | ✅ Ready (Inspect) | Visit Preview | ✅ 7 resolved | Jun 7, 2024 3:38pm |
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
| Package | New capabilities | Transitives | Size | Publisher |
|---|---|---|---|---|
| npm/@tanstack/[email protected] | environment | 0 |
1.06 MB | tannerlinsley |
| npm/@thirdweb-dev/[email protected] | None | 0 |
0 B | |
| npm/@thirdweb-dev/[email protected] | None | 0 |
0 B | |
| npm/@thirdweb-dev/[email protected] | None | 0 |
0 B | |
| npm/@thirdweb-dev/[email protected] | None | 0 |
0 B | |
| npm/[email protected] | None | 0 |
8.93 kB | joebell93 |
| npm/[email protected] | None | 0 |
8.55 kB | lukeed |
| npm/[email protected] | environment, filesystem, network, shell, unsafe | +11 |
89.9 MB | vercel-release-bot |
| npm/[email protected] | environment, filesystem, unsafe | 0 |
8.25 MB | prettier-bot |
| npm/[email protected] | network | 0 |
898 kB | bluebill1049 |
| npm/[email protected] | None | 0 |
699 kB | dcas |
| npm/[email protected] | environment, filesystem Transitive: network, shell, unsafe | +92 |
14.6 MB | adamwathan |
| npm/[email protected] | None | 0 |
0 B | |
| npm/[email protected] | None | 0 |
667 kB | colinmcd94 |
🚮 Removed packages: npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected]
I have literally no idea why vercel build is stuck
🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎
To accept the risk, merge this PR and you will not be notified again.
| Alert | Package | Note | Source |
|---|---|---|---|
| Telemetry | npm/[email protected] |
| |
| Install scripts | npm/@sentry/[email protected] |
|
|
| Install scripts | npm/@sentry/[email protected] |
|
Next steps
What is telemetry?
This package contains telemetry which tracks how it is used.
Most telemetry comes with settings to disable it. Consider disabling telemetry if you do not want to be tracked.
What is an install script?
Install scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Packages should not be running non-essential scripts during install and there are often solutions to problems people solve with install scripts that can be run at publish time instead.
Take a deeper look at the dependency
Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev.
Remove the package
If you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency.
Mark a package as acceptable risk
To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of ecosystem/package-name@version specifiers. e.g. @SocketSecurity ignore npm/[email protected] or ignore all packages with @SocketSecurity ignore-all
@SocketSecurity ignore npm/[email protected]@SocketSecurity ignore npm/@sentry/[email protected]@SocketSecurity ignore npm/@sentry/[email protected]
📝 Changed routes:
| /[chain_id]/[...paths] | /profile/[profileAddress] |
|---|---|
![]() (view full size) |
![]() (view full size) |
| /publish/[...paths] |
|---|
![]() (view full size) |
2 deleted routes:
- /[chainSlug]
- /chainlist
Commit e94748587db967deec5900f790fe02d50cdb14cd (https://thirdweb-tii1lf8nf.thirdweb-preview.com).
![Screenshot of /[chain_id]/[...paths]](https://images.weserv.nl?url=https://sjc.microlink.io/-3Ty89-uE_x4Hs7l0Coqgr6PfM40kjtDtAO8nAEZL1WlE9pYiYnuqS90iKevM-HujdfTdk85ik0RnmP49fxV5g.png&w=600)
![Screenshot of /profile/[profileAddress]](https://images.weserv.nl?url=https://sjc.microlink.io/71PmvP_e5lD6_V0Q9aAHSzXxd8yZ_3XiAkPNR0MYdoaUCA9lO5uzTNiS2OVLP1LcjyVcesD5zNMbAZvPnLKTtA.png&w=600)
![Screenshot of /publish/[...paths]](https://images.weserv.nl?url=https://sjc.microlink.io/4GwyeIBh4-3coNgs-67Z5fDhEVHnUstEMGTvSzsHdBRN_Sgiz047wkapDqNFX5pj2Tv7nq5Khpcg52bI56uCWg.png&w=600)