Uh oh!
There was an error while loading. Please reload this page.
Move contactsmenu to vue - #22274
Conversation
4f10fe4 to
2d5fca4CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
2d5fca4 to
a7ce86bComparedk1a
commented
Aug 19, 2020
I moved the styles to vue components, but also left them in styles.scss, since it seems required by the jquery version of contactsmenu, not sure what to do with that one |
a7ce86b to
e9d6ac8CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
e9d6ac8 to
0519568CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| onInput: debounce(function(query) { | ||
| // load contacts on input | ||
| this.loadContacts() |
There was a problem hiding this comment.
We need to comply to the min search length
There was a problem hiding this comment.
changed this in a previous commit; though is it intended that with minSearchStringLength>0 the contacts menu will be empty initially? That's how the backend did it, so I copied the behavior to frontend
Uh oh!
There was an error while loading. Please reload this page.
skjnldsv
commented
Aug 20, 2020
If you use the contacts vcf url and add |
0519568 to
4f68cb1Comparedk1a
commented
Aug 20, 2020
Contacts already returned an avatar image, it just didn't work on the backend - fixed it |
| #app-navigation > ul > li > a:first-child, | ||
| #app-navigation > ul > li > ul > li > a:first-child, | ||
| #contactsmenu-menu a, | ||
| .contacts-menu__contacts-list a, |
There was a problem hiding this comment.
You can do it directly in the ContactsMenu.
Use body.theme--dark to narrow the selector :)
b6185d2 to
00d779aCompareskjnldsv
commented
Aug 25, 2020
Any news @dk1a ? :) |
Signed-off-by: Kirill Dmitriev <dk1a@protonmail.com>
00d779a to
0a1a987Comparedk1a
commented
Aug 25, 2020
I'd added min search length, moved dark style; |
skjnldsv
commented
Aug 31, 2020
Jsunit is legit. |
jancborchardt
commented
Sep 15, 2020
Do we really want min search length? UX wise it’s always a bit of a hassle, and the current Contacts menu doesn’t have any minimum either. |
skjnldsv
commented
Sep 15, 2020
we have it everywhere. Unified search, sharing, contactsmenu... etc |
skjnldsv
commented
Nov 7, 2020
Hey! Any news on this? :) |
ChristophWurst
commented
Dec 22, 2020
We're in beta now. I'd say let's get this in in a few weeks when 21 was branched off. @dk1a could you please rebase and rebuild your branch to resolve the conflicts? Thanks ✌️ |
MorrisJobke
commented
May 20, 2021
Let's close this for now. We can reopen it at any time again, but this one here just didn't got any update recently. |
szaimen
commented
May 20, 2021
@MorrisJobke May I suggest to just get rid of the contacts menu now that we have unified search? |
MorrisJobke
commented
May 21, 2021
|
Fix#12905
Fix#17483
Signed-off-by: Kirill Dmitriev dk1a@protonmail.com