Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 134
Several UI updates for Artist Coins#12876
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
442cc9b31d513d736b5066affe9831a3c8585d2631b7d6a8a5f997bf2104cabcc4607dFile filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -69,12 +69,11 @@ export const PURCHASES_PAGE = '/payments/purchases' | ||
| export const SALES_PAGE = '/payments/sales' | ||
| export const WITHDRAWALS_PAGE = '/payments/withdrawals' | ||
| export const TRANSACTION_HISTORY_PAGE = '/wallet/transaction-history' | ||
| export const ASSET_DETAIL_PAGE = '/wallet/:ticker' | ||
| export const ASSET_DETAIL_PAGE = '/coins/:ticker' | ||
| export const WALLET_PAGE = '/wallet' | ||
| export const WALLET_GUIDE_PAGE = '/wallet/guide' | ||
| export const ALL_COINS_PAGE = '/wallet/coins' | ||
| export const COINS_CREATE_PAGE = '/coins/create' | ||
| export const COINS_EXPLORE_PAGE = '/coins/explore' | ||
| export const COINS_EXPLORE_PAGE = '/coins' | ||
| export const PRIVATE_KEY_EXPORTER_SETTINGS_PAGE = '/settings/export-private-key' | ||
| export const DEV_TOOLS_PAGE = '/dev-tools' | ||
| export const SOLANA_TOOLS_PAGE = '/dev-tools/solana' | ||
| @@ -238,9 +237,7 @@ export const authenticatedRoutes = [ | ||
| SALES_PAGE, | ||
| PAYMENTS_PAGE, | ||
| WITHDRAWALS_PAGE, | ||
| ALL_COINS_PAGE, | ||
| COINS_CREATE_PAGE, | ||
| COINS_EXPLORE_PAGE, | ||
| WALLET_GUIDE_PAGE | ||
| ] | ||
| @@ -293,7 +290,7 @@ export const orderedRoutes = [ | ||
| WALLET_AUDIO_PAGE, | ||
| ASSET_DETAIL_PAGE, | ||
| WALLET_PAGE, | ||
| ALL_COINS_PAGE, | ||
| COINS_EXPLORE_PAGE, | ||
Contributor There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. i think i used ContributorAuthor There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. yea this is still that, just moving routes around | ||
| COINS_CREATE_PAGE, | ||
| WALLET_GUIDE_PAGE, | ||
| REWARDS_PAGE, | ||
| @@ -347,7 +344,7 @@ export const staticRoutes = new Set([ | ||
| AUDIO_PAGE, | ||
| WALLET_PAGE, | ||
| WALLET_GUIDE_PAGE, | ||
| ALL_COINS_PAGE, | ||
| COINS_EXPLORE_PAGE, | ||
| COINS_CREATE_PAGE, | ||
| WALLET_AUDIO_PAGE, | ||
| REWARDS_PAGE, | ||
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this right? wouldn't we want to return audio still?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AUDIO will always be there