dashboard icon indicating copy to clipboard operation
dashboard copied to clipboard

[WIP] - app router + chainlist + chain page + shadcn ui

Open jnsdls opened this issue 1 year ago • 2 comments

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 GlobalError component
  • Refactored TypeScript configurations and environment variables
  • Introduced color mode toggle feature in ColorModeToggle component

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}

jnsdls avatar Apr 30 '24 09:04 jnsdls

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

vercel[bot] avatar Apr 30 '24 09:04 vercel[bot]

I have literally no idea why vercel build is stuck

MananTank avatar May 23 '24 00:05 MananTank

🚨 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 NoteSource
Telemetry npm/[email protected]
  • Note: Can be disabled by setting the environment variable NEXT_TELEMETRY_DISABLED=1 . See https://nextjs.org/telemetry for more information
Install scripts npm/@sentry/[email protected]
  • Install script: postinstall
  • Source: node ./scripts/install.js
Install scripts npm/@sentry/[email protected]
  • Install script: postinstall
  • Source: node ./scripts/install.js

View full report↗︎

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

socket-security[bot] avatar May 23 '24 08:05 socket-security[bot]

📝 Changed routes:

/[chain_id]/[...paths] /profile/[profileAddress]
Screenshot of /[chain_id]/[...paths]
(view full size)
Screenshot of /profile/[profileAddress]
(view full size)
/publish/[...paths]
Screenshot of /publish/[...paths]
(view full size)

2 deleted routes:

  • /[chainSlug]
  • /chainlist

Commit e94748587db967deec5900f790fe02d50cdb14cd (https://thirdweb-tii1lf8nf.thirdweb-preview.com).

jnsdls avatar May 23 '24 11:05 jnsdls

Merge activity

  • Jun 7, 6:18 PM EDT: @jnsdls started a stack merge that includes this pull request via Graphite.
  • Jun 7, 6:21 PM EDT: @jnsdls merged this pull request with Graphite.

jnsdls avatar Jun 07 '24 22:06 jnsdls