Skip to content

twitter support, finalizing - #286

Merged
Jack-Works merged 21 commits into
masterfrom
feat/twitter-finalizing
Nov 5, 2019
Merged

twitter support, finalizing#286
Jack-Works merged 21 commits into
masterfrom
feat/twitter-finalizing

Conversation

@Misaka-0x447f

@Misaka-0x447f Misaka-0x447f commented Oct 15, 2019

Copy link
Copy Markdown
Contributor
I T
x fetchPostContent not fully implemented, not testable
x fetchProfile not fully implemented, not testable
x x autoVerifyBio already working in prev stage
x x autoVerifyPost already working in prev stage

delayed to stage LTE:

[?] show welcome not detecting if current user has been setup (#193)
[?] use random website as prefix (#198)
[?] fetchPostContent (facebook) not working properly (#323)
*LTE: Long term evolution

@Misaka-0x447f Misaka-0x447f self-assigned this Oct 15, 2019
@neruthes

Copy link
Copy Markdown
Contributor

Is this stage 5?

@Jack-Works

Copy link
Copy Markdown
Member

Is this stage 5?

image

@Misaka-0x447f

Copy link
Copy Markdown
Contributor Author

Yes and this stage will not introduce new feature..

@neruthes

Copy link
Copy Markdown
Contributor

What's up here?

@Misaka-0x447f Misaka-0x447f reopened this Oct 25, 2019
@Misaka-0x447f

Copy link
Copy Markdown
Contributor Author

this branch was automatically closed by github.

@Misaka-0x447f
Misaka-0x447f force-pushed the feat/twitter-finalizing branch from 40c4334 to d81f291 Compare October 25, 2019 08:57
@Misaka-0x447f
Misaka-0x447f force-pushed the feat/twitter-finalizing branch from d00c57a to 99cd0bb Compare October 29, 2019 05:39
@Misaka-0x447f
Misaka-0x447f marked this pull request as ready for review October 31, 2019 09:46
Comment thread src/social-network-provider/twitter.com/ui/fetch.ts Outdated
Comment thread src/social-network-provider/twitter.com/ui/tasks.ts Outdated
Comment thread src/social-network-provider/twitter.com/ui/tasks.ts
Comment thread src/social-network-provider/twitter.com/utils/delegate.ts Outdated
Comment thread src/social-network/worker.ts
Comment thread src/utils/dom.ts

export const untilElementAvailable = async (ls: LiveSelector<HTMLElement, boolean>) => {
await timeout(new MutationObserverWatcher(ls).startWatch({ childList: true, subtree: true }).then(), 10000)
return new Promise<void>((resolve, reject) => {

@Jack-Works Jack-Works Nov 1, 2019

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why change to this way to impl?
and we have a IntervalWatcher in holoflows/kit

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the prev implement was not working. maybe delay fixing?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe leave an issue for it

Comment thread src/utils/utils.ts Outdated
@Jack-Works
Jack-Works self-requested a review November 5, 2019 08:00
@Jack-Works
Jack-Works merged commit 023a3fb into master Nov 5, 2019
@Jack-Works
Jack-Works deleted the feat/twitter-finalizing branch November 5, 2019 08:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants