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

Ui/page faqs #58

Closed
wants to merge 54 commits into from
Closed

Ui/page faqs #58

wants to merge 54 commits into from

Conversation

hsurf22
Copy link
Contributor

@hsurf22 hsurf22 commented Aug 23, 2018

Devop

  • Updated CHANGELOG.md
  • Add PR label

@codecov
Copy link

codecov bot commented Aug 23, 2018

Codecov Report

Merging #58 into develop will decrease coverage by 0.05%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           develop     #58      +/-   ##
==========================================
- Coverage     1.73%   1.68%   -0.06%     
==========================================
  Files          295     311      +16     
  Lines         3972    4101     +129     
  Branches       489     497       +8     
==========================================
  Hits            69      69              
- Misses        3569    3698     +129     
  Partials       334     334
Impacted Files Coverage Δ
...ontents/CouldntEverybodyPutInRandomPrivateKeys.vue 0% <ø> (ø) ⬆️
...aqContents/HowDoIInteractWithAMultisigContract.vue 0% <ø> (ø) ⬆️
src/containers/HeaderContainer/HeaderContainer.vue 0% <ø> (ø) ⬆️
...ts/DoesMyEtherWalletSupportBitcoinOrOtherCoins.vue 0% <ø> (ø) ⬆️
...s/WhenIUnlockViaKeystoreFileItFreezesMyBrowser.vue 0% <ø> (ø) ⬆️
src/containers/FooterContainer/FooterContainer.vue 0% <ø> (ø) ⬆️
...components/CreateWalletInput/CreateWalletInput.vue 0% <ø> (ø) ⬆️
...rc/components/FaqContents/WithdrawingDAOTokens.vue 0% <ø> (ø) ⬆️
src/components/FaqContents/WhatIsAnIco.vue 0% <ø> (ø) ⬆️
...components/FaqContents/HowToBuyEthereumWithUSD.vue 0% <ø> (ø) ⬆️
... and 37 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...d853d39. Read the comment docs.

Copy link
Contributor

@gamalielhere gamalielhere left a comment

Choose a reason for hiding this comment

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

Left a couple of comments. Maybe we can refactor those.

@@ -0,0 +1,18 @@
<template>
<div>
Copy link
Contributor

Choose a reason for hiding this comment

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

Whats this empty component for?

methods: {
openFAQ: function (faqToOpen) {
var currentState = this.showFAQs[faqToOpen]
this.showFAQs.faq1 = false
Copy link
Contributor

Choose a reason for hiding this comment

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

Can't you replace this with a string instead of having multiple booleans? use v-show to check whether the article should be shown or not.

data () {
return {
showFAQs: {
faq1: false,
Copy link
Contributor

Choose a reason for hiding this comment

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

See comment above

# Conflicts:
#	src/components/FaqContents/CouldntEverybodyPutInRandomPrivateKeys.vue
#	src/components/FaqContents/DoesMyEtherWalletSupportBitcoinOrOtherCoins.vue
#	src/components/FaqContents/HowToBuyEthereumWithUSD.vue
#	src/components/FaqContents/WhyDontYouMakeMeMoveMyMouseToGenerateASeed.vue
#	src/components/FaqContents/WithdrawingDAOTokens.vue
#	src/components/FaqContents/index.js
#	src/containers/ByMnemonicContainer/ByMnemonicContainer.vue
#	src/containers/ByMnemonicContainer/components/VerificationModal/VerificationModal.vue
#	src/containers/HeaderContainer/HeaderContainer.vue
#	src/layouts/CreateWalletLayout/components/CreateWalletInput/CreateWalletInput.vue
#	src/layouts/HelpCenterLayout/HelpCenterLayout.vue
#	src/router/index.js
@SteveMieskoski SteveMieskoski added this to In progress in Development via automation Aug 31, 2018
Development automation moved this from In progress to Needs review / Reviewer approved Sep 1, 2018
@SteveMieskoski
Copy link
Contributor

included in Devop/fix develop #83

Development automation moved this from Needs review / Reviewer approved to Done Sep 14, 2018
@gamalielhere gamalielhere deleted the ui/page-faqs branch September 21, 2018 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

5 participants