This repository has been archived by the owner on Jun 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 54
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* blur bg on err pages * add logo to err page * pushing error for reproducing the bug * added footer, remove noScroll in view * rm error Co-authored-by: Maria Yablonskaya <[email protected]>
* Show add to wallet button * Change message for unsupported network * PR updates * Small PR change * PR update
* Improve header styles. * Fix margin header. * Optimise header for medium resolution.
Co-authored-by: Leandro <[email protected]>
* Improve eligible banner styles. * remove darken.
* Check pending claims for disconnected accounts * Updated claims available banner message to indicate it's the checked account * Checking only the active claim address for other chains Co-authored-by: Leandro <[email protected]>
* Removed unused hook * Made claim loading return an isLoading state * Refactored ClaimsTable and Investment flow To take claims as parameter to avoid unnecessary hook calls * Added a very ugly loader to claims page * Organized a bit claim/index imports mess * Refactoring claim page components props * Start hook loading by default * Show loader inside modal. Still ugly Co-authored-by: Leandro <[email protected]>
* Show add to wallet button * Change message for unsupported network * PR updates * Small PR change * PR update
Co-authored-by: Leandro <[email protected]>
* Check pending claims for disconnected accounts * Updated claims available banner message to indicate it's the checked account * Checking only the active claim address for other chains Co-authored-by: Leandro <[email protected]>
* Removed unused hook * Made claim loading return an isLoading state * Refactored ClaimsTable and Investment flow To take claims as parameter to avoid unnecessary hook calls * Added a very ugly loader to claims page * Organized a bit claim/index imports mess * Refactoring claim page components props * Start hook loading by default * Show loader inside modal. Still ugly Co-authored-by: Leandro <[email protected]>
* Fix change or disconnect wallet after claim confirm * Update after merge * Handle account change better * Reset isSearchUsed on switch to connected account
Co-authored-by: Leandro <[email protected]>
* Removing unused page/component Rewards/About * Moved cowswap assets to custom/assets/cow-swap folder * Tiny refactor to V_COW contract address type * Overwriting vCOW, GNO and USDC logos on rinkeby and xdai * Displaying vCOW logo on activity modal when activity type is claim Co-authored-by: Leandro <[email protected]>
* New ClaimStatus state: FAILED * Set claim tx status to ClaimStatus.FAILED when tx is not successful * Showing a new 'isFailed' UI on status component for when tx fails * Added go back button on failure to get back to claiming state * Go back button also available for successful claims * Do not count as pending txs that have been executed (have a receipt) Co-authored-by: Leandro <[email protected]>
* Removing unused page/component Rewards/About * Moved cowswap assets to custom/assets/cow-swap folder * Tiny refactor to V_COW contract address type * Overwriting vCOW, GNO and USDC logos on rinkeby and xdai * Displaying vCOW logo on activity modal when activity type is claim * Add dedicated vCow icon. Co-authored-by: Leandro <[email protected]>
* Remove unsused state * Fix code style issues with Prettier * Remove dataApi and routingAPI Co-authored-by: Lint Action <[email protected]>
* Optimise error messages. * update red color for different color modes. * update note blue color for different color modes.
|
ramirotw
pushed a commit
that referenced
this pull request
Feb 18, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
DO NOT SQUASH
DESCRIPTION
CHANGELOG
ed734b7 Optimise error messages (claim) (#2351)
4955acc Remove unsused state (#2361)
8d4d2ad Merge branch 'develop' of github.com:gnosis/cowswap into develop
f8cd22d Merge branch 'release/1.10' into develop
65e7cc2 Add dedicated vCow icon. (#2357)
8d23af2 Add claim status reset (#2358)
954d790 2082/no success on failure (#2355)
f86ed9f Icons on activity details for claim (#2356)
b7ac116 Do not show vCOW button on prod environments (#2354)
35cdf27 Fix change or disconnect wallet after claim confirm (#2337)
f14e7b9 move affiliate banner to the top (#2329)
7aa7be5 2245/hide claims while loading (#2338)
bfd6846 Check pending claims for disconnected accounts (#2341)
519ee51 Reset ens on redux state when changing accounts (#2340)
b047e2e Add connect wallet button (#2328)
9bc32af 2245/hide claims while loading (#2338)
32c2f4f Check pending claims for disconnected accounts (#2341)
8de580d Improve eligible banner styles. (#2347)
3198060 Reset ens on redux state when changing accounts (#2340)
30ea2ec Improve header styles. (#2346)
a4a8bd4 Add connect wallet button (#2328)