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 1 #1916

Merged
merged 25 commits into from
Feb 13, 2019
Merged

Conversation

fedekunze
Copy link
Contributor

@fedekunze fedekunze commented Jan 31, 2019

Part 1 of #1718

Closes #1836
Closes #1918

Description:

❤️ Thank you!


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

@codecov
Copy link

codecov bot commented Feb 11, 2019

Codecov Report

Merging #1916 into develop will increase coverage by 0.34%.
The diff coverage is 100%.

@@             Coverage Diff             @@
##           develop    #1916      +/-   ##
===========================================
+ Coverage    95.17%   95.51%   +0.34%     
===========================================
  Files          121      121              
  Lines         2609     2611       +2     
  Branches       122      121       -1     
===========================================
+ Hits          2483     2494      +11     
+ Misses         116      108       -8     
+ Partials        10        9       -1
Impacted Files Coverage Δ
.../src/renderer/components/staking/PageValidator.vue 100% <ø> (ø) ⬆️
...pp/src/renderer/components/staking/PageStaking.vue 100% <ø> (ø) ⬆️
...rc/renderer/components/staking/TableValidators.vue 100% <ø> (ø) ⬆️
...rc/renderer/components/governance/PageProposal.vue 97.29% <ø> (ø) ⬆️
.../renderer/components/governance/PageGovernance.vue 100% <ø> (ø) ⬆️
app/src/renderer/components/common/ActionModal.vue 100% <ø> (ø) ⬆️
app/src/renderer/components/common/TmPage.vue 100% <ø> (ø) ⬆️
app/src/renderer/vuex/modules/wallet.js 100% <100%> (ø) ⬆️
app/src/renderer/vuex/modules/transactions.js 92% <100%> (+16%) ⬆️
app/src/renderer/vuex/modules/user.js 100% <100%> (ø) ⬆️
... and 5 more

@fedekunze fedekunze changed the title WIP: fedekunze/1718 explorer mode fedekunze/1718 explorer mode Feb 11, 2019
@fedekunze fedekunze changed the title fedekunze/1718 explorer mode fedekunze/1718 explorer mode pt 1 Feb 11, 2019
@faboweb
Copy link
Collaborator

faboweb commented Feb 12, 2019

How do I test this? Screenshots would also be nice.

@fedekunze
Copy link
Contributor Author

How do I test this? Screenshots would also be nice.

@faboweb no changes are made to the UI here since you are still required to log in. So functionally it's the same as before.

These are just changes required for the pt 2 PR (in which I will add the screenshots)

@fedekunze fedekunze changed the title fedekunze/1718 explorer mode pt 1 fedekunze/1718 remove session pt 1 Feb 12, 2019
state.externals.track(`pageview`, {
dl: `/session/welcome`
})
state.externals.track(`pageview`, { dl: `/` })
Copy link
Collaborator

Choose a reason for hiding this comment

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

what is the thinking here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

the main page is not longer /session/welcome

@@ -1,6 +1,6 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`ActionModal has the expected html structure 1`] = `
exports[`ActionModal has the expected html structure when user has logged in with ledger 1`] = `
Copy link
Collaborator

Choose a reason for hiding this comment

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

this still shows the password.

proposalsurl="/governance"
slot="managed-body"
transaction="[object Object]"
unbondingtime="NaN"
Copy link
Collaborator

Choose a reason for hiding this comment

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

que pasa?

@jbibla jbibla merged commit febe91a into develop Feb 13, 2019
@jbibla jbibla deleted the fedekunze/1718-explorer-mode branch February 13, 2019 14:11
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.

Add message on signing options Remove back button
3 participants