Conversation
|
whywhyy seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
Codecov Report
@@ Coverage Diff @@
## master #501 +/- ##
=======================================
Coverage 76.09% 76.09%
=======================================
Files 64 64
Lines 1163 1163
Branches 130 130
=======================================
Hits 885 885
Misses 276 276
Partials 2 2
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
c3a49a4 to
1b216a7
Compare
|
How does this differ with #505 ? |
There are two ways I can tell.
Try out that fits your needs. |
hyochan
left a comment
There was a problem hiding this comment.
Thanks for the PR! The idea looks great~!
Hope you to cleanup some of the codebase 🙏
| renderViewMenu: (): React.ReactElement => <View />, | ||
| message: '', | ||
| onChangeMessage: (): void => {}, | ||
| onChangeSelection: (): void => {}, |
There was a problem hiding this comment.
props is a function.
Do you have the proper Shared.defaultProps ?
refactor : onChangeSelection -> onChangeCursor
There was a problem hiding this comment.
Thanks for the changes but I think we need additional arguments to this typing!
There was a problem hiding this comment.
It has been modified as follows. please check.
'_' was added because of an unused lint error.
Shared.defaultProps = {
...
onChangeMessage: (_message: string): void => {},
onChangeCursor: (_param: {start: number; end: number}): void => {},
...
(with @hankkuu ) add
|
bb9cbce to
ffb8277
Compare
thanks for the good point The UI has been modified as follows. The UI has been modified as follows. |
|
@all-contributors Please add @whywhyy for code |
|
I've put up a pull request to add @whywhyy! 🎉 |
|
@all-contributors please add @hankkuu for code |





Specify project
Client
Description
Tag user logic
tagUserVideo.mov
Related Issues
issue #473
Checklist
Before you create this PR confirms that it meets all requirements listed below by checking the relevant checkboxes (
[x]). This will ensure a smooth and quick review process.yarn lint && yarn tscyarn testoryarn test -uif you need to update snapshot.