-
Notifications
You must be signed in to change notification settings - Fork 679
fix(types): update context_actions jsdoc link to a single icon_button #2375
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
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## ai-apps #2375 +/- ##
==========================================
Coverage ? 92.78%
==========================================
Files ? 39
Lines ? 10711
Branches ? 692
==========================================
Hits ? 9938
Misses ? 761
Partials ? 12
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
mwbrooks
left a comment
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.
✅ Looking good to me!
✏️ Personally, I think you can remove the bug label and keep this focused on the docs label.
| type: 'context_actions'; | ||
| /** | ||
| * @description An array of {@link FeedbackButtons} or {@link IconButtons} objects. | ||
| * @description An array of {@link FeedbackButtons} or {@link IconButton} block elements. Maximum number of items is 5. |
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.
note: That tricky pluralization!
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.
@mwbrooks I agree but I suppose in a collection of elements it finds sense? 👾 ✨
|
@mwbrooks Ooh great call that this wasn't an update to application logic 🧠 I believe for now this'll align with Let's merge this for now. |
Summary
This PR updates JSDoc reference to a single
IconButtonfor thecontext_actionsblock "elements" attribute:node-slack-sdk/packages/types/src/block-kit/block-elements.ts
Lines 210 to 217 in bd62ff4
Requirements