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

v1.1 #28

Merged
merged 53 commits into from
May 18, 2024
Merged

v1.1 #28

merged 53 commits into from
May 18, 2024

Conversation

fiveoutofnine
Copy link
Owner

@fiveoutofnine fiveoutofnine commented Mar 24, 2024

  • Next.js 13 $\rightarrow$ Next.js 14
    • /pages $\rightarrow$ /app directory
    • next-seo $\rightarrow$ native Next.js Metadata + Viewport
  • Update all deps (see package.json)
    • Note: @radix-ui/colors is updated to new color palettes
  • RainbowKit $\rightarrow$ ConnectKit
  • font-weight: 300 $\rightarrow$ font-weight: 400
  • <ChessFeature /> changes
    • text-blue-9, text-red-9 $\rightarrow$ text-blue-11, text-red-11 to conform to design system (+ accessibility)
    • Make <a> tag entire target of the NFT display (the scaled image is now a child); styles updated accordingly
    • Fix bug where section styles in the <style> from the NFT's URI is applied too broadly by specifying an ID
  • <TxDotCoolFeature /> changes
    • Add multichain support
    • Add connect wallet $\rightarrow$ send message button
    • Update useToast $\rightarrow$ toast
    • Remove prepared transaction
  • <TypingFeature /> changes
    • Select on-load quote w/ Math.random server-side (as opposed to on page load w/ useEffect)
    • Remove unnecessary tooltips "5/9's WPM" and "5/9's time"
  • <RunningFeature /> changes
    • Fetch data in a React Server Component, rather than at the page level (and delete corresponding util functions)
    • Update text-gray-11 $\rightarrow$ text-gray-12 on the tabs for more visual hierarchy and consistency
    • Update space between tabs from gap-4 to gap-2
    • <RunningFeatureDetailBarGraph /> changes
      • Make graph text unselectable
      • Render pillars 0.5px less to prevent them getting clipped by the X-axis
      • Update focus states on tooltips
      • Add aria-hidden={true} to invisible elements
      • Compute the totals and averages based on the last updated graph rather than current
  • <RunningFeatureDetailHeatmap /> changes
    • Add aria-hidden={true} to invisible elements
    • stroke-gray-7 $\rightarrow$ stroke-gray-6 on the legend because it's non-interactive
    • Make graph text unselectable
  • <ColormapRegistryFeature /> changes
    • Fix minor calculation with the tooltip top position ($62\rightarrow65$)
    • Add "copy color value" feature
    • Replace view added tx button to view colormap definition modal
    • Add copy colormap ID dropdown + buttons
    • Add 2 new colormaps base-chain and farcaster
    • Add aria-hidden={true} to gradient overflow indicator components
  • Add <ChainIcon id={chainId} {...props} /> component that composes <LogoIcon.* />
  • Add aria-hidden={true} to spacer elements in <NavBar />
  • Update bg-gray-4 $\rightarrow$ bg-gray-5 text-gray-12 to selected pages in <NavBar /> for more visual hierarchy and consistency w/ <Tabs />
  • Update Twitter $\rightarrow$ X
  • Update existing doc pages
  • Update code convention
    • Remove imports for React types (e.g. FC $\rightarrow$ React.FC)
    • Remove unnecessary displayNames

Copy link

vercel bot commented Mar 24, 2024

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

Name Status Preview Comments Updated (UTC)
www-xq0s ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 18, 2024 2:21am

* feat: ini running heatmap

* feat: ini /design layout

* fix: add more visual hierarchy and consistency to nav bar

* chore: migrate `<DesignPageNav />`

* feat: ini mdx

* feat: ini first page

* feat: ini MDX components

* feat: add `<pre>`

* feat: add `<a>`, `<code>`, `<p>`

* feat: add design component display accordion

* feat: use existing `ToastProps`

* chore: update metadata

* chore: update metadata

* chore: update metadata

* chore: add small animation

* fix: add `backdrop-blur` to `<CodeBlock />` UI actions

* chore: migrate color.mdx

* chore: fix button intent

* fix: color scale hover styles

* chore: update OG image generation to new colors

* chore: delete unused files

* feat: `<Callout />` component

* feat: add metadata export

* docs: update colors

* fix: `code` styles
* docs: add /`design/libraries`

* docs: edit `/design/colors` content

* docs: edit `/design/badge` content

* docs: edit `/design/button` content

* docs: add `<CodeBlock />` content

* fix: hard code in display name

* docs: edit `<CodeBlock />` content

* chore: update

* docs: add `<Tooltip />` content

* docs: add `<Toast />` content

* docs: add `<Select />` content

* docs: add `<HoverCard />` content
@fiveoutofnine fiveoutofnine merged commit c3b5ae9 into main May 18, 2024
2 checks passed
@fiveoutofnine fiveoutofnine deleted the v1.1 branch May 18, 2024 02:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants