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

fedekunze/1718 remove session pt 2 #1954

Merged
merged 58 commits into from
Feb 14, 2019
Merged

Conversation

fedekunze
Copy link
Contributor

@fedekunze fedekunze commented Feb 11, 2019

Closes #1718

NOTE: depends on #1916

Screenshots:

screen shot 2019-02-12 at 12 07 02 pm

screen shot 2019-02-12 at 12 07 19 pm

screen shot 2019-02-12 at 12 07 48 pm

❤️ Thank you!


  • Added entries in CHANGELOG.md with issue # and GitHub username
  • Reviewed Files changed in the github PR explorer

@fedekunze
Copy link
Contributor Author

@faboweb added screenshots here

@codecov
Copy link

codecov bot commented Feb 12, 2019

Codecov Report

Merging #1954 into develop will decrease coverage by 0.65%.
The diff coverage is 100%.

@@             Coverage Diff             @@
##           develop    #1954      +/-   ##
===========================================
- Coverage    95.51%   94.86%   -0.66%     
===========================================
  Files          121      121              
  Lines         2611     2627      +16     
  Branches       121      123       +2     
===========================================
- Hits          2494     2492       -2     
- Misses         108      126      +18     
  Partials         9        9
Impacted Files Coverage Δ
...pp/src/renderer/components/staking/PageStaking.vue 100% <ø> (ø) ⬆️
app/src/renderer/components/network/PageBlock.vue 100% <ø> (ø) ⬆️
app/src/renderer/vuex/store.js 100% <ø> (ø) ⬆️
app/src/renderer/vuex/modules/config.js 60% <ø> (-15%) ⬇️
app/src/renderer/components/common/AppMenu.vue 100% <ø> (ø) ⬆️
...pp/src/renderer/components/common/TmPageHeader.vue 100% <ø> (ø) ⬆️
app/src/renderer/components/common/TmPage.vue 100% <ø> (ø) ⬆️
app/src/renderer/components/common/TmSession.vue 100% <ø> (ø) ⬆️
...pp/src/renderer/components/network/PageNetwork.vue 100% <ø> (ø) ⬆️
...rc/renderer/components/common/TmSessionWelcome.vue 100% <100%> (ø) ⬆️
... and 17 more

@fedekunze fedekunze removed the blocked ✋ issues blocked by other implementations/issues label Feb 13, 2019
@fedekunze
Copy link
Contributor Author

apparently there's no way to test the functionality of an anonymous function passed as parameter (see jestjs/jest#6390)

},
back() {
if (!this.lastPage) return
this.$store.commit(`pauseHistory`, true)
Copy link
Collaborator

Choose a reason for hiding this comment

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

could have used comments

@faboweb faboweb merged commit 01d0d6e into develop Feb 14, 2019
@faboweb faboweb deleted the fedekunze/1718-remove-session-pt-2 branch February 14, 2019 17:59
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.

Remove session sign in/up for read-only purposes
3 participants