-
Notifications
You must be signed in to change notification settings - Fork 184
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
UI for Wechat invites #2244
UI for Wechat invites #2244
Conversation
… selected. Remove old WeChat invite panel code.
Aah, I'm so sorry on the delay here! Few questions below, hope you don't mind. Reviewed 4 of 8 files at r1, 10 of 10 files at r3. src/generic_ui/polymer/network-invite-user.html, line 112 [r3] (raw file): src/generic_ui/polymer/network-invite-user.ts, line 27 [r3] (raw file): Also, second log seems to me as if it should be at least src/generic_ui/polymer/network-invite-user.ts, line 49 [r3] (raw file): src/generic_ui/polymer/network-invite-user.ts, line 55 [r3] (raw file): src/generic_ui/polymer/network-invite-user.ts, line 98 [r3] (raw file): src/generic_ui/scripts/core_connector.ts, line 218 [r1] (raw file): Comments from the review on Reviewable.io |
Fixed UI not popping up, and minor nits
Review status: 5 of 9 files reviewed at latest revision, 6 unresolved discussions, some commit checks failed. src/generic_ui/polymer/network-invite-user.html, line 112 [r3] (raw file): src/generic_ui/polymer/network-invite-user.ts, line 27 [r3] (raw file): src/generic_ui/polymer/network-invite-user.ts, line 49 [r3] (raw file): src/generic_ui/polymer/network-invite-user.ts, line 55 [r3] (raw file): src/generic_ui/polymer/network-invite-user.ts, line 98 [r3] (raw file): src/generic_ui/scripts/core_connector.ts, line 218 [r1] (raw file): Comments from the review on Reviewable.io |
Sorry about the delay, I missed this last week. Reviewed 1 of 2 files at r4, 5 of 5 files at r5. src/generic_ui/polymer/network-invite-user.html, line 73 [r5] (raw file): It might also be good to move the inline src/generic_ui/polymer/network-invite-user.ts, line 49 [r3] (raw file): It would also be great if we could move from the Comments from Reviewable |
This has been open for a long time - is it still active, or can we close? |
The issue is still "active" in that it hasn't been resolved/fixed. IIRC, I was last looking into making sure that friends are populated in the invite list as they are loaded/resolved. I've not been active on working on it as I have been focusing on other projects (work), but others are free to look into it. If I find some free time this summer, I can look into some of these issues though! |
I'm happy to keep the branch around but I prefer to keep our list of pull requests short and up to date, this one will require some serious merging to get back up to date :-) |
Tested manually & ran grunt test
This requires freedomjs/freedom-social-wechat#11 to be checked in and published
Combined with the freedom pull request, fixes: #1573 and #1977