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

Jordan/mo mobile #3167

Merged
merged 17 commits into from
Nov 20, 2019
Merged

Jordan/mo mobile #3167

merged 17 commits into from
Nov 20, 2019

Conversation

jbibla
Copy link
Collaborator

@jbibla jbibla commented Nov 19, 2019

Closes #3144

  • dark keyboard to match app
  • hid Available ATOM when balance is 0
  • fixed mobile app config in main.js

Description:

Thank you! 🚀


For contributor:

  • Added changes entries. Run yarn changelog for a guided process.
  • Reviewed Files changed in the github PR explorer
  • Attach screenshots of the UI components on the PR description (if applicable)
  • Scope of work approved for big PRs

For reviewer:

  • Manually tested the changes on the UI

@faboweb
Copy link
Collaborator

faboweb commented Nov 19, 2019

Remember to put individual things in individual PRs

"release": "git checkout develop & git pull & git push origin develop:release",
"release:android": "git checkout develop && node ./tasks/bump-android-version.js && git commit android/app/build.gradle -m 'updated android app version' && git push origin develop:release-android",
"release:ios": "git checkout develop && node ./tasks/bump-ios-version.js && git commit ios/App/App/Info.plist -m 'updated ios app version' && git push origin develop:release-ios",
"serve:ios": "npx cap open ios & npm run serve",
"serve": "kill-port 9080 && vue-cli-service serve --port 9080",
Copy link
Collaborator

Choose a reason for hiding this comment

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

why?^^

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

this is just in alphabetical order now

i removed serve:ios because it isn't necessary

serve works if the correct url is in the capacitor config (it wasn't - it got removed somehow)

Copy link
Collaborator

Choose a reason for hiding this comment

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

really not needed change which can cause conflicts. ;)

@@ -43,7 +43,7 @@ describe(`TmBalance`, () => {
wrapper.setData({ overview: false })
Copy link
Collaborator

Choose a reason for hiding this comment

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

this test is wrong. when not signed in, this should show nothing?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

it will show Total ATOM but not Available ATOM

Copy link
Collaborator

Choose a reason for hiding this comment

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

show empty stakes when not signed in
this is wrong. when not signed in, this should not show anything. we never show this component when not signed in any ways.

What you want is to change the test so it does not display Available ATOM when there are no tokens. Please pay attention to the tests and not just fix them so they pass.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

this whole test doesn't make sense then. "show empty stakes when not signed in" means don't show anything. so we can just use the snapshot - yeah?

Copy link
Collaborator

@faboweb faboweb Nov 20, 2019

Choose a reason for hiding this comment

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

What you want is to change the test so it does not display Available ATOM when there are no tokens.

package.json Outdated
@@ -30,6 +29,7 @@
"@babel/polyfill": "^7.4.4",
"@dicebear/avatars": "3.1.4",
"@dicebear/avatars-jdenticon-sprites": "1.1.4",
"@lunie/cosmos-api": "npm:@lunie/cosmos-api@0.2.x",
Copy link
Collaborator

Choose a reason for hiding this comment

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

where is this used?

@faboweb faboweb merged commit 0dffc02 into develop Nov 20, 2019
@faboweb faboweb deleted the jordan/mo-mobile branch November 20, 2019 12:48
@jbibla
Copy link
Collaborator Author

jbibla commented Nov 20, 2019

https://gph.is/1WE5FeB

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.

Mobile app: Portfolio page does not fit in screen when there is no validadors
2 participants