Tags: fiveoutofnine/www
Tags
v1.1 (#28) * feat: pnpm -> bun * chore: add walletconnect project id * chore: update * feat: update deps and delete everything * feat: update all deps * feat: ini nav bar * feat: add connect button * feat: add header * feat: `<ChessFeature />` * fix: `font-weight: 300` -> `400` * chore: `FC` -> `React.FC` * feat: add link features * chore: delete unused code * fix: make nav-bar highlight selected page * refactor: naming * feat: error pages * fix: add @fiveoutofnine tweet ID * feat: add `<TxDotCoolFeature />` w/o functionality * feat: add `<TypingFeature />` w/o functionality * perf: move randomization to server-side * fix: add `pino-pretty` as external webpack config * chore: register base * feat: add `<ColormapRegistry />` * chore: ini `<RunningFeature />` * v1.1 UI updates (#29) * chore: ini `<RunningFeature />` * feat: modernize `<Badge />` * fix(`Badge />`): use `text-white`/`text-black` on `intent="primary"` * feat: modernize `<Button />` * chore: cleaner `@/components/ui` exports * fix: `<ConnectButton />` button props type error * feat: modernize `<IconButton />` * feat: modernize `<Select />` * feat: modernize `<HoverCard />` * feat: add `<Avatar />` * fix: make logo hover styles consistent * feat: add `<Accordion />` * feat: add `<Checkbox />` * chore: update * feat: add `<Radio />` * feat: add `<Switch />` * fix: make checked styles consistent * fix: `intent="primary"` -> `intent="info" * chore: update * chore: update * feat: add `intent="white"` * feat: modernize `<Tooltip />` * feat: modernize `<Toaster />` and `toast` * chore: update * feat: add `<TextArea />` * fix: adjust text area padding * feat: add `<Input />` * feat: add `<Popover />` * feat: modernize `<CodeBlock />` * feat: add `<Table />` * feat: add `<Tabs />` * fix: focus state on logo * feat: add `<Command />` and `<Dialog />` * feat: add `<Drawer />` * feat: add `<Form />` * feat: add `<Dropdown />` * fix: dropdown disabled states * chore: bump deps * fix: remove unnecessary tooltip * feat: add multichain sending functionality to tx.cool feature * chore: update * chore: update * chore: update * feat: add colormap definitino viewer * feat: add colormap ID copy * feat: ini `<RunningFeature />` * feat: add supabase type gen (#30) * feat: add supabase type gen * fix: lint * chore: run lint * feat: impl running bar chart * fix: hydration * fix: display time only to last-updated data * chore: delete unused file * feat: ini running heatmap * v1.1 `/design` (#31) * 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 * chore: add blog page * fix: running bar chart tabs * feat: add running heatmap * chore: twitter -> X * chore: update bio * fix: scroll padding * chore: update * fix: close navbar drawer on navigation * fix: `ariaLabel` -> `aria-label` * v1.1 `/design` docs (#32) * 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
Use `<Slot />` to merge props and render link buttons as `<Link />` (#24 ) * fix: render `Link` for link buttons * docs: correct "Link" section in "Button" docs * fix: make socials `newTab` and disable correctly * fix: remove underline Co-authored-by: Shun Kakinoki <[email protected]>