Gabe Rodriguez

Results 6 issues of Gabe Rodriguez

Whenever I use this package, it doesn't work in my local environment because https://localhost:### throws errors. Can we add another check like this? if(req.headers && req.headers.host && req.headers.host === 'localhost:####')...

At the moment, selectors do not allow for any hooks inside of it. This is unfortunate because most external libraries provide hooks. This means it's quite difficult to fully move...

enhancement

Related to: https://github.com/penumbra-zone/web/issues/80 We'd like to build a feature where the web app triggers a toast notification when a new note is detected (to the user, symbolizing an incoming transaction,...

The TCT crate has a few important structs that do not have protobuf equivalents. The one the web repo uses the most is `Updates` and all of its fields: https://github.com/penumbra-zone/penumbra/blob/6897901b37f5c72d4b5c593167f0e0b933dd2eb5/crates/crypto/tct/src/storage.rs#L279-L290...

_P-low
protobuf-changes

## Describe your changes Web apps are currently unable to visually distinguish certain IBC assets that represent rehypothecated tokens. Aka, Bitcoin from Osmosis or Nomic. Both of their metadata possess...

After attempting a UI for LP positions in https://github.com/penumbra-zone/web/pull/1786, there are some changes to [LiquidityPositionsResponse](https://buf.build/penumbra-zone/penumbra/docs/main:penumbra.core.component.dex.v1#penumbra.core.component.dex.v1.LiquidityPositionsResponse) that would make it easier to create LP-related UI's. ### Proposal ```diff message LiquidityPositionsResponse {...

needs-refinement