Jordan Gensler

Results 64 issues of Jordan Gensler

We're moving to a network-agnostic explorer, and this updates all references to point to the new explorer. We'll also set up a redirect so any missed paths should be fine.

Type: Documentation

This rebuilds the network selection UI, based on the new designs. This is our first big "App UI Components". These are very similar to the base UI components, but are...

Just a small thing that should improve code consistency: https://tailwindcss.com/blog/automatic-class-sorting-with-prettier

This updates the UI based on feedback from @mystie711

This adds [femver](https://www.npmjs.com/package/@suchipi/femver), which is a lightweight alternative to semver. Right now it just is used for parsing, but the idea is that this is a better way to do...

It can be confusing to users when NFT assets are loading. Example provided from the ecosystem: ![image](https://user-images.githubusercontent.com/109986297/192045912-0d169fa5-4925-4e00-82b7-f74f50b2c85e.png)

wallet-ext
Stale

We should incorporate renovate to manage automatically updating dependencies. Normally we would leverage dependabot but it doesn't support pnpm, so renovate is a good choice for us. - Do we...

Stale

This changes icons to use `generate` instead of `build` so that it's no longer included in turbo builds. The build artifact is the source, and is checked-in, so this should...