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

Devop/fix develop #83

Merged
merged 109 commits into from
Sep 7, 2018
Merged

Devop/fix develop #83

merged 109 commits into from
Sep 7, 2018

Conversation

SteveMieskoski
Copy link
Contributor

@SteveMieskoski SteveMieskoski commented Sep 5, 2018

Bring Develop branch back up to par

Devop

  • Updated CHANGELOG.md
  • Add PR label

SteveMieskoski and others added 12 commits September 4, 2018 12:58
…velop

# Conflicts:
#	src/components/Buttons/ButtonWithQrCode/ButtonWithQrCode.scss
#	src/components/Buttons/ButtonWithQrCode/ButtonWithQrCode.vue
#	src/components/Buttons/ButtonWithQrCode/index.js
#	src/components/Buttons/HelpCenterButton/HelpCenterButton.scss
#	src/components/Buttons/HelpCenterButton/HelpCenterButton.vue
#	src/components/Buttons/HelpCenterButton/index.js
#	src/components/DropDownAddressSelector/DropDownAddressSelector.scss
#	src/components/DropDownAddressSelector/DropDownAddressSelector.vue
#	src/components/DropDownAddressSelector/index.js
#	src/components/PopOver/PopOver.vue
#	src/containers/ByMnemonicContainer/ByMnemonicContainer.vue
#	src/layouts/AccessWalletLayout/components/AccessByMnemonicphraseModal/AccessByMnemonicphraseModal.vue
#	src/layouts/AccessWalletLayout/components/AccessByMnemonicphraseModal/index.js
#	src/layouts/AccessWalletLayout/components/AccessByMnemonicphrasePasswordModal/AccessByMnemonicphrasePasswordModal.scss
#	src/layouts/AccessWalletLayout/components/AccessByMnemonicphrasePasswordModal/AccessByMnemonicphrasePasswordModal.vue
#	src/layouts/AccessWalletLayout/components/AccessByMnemonicphrasePasswordModal/index.js
#	src/layouts/AccessWalletLayout/components/InstallMetamaskModal/InstallMetamaskModal.vue
#	src/layouts/AccessWalletLayout/components/MetamaskModal/MetamaskModal.vue
#	src/layouts/AccessWalletLayout/components/NetworkAndAddressModal/NetworkAndAddressModal.vue
#	src/layouts/AccessWalletLayout/components/PrivateKeyModal/PrivateKeyModal.vue
#	src/layouts/AccessWalletLayout/components/SoftwareModal/SoftwareModal.scss
#	src/layouts/AccessWalletLayout/components/SoftwareModal/SoftwareModal.vue
#	src/layouts/AccessWalletLayout/containers/AccessMyWalletContainer/AccessMyWalletContainer.vue
#	src/layouts/CreateWalletLayout/CreateWalletLayout.scss
#	src/layouts/CreateWalletLayout/CreateWalletLayout.vue
#	src/layouts/CreateWalletLayout/components/ScanToDownloadModal/ScanToDownloadModal.scss
#	src/layouts/CreateWalletLayout/components/ScanToDownloadModal/ScanToDownloadModal.vue
#	src/layouts/CreateWalletLayout/components/ScanToDownloadModal/index.js
#	src/layouts/InterfaceLayout/components/InterfaceBalanceModal/InterfaceBalanceModal.scss
#	src/layouts/InterfaceLayout/components/InterfaceBalanceModal/InterfaceBalanceModal.vue
#	src/layouts/InterfaceLayout/components/InterfaceNetwork/InterfaceNetwork.scss
#	src/layouts/InterfaceLayout/components/InterfaceNetwork/InterfaceNetwork.vue
#	src/layouts/InterfaceLayout/components/InterfaceNetworkModal/InterfaceNetworkModal.scss
#	src/layouts/InterfaceLayout/components/InterfaceNetworkModal/InterfaceNetworkModal.vue
#	src/layouts/InterfaceLayout/components/ProvidersRadioSelector/ProvidersRadioSelector.scss
#	src/layouts/InterfaceLayout/components/ProvidersRadioSelector/ProvidersRadioSelector.vue
#	src/layouts/InterfaceLayout/components/ProvidersRadioSelector/index.js
#	src/layouts/InterfaceLayout/containers/SwapContainer/SwapContainer.scss
#	src/layouts/InterfaceLayout/containers/SwapContainer/SwapContainer.vue
#	src/layouts/InterfaceLayout/containers/SwapContainer/components/SwapConfirmationModal/SwapConfirmationModal.scss
#	src/layouts/InterfaceLayout/containers/SwapContainer/components/SwapConfirmationModal/SwapConfirmationModal.vue
#	src/layouts/InterfaceLayout/containers/SwapContainer/components/SwapConfirmationModal/components/DetailInformation/DetailInformation.scss
#	src/layouts/InterfaceLayout/containers/SwapContainer/components/SwapConfirmationModal/components/DetailInformation/DetailInformation.vue
#	src/layouts/InterfaceLayout/containers/SwapContainer/components/SwapConfirmationModal/components/DetailInformation/index.js
#	src/layouts/InterfaceLayout/containers/SwapContainer/components/SwapConfirmationModal/index.js
#	src/layouts/KnowledgeBase/KnowledgeBase.scss
#	src/layouts/KnowledgeBase/KnowledgeBase.vue
#	src/layouts/KnowledgeBase/index.js
#	src/scss/CustomForms.scss
#	src/scss/Globals.scss
@@ -0,0 +1,21 @@
<template>
<div class="helpcenter-button">
Copy link
Contributor

Choose a reason for hiding this comment

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

This looks like the InterfaceBottomText component

selectedAddress: '',
validAddress: false,
dropdownOpen: false,
addresses: [
Copy link
Contributor

Choose a reason for hiding this comment

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

Probably better to move this to props since it looks like this component will be set to receive the addresses.

@@ -126,7 +126,7 @@ export default {
contents: [
{
text: this.$t('footer.units'),
to: '/'
to: '/convert-units'
Copy link
Contributor

Choose a reason for hiding this comment

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

might make more sense to change this route to /conversion or something.

@SteveMieskoski SteveMieskoski added the Ready Tag for when a PR is ready to merge label Sep 6, 2018
@SteveMieskoski SteveMieskoski removed the Ready Tag for when a PR is ready to merge label Sep 6, 2018
@SteveMieskoski SteveMieskoski added the Ready Tag for when a PR is ready to merge label Sep 7, 2018
@codecov
Copy link

codecov bot commented Sep 7, 2018

Codecov Report

Merging #83 into develop will decrease coverage by 0.11%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           develop     #83      +/-   ##
==========================================
- Coverage     1.73%   1.62%   -0.12%     
==========================================
  Files          295     345      +50     
  Lines         3972    4256     +284     
  Branches       489     507      +18     
==========================================
  Hits            69      69              
- Misses        3569    3850     +281     
- Partials       334     337       +3
Impacted Files Coverage Δ
...ted/components/Congratulations/Congratulations.vue 0% <ø> (ø) ⬆️
...ontents/CouldntEverybodyPutInRandomPrivateKeys.vue 0% <ø> (ø) ⬆️
...nts/WhereCanIBuySellTradeExchangeMyEthOrTokens.vue 0% <ø> (ø) ⬆️
...ts/DoesMyEtherWalletSupportBitcoinOrOtherCoins.vue 0% <ø> (ø) ⬆️
.../VerifyMessageContainer/VerifyMessageContainer.vue 0% <ø> (ø) ⬆️
...components/FaqContents/HowToBuyEthereumWithUSD.vue 0% <ø> (ø) ⬆️
...ts/HardwarePasswordModal/HardwarePasswordModal.vue 0% <ø> (ø) ⬆️
src/components/Notification/Notification.vue 0% <ø> (ø) ⬆️
src/containers/AboutContainer/AboutContainer.vue 0% <ø> (ø) ⬆️
src/helpers/misc.js 0% <ø> (ø) ⬆️
... and 154 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 317be36...50f7b2d. Read the comment docs.

@SteveMieskoski SteveMieskoski merged commit 8fefa5e into develop Sep 7, 2018
@SteveMieskoski SteveMieskoski deleted the devop/fix-develop branch September 7, 2018 23:33
This was referenced Sep 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ready Tag for when a PR is ready to merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants