Aaron Cook

Results 49 issues of Aaron Cook

## Overview We want to refactor the project into a new repository, focusing on the base framework and Redux store. ## Links - [Motivation and reasoning](https://www.notion.so/gnosis-safe/Sausage-Fork-0491cb87d0f5465db724c932196fea01) - [Milestones](https://www.notion.so/gnosis-safe/Milestones-2467ae4922c144e6809149565fef855a)

Web

## Description When not connected to a wallet, `Safe Mobile` is the `provider.name` in the store. Onboard has already fired a subscription of the wallet name. The pairing provider needs...

Bug 🐛
Minor

## Overview Notifications are sometimes cryptic and hard to understand, i.e. GS103, nor are they relatable to their dispatcher. We want to add related, actionable data/links to notifications to clarify...

Web

## Description On-chain confirmations (aka `approveHash`) are not proposing. Although WC seems to work fine, this occured with an Argent wallet. ## Environment - Wallet: Argent - Chain: Mainnet ##...

Bug 🐛

## Overview Large amounts on the review modal can be confusing. As such, we should add thousand separators. It would also be nice to include in input fields but (as...

## Description The transaction service has [issues](https://github.com/gnosis/safe-transaction-service/issues/493) returning the correct decoded contract labels: > The "dataDecoded" for the [transaction](https://safe-transaction.mainnet.gnosis.io/api/v1/safes/0xA74e9791D7D66c6a14B2C571BdA0F2A1f6D64E06/multisig-transactions/?has_confirmations=True&limit=1) has the parameter 0 "receiver" and parameter 1 "tokenAddress", however in...

Enhancement ✨

## Description A few GA events are being over-tracked and need only track on chain switch/Safe load. They should be moved to their respective mounting component. #### Track on chain...

Tech-debt 🚧

## Overview Our current transaction list does not handle conflict headers in the queue list. We [want to extend the current queue list](https://github.com/gnosis/safe-react/issues/3022), but we should also handle conflict headers....

Tech-debt 🚧

## Overview When signing, the `safeTxHash` is not displayed and it is therefore not possible to verify the validity of it. Currently, you would either have to calculate it yourself...

Enhancement ✨
effort-low

## Description Cookies are sometimes prefixed with our legacy immortal keys. In line with [migrating out `localStorage` keys](https://github.com/gnosis/safe-react/issues/3172), we should remove the prefix from our cookies. ## Requirements - Remove...

Tech-debt 🚧