-
Notifications
You must be signed in to change notification settings - Fork 313
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
refactor(content-sidebar): convert AnnotationActivityMenu to TypeScript #3893
refactor(content-sidebar): convert AnnotationActivityMenu to TypeScript #3893
Conversation
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
src/elements/content-sidebar/activity-feed/annotations/AnnotationActivityMenu.tsx
Outdated
Show resolved
Hide resolved
src/elements/content-sidebar/activity-feed/annotations/AnnotationActivityMenu.tsx
Outdated
Show resolved
Hide resolved
src/elements/content-sidebar/activity-feed/annotations/AnnotationActivityMenu.tsx
Outdated
Show resolved
Hide resolved
src/elements/content-sidebar/activity-feed/annotations/AnnotationActivityMenu.tsx
Outdated
Show resolved
Hide resolved
src/elements/content-sidebar/activity-feed/annotations/AnnotationActivityMenu.tsx
Outdated
Show resolved
Hide resolved
af47f1c
to
7997517
Compare
This pull request has been removed from the queue for the following reason: The merge conditions cannot be satisfied due to failing checks You should look at the reason for the failure and decide if the pull request needs to be fixed or if you want to requeue it. If you want to requeue this pull request, you need to post a comment with the text: |
Description
Convert AnnotationActivityMenu component from Flow to TypeScript.
Changes
Testing
yarn tsc
- no errorsyarn lint:js
andyarn lint:ts
- no errorsyarn test
- all tests passLink to Devin run: https://app.devin.ai/sessions/d6948181d0e443e9b9e51425f79b9d9e
Requested by: [email protected]