Skip to content
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

replace old explorer url with the new one and remove edit option #1775

Closed
wants to merge 1 commit into from

Conversation

bassemmagdy
Copy link
Contributor

@bassemmagdy bassemmagdy commented Nov 17, 2021

-fixes #1766

@bassemmagdy bassemmagdy changed the title replace old explorer url with the new one and remove edit option #1766 replace old explorer url with the new one and remove edit option Nov 17, 2021
@@ -84,6 +84,10 @@ export class SettingsModelStorage extends VersionedObjectStorage<Record<string,
description: 'Reset for fees update.',
migrate: () => undefined,
},
{
Copy link
Contributor

@cryptoBeliever cryptoBeliever Nov 17, 2021

Choose a reason for hiding this comment

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

  • we need reset storage to remove explorer link from there?
  • description is wrong

@@ -42,6 +40,15 @@
</template>
</FormRow>

<FormRow>
<template v-slot:label> {{ $t('set_explorer_link') }}: </template>
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe for consistency with the labels above, we should change it to this:

Suggested change
<template v-slot:label> {{ $t('set_explorer_link') }}: </template>
<template v-slot:label> {{ $t('form_label_explorer_link') }}: </template>

Then the translation key should be also updated

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated.

@lgtm-com
Copy link

lgtm-com bot commented Nov 18, 2021

This pull request introduces 1 alert when merging 89f2961 into e1103f8 - view on LGTM.com

new alerts:

  • 1 for Unused variable, import, function or class

@cryptoBeliever
Copy link
Contributor

Tested. Works well.

cryptoBeliever
cryptoBeliever previously approved these changes Nov 24, 2021
@sonarcloud
Copy link

sonarcloud bot commented Nov 24, 2021

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot E 4 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
3.7% 3.7% Duplication

@bassemmagdy
Copy link
Contributor Author

rebased in #1784

@AnthonyLaw AnthonyLaw deleted the gh1766-fix-explorerUrl branch August 18, 2022 04:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Explorer - URL tied to profile
3 participants