Add support for Zoom display name in profiles #156
Reference in New Issue
Block a user
Delete Branch "feature/profile_zoom"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently depends on an unreleased version of
kredits-contracts(which also fixes the broken profile updates).@@ -13,3 +11,3 @@.then(() => this.transitionToRoute('index'))return this.kredits.addContributor(contributor);}Does this stay on the form page now, or is the transition happening somewhere else when editing or creating a new contributor?
@@ -13,3 +11,3 @@.then(() => this.transitionToRoute('index'))return this.kredits.addContributor(contributor);}Yes, I moved it to the component:
https://github.com/67P/kredits-web/pull/156/files#diff-05b2a32d1311a3737ec444f68955ccedR81
I've updated the package.json to use the released kredits-contracts v5.5.0
but if i do an
npm installthere are loads of changes in the package-lock file (some lodash changes, camelcase version change, etc.) which I did not want to push.Could you push an updated package-lock?
@bumi OK, cool. I just ran
npm installand only got thekredits-contractschange.