-
Notifications
You must be signed in to change notification settings - Fork 98
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
Jordan/1572 scroll bug #1757
Jordan/1572 scroll bug #1757
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #1757 +/- ##
===========================================
+ Coverage 97.7% 97.71% +<.01%
===========================================
Files 102 102
Lines 2096 2102 +6
Branches 93 93
===========================================
+ Hits 2048 2054 +6
Misses 39 39
Partials 9 9
|
@@ -66,6 +67,12 @@ export default { | |||
// TODO: get min deposit denom from gov params | |||
...mapGetters([`proposals`, `filters`, `bondingDenom`, `connected`]) | |||
}, | |||
mounted() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how about putting this logic into TmPage?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i know 😞... but i want to get rid of TmPage and also only should run where tabs are present (not on wallet, transactions, or preferences). also, after we bring tendermint-ui into voyager this kind of thing will be easier / more obvious.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there's an issue for it on #1391
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Leaving it to @faboweb to merge if he agrees with the changes
Closes #1572
Description:
PageStaking
andPageGovernance
so when switching tabs the user is brought to the top of the page.❤️ Thank you!
CHANGELOG.md
with issue # and GitHub usernameFiles changed
in the github PR explorer