-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SOV-4444: Rune pools convert updates (#1009)
* chore: add new component FilterPill * chore: update Convert Page, added filters by categories * Create many-candles-confess.md * chore: update component name * chore: update component * chore: close dropdown after click on token and keep open if category clicked * chore: filter our wbtc from rsk network * chore: fix mobile button view * chore: include wbtc and tbtc in btc category * chore: fix category
- Loading branch information
1 parent
c20bcb3
commit 88463a8
Showing
11 changed files
with
401 additions
and
45 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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"frontend": patch | ||
"@sovryn/ui": patch | ||
--- | ||
|
||
SOV-4444: Rune pools convert updates |
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
6 changes: 6 additions & 0 deletions
6
apps/frontend/src/app/5_pages/ConvertPage/ConvertPage.types.ts
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
export enum CategoryType { | ||
All = 'All', | ||
Stablecoins = 'Stablecoins', | ||
BTC = 'BTC', | ||
Runes = 'Runes', | ||
} |
Oops, something went wrong.