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

Updating relevant account info #171

Merged
merged 7 commits into from
Dec 19, 2022
Merged

Updating relevant account info #171

merged 7 commits into from
Dec 19, 2022

Conversation

miketalley
Copy link
Contributor

@miketalley miketalley commented Dec 19, 2022

  • Updates icon for account from account to star-full when the account is the default, and removes "(default)" text
  • Adds "[QA]" to account name if env: 'qa'
  • Adds right click menu option for "Show personal access key info" that opens browser to PAK
  • Improves tooltip hover text for accounts

image
image

@miketalley miketalley marked this pull request as ready for review December 19, 2022 21:47
@miketalley miketalley requested a review from a team December 19, 2022 21:47
Comment on lines +22 to +28
let accountIdentifiers = '';

if (portal.env === 'qa') {
accountIdentifiers = '[QA]';
}

return accountIdentifiers;
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
let accountIdentifiers = '';
if (portal.env === 'qa') {
accountIdentifiers = '[QA]';
}
return accountIdentifiers;
return portal.env === 'qa' ? '[QA]' : '';

@miketalley miketalley merged commit 4f8ef06 into v1.0.0 Dec 19, 2022
@miketalley miketalley mentioned this pull request Dec 21, 2022
@miketalley miketalley deleted the relevant-account-info branch January 20, 2023 15:07
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.

2 participants