Skip to content

Commit

Permalink
Feat/return fees (#78)
Browse files Browse the repository at this point in the history
* feat: added logic part for return fees modal

* fix: return fee logic and added components for styling

* fix: return fees slice logic

* feat: finished initial return fee

* feat: finished return cancelation fee full flow

* fix: eslint warnings

* fix: finished return fee from details screen

* fix: rename claim fees module

* fix: added app mode switcher

* fix: code style
  • Loading branch information
Argeare5 authored Mar 27, 2024
1 parent 26c720e commit a1648be
Show file tree
Hide file tree
Showing 45 changed files with 1,624 additions and 197 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@bgd-labs/aave-address-book": "^2.24.0",
"@bgd-labs/aave-governance-ui-helpers": "^3.0.7",
"@bgd-labs/aave-governance-ui-helpers": "^3.1.2",
"@bgd-labs/frontend-web3-utils": "^1.1.1",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.4",
Expand Down Expand Up @@ -124,5 +124,6 @@
"budgetPercentIncreaseRed": 20,
"minimumChangeThreshold": 0,
"showDetails": true
}
},
"packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}
54 changes: 54 additions & 0 deletions public/images/DarkNoFees.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
58 changes: 58 additions & 0 deletions public/images/LightNoFees.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions public/images/icons/claimFee.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

1 comment on commit a1648be

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit was deployed on ipfs

Please sign in to comment.