-
Notifications
You must be signed in to change notification settings - Fork 178
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
Contacts 3.0.0 #596
Merged
Contacts 3.0.0 #596
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…r there is still some error in the code that does not effectively implement the filter function. Added debounce package and function.
…h more than 0 is given
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Vue share addressbook 🌮
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
… into vue-avatar-management
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Vue avatar management
Delete the contacts from the store after an ab deletion
7 tasks
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This was referenced Feb 1, 2019
[3.0.3] Year range in the date select dialog is always one year ahead of the available options.
#911
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
3. to review
Waiting for reviews
compatibility
Compatibility with other services
design
Related to the design
enhancement
New feature or request
high
High priority
papercut
Annoying recurring issue with possibly simple fix.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a big update of our app and a refactor of the data structure to ensure:
List of fixes
Photo loaded only after full contact details fetched #477, Photo loaded only after full contact details fetchedpostponed because fetching the images with contactUrl?photo fails hard on the server sometimes :/
and we need a way of knowing if the contact have a photo without downloading the photo prop
Auto convert from vcf 2.1 while importing [$10] #492, re-add vcf 2.1 format support (in contact import function)Unfortunattely, ical.js does not support 2.1 yet: Support VCard 2.1 kewisch/ical.js#187. We'll see how we can manage something later. But if the lib starts being compatible, we will be as well.