Skip to content

Commit

Permalink
feat: update onboarding network selection buttons (#8538)
Browse files Browse the repository at this point in the history
* feat: update locale

* feat: hide disabled buttons

* revert: changes in packages/desktop/views/onboarding/views/network-setup/views/ChooseNetworkView.svelte

* chore: update onboarding feature flags to hide all not enabled networks

* chore: unhide custom networks from onboarding feature flags

---------

Co-authored-by: Begoña Alvarez <[email protected]>
  • Loading branch information
evavirseda and begonaalvarezd authored May 20, 2024
1 parent 943ab67 commit 3efbd4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/desktop/features/onboarding.features.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ const onboardingFeaturesForIotaAlphanet: IOnboardingFeaturesForNetwork = {

const onboardingFeaturesForShimmer: IOnboardingFeaturesForNetwork = {
enabled: false,
hidden: true,
newProfile: {
enabled: true,
softwareProfile: {
Expand Down
4 changes: 2 additions & 2 deletions packages/shared/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"body": "Staging network for IOTA"
},
"testnet": {
"title": "Testnet",
"body": "Public beta network for Shimmer"
"title": "IOTA 2.0 Testnet",
"body": "Public Testnet running the IOTA 2.0 protocol"
},
"iota": {
"title": "IOTA",
Expand Down

0 comments on commit 3efbd4e

Please sign in to comment.