feat: Ability to edit a contact (#1092)

Ability to edit contact information in conversation sidebar

Co-authored-by: Sojan <sojan@pepalo.com>
This commit is contained in:
Pranav Raj S 2020-08-23 00:05:07 +05:30 committed by GitHub
parent ec6cd4bbba
commit 8cf05f1d9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 709 additions and 133 deletions

View file

@ -87,11 +87,3 @@ export default {
},
};
</script>
<style lang="scss" scoped>
.text-truncate {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
</style>