-
Notifications
You must be signed in to change notification settings - Fork 438
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(structure): cleanup RequestPermissionDialog #7571
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
}} | ||
/> | ||
|
||
<Text align="right" muted size={1}>{`${noteLength}/${MAX_NOTE_LENGTH}`}</Text> | ||
<Text align="right" muted size={1}>{`${note.length}/${MAX_NOTE_LENGTH}`}</Text> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One refactor change to derive the note length from the note
state instead of having a separate state value for it - again removing copy pasta from another file
No changes to documentation |
Component Testing Report Updated Oct 2, 2024 8:44 AM (UTC) ✅ All Tests Passed -- expand for details
|
⚡️ Editor Performance ReportUpdated Wed, 02 Oct 2024 08:50:13 GMT
Detailed information🏠 Reference resultThe performance result of
🧪 Experiment resultThe performance result of this branch
📚 Glossary
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
### Description This PR cleans up some copy paste comment blocks in the RequestPermissionDialog component and telemetry files. ### What to review - Comment changes - Derive length from note value ### Testing No testing necessary. ### Notes for release No release notes
Description
This PR cleans up some copy paste comment blocks in the RequestPermissionDialog component and telemetry files.
What to review
Testing
No testing necessary.
Notes for release
No release notes