-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
feat(acms): Adds RECAP links and the RECAP button #374
Conversation
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.
Looks good. More docstrings though, please, then sure, let's get this merged.
Thank you!
); | ||
}; | ||
|
||
const attachLinkToDocs = async () => { |
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.
A better docstring would be helpful here to future readers.
Another step on the journey is in! |
This pull request introduces new methods for inserting the recap icon next to docket entry links whenever the corresponding document is accessible in the Recap archive and the RECAP button. The new helper functions are incorporated into the handleAcmsDocket method to use the existing mutationObserver and avoid repetition.
Here's a GIF showing the button and [R] icons: