Usame Algan

Results 32 issues of Usame Algan

## Overview Improving the drop-off rate after the transaction has been submitted. At this stage the user has taken the decision to actually create the Safe and pay the associated...

Web

## Overview Part of #3693 As part of the dashboard, we want to create a module that displays network specific gas fees. ## Requirements Since absolute values are so volatile...

## Description With 12 available networks, the list is becoming too long with its current implementation. This already leads to a bug for smaller screens: When accessing the app with...

Bug 🐛
Enhancement ✨

## Overview Create Safe and Load Safe currently manage their internal form state of `owners` differently. This should be streamlined to improve maintainability. ## Differences between create and load *...

Tech-debt 🚧
effort-mid

## What is the feature about When deploying a new safe there is a timeout of 1 minute after which we offer the user to "Cancel" or "Retry" the transaction...

enhancement
safe-creation

## What is the feature about The status screen when creating a safe has multiple UX issues as documented [here](https://www.notion.so/safe-global/Better-handling-of-safe-creation-051abb7ffe8948da8bd638017af96d97) and #1484, #1871, [Slack](https://5afe.slack.com/archives/C04MQSC3R7Y/p1710951036300699) ## The list of requirements -...

enhancement
safe-creation

## What it solves We didn't call the `onSubmit` handler in `CounterfactualForm` so safe apps didn't receive a `safeTxHash` when submitting transactions. ## How this PR fixes it - Call...

## What is this feature about https://www.notion.so/safe-global/07996126a3c041db90e36e01eb4ce46c?v=13eec337284943818b2c05dacbec157e ## Requirements - [ ] Swaps are accessible from the dashboard of a Safe - [ ] Swaps are accessible from the Assets...

## What is the feature about The current dialog when creating a new transaction has 3 options - **Send tokens**, **Send NFTs** and **Transaction Builder** - but still takes up...

enhancement

There are some promises in the code that are not handled correctly. Add these rules to the eslint config and fix them: Note: Running eslint with these rules might take...

tech debt