-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#ATOR-306: Visualize Redeem Processing Steps (#33)
* Prepere for hardhat * Refactor useFacilitatorStore to check for positive alocatedTokens in hasClaimableRewards * add redeem rewards progress * revert commit prepare for hardhat * update Uprogress component --------- Co-authored-by: Sapozhnyk Dmytro <[email protected]>
- Loading branch information
1 parent
29704a1
commit 770a0e8
Showing
4 changed files
with
100 additions
and
19 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -79,4 +79,8 @@ | |
|
||
body { | ||
font-family: "Inter", sans-serif; | ||
} | ||
|
||
progress { | ||
border: 2px solid rgb(6 182 212) !important; | ||
} |
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
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
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