Closed sirpy closed 2 months ago
@sanajamm can you please provide guidance for Hadar? Ideally it matches other patterns / styles elsewhere in GoodCollective, Goodwallet and GoodDapp.
Maybe also see how this is handled in other dapps to find common patterns.
@sirpy for some reason I can't view the image attached
@SanaJamm are you logged in to zenhub?
@sirpy we would like to follow the same pattern as the Uniswap widget in GoodDapp (see animation below), where loading is handling by a combination of 1) a spinner in the widget which presents the info being updated and 2) a button that goes between disabled and enabled based on ability to perform the transaction.
Do you need any additional assets to make this happen?
i need a design. colors, where exactly the spinner is in our case and its size
See design in ticket https://github.com/GoodDollar/GoodCollective/issues/218
Closing this it will be part of designated buttons
Sometimes we need to wait before allowing user to perform action. like in the donate screen, when donating in a non G$ currency, we need to calculate the best uniswap exchnage path, this takes time, until that time the button should be disabled + some kind of indication to user that he needs to wait.
Currently i've added this indication as a Spinner on the button
Todo: