-
Notifications
You must be signed in to change notification settings - Fork 399
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
Add documentation for publishing to home tab #626
Add documentation for publishing to home tab #626
Conversation
Codecov Report
@@ Coverage Diff @@
## main #626 +/- ##
=======================================
Coverage 83.27% 83.27%
=======================================
Files 7 7
Lines 598 598
Branches 193 193
=======================================
Hits 498 498
Misses 67 67
Partials 33 33 Continue to review full report at Codecov.
|
} | ||
}); | ||
|
||
console.log(result); |
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.
should we remove the console.log?
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.
We've typically logged result for other responses, but fine with either.
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.
Fine leaving it. PR looks good to me!
Summary
This should have been added a while ago, but better late than never.
This section shows how to use
views.publish
and theapp_home_opened
event to update a user's home tab.Requirements (place an
x
in each[ ]
)