You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do not hide the like if the user is not logged in, ask to log in instead. See how to build the UI (modal, login form and so on...)
Make possible to change the icon color within the editor via attributes
Add a small animation on hover and on click
Add a counter to the post using block binding api
Configuration
Resolve the way the configuration is served to the FrontOffice, right now is dispatching an event but we have to make the configuration script a dependency of the @wordpress/interactivity module
Implement a good solution to serve the configuration assets + enqueuing the wp-api-fetch script when necessary.
Icons
Related to block, find a way to serve the SVG icon as a native react component
User
Generalize the findLike if possible to findItem->filter('like') or something similar. Highly depends on how we can generalize the implementation on top of it and how can we assume we're working with the right data format.
Security
Need to protect the server from multiple fast clicks on the like button
Rest
Add abort signal
Ensure responses >= 400 are treated as errors and the popover render
The text was updated successfully, but these errors were encountered:
Block
Configuration
@wordpress/interactivity
modulewp-api-fetch
script when necessary.Icons
User
Generalize thefindLike
if possible tofindItem->filter('like')
or something similar. Highly depends on how we can generalize the implementation on top of it and how can we assume we're working with the right data format.Security
Need to protect the server from multiple fast clicks on the like buttonRest
Add abort signalEnsure responses >= 400 are treated as errors and the popover renderThe text was updated successfully, but these errors were encountered: