-
Notifications
You must be signed in to change notification settings - Fork 356
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
Actions Metadata #297
Actions Metadata #297
Conversation
Frontend is updated and ready for review, nice job @wyattjoh ! |
Note: I'm not worrying about optimizing the admin panel to display this data since that's all about to get refactored with GraphQL anyway. |
Tested this. The stream works perfectly. This creates an issue in the moderation queue where the flagged comment doesn't get removed from the stream when an action is taken. QA approval granted as this issue will be naturally resolved by @okbel in her current work. |
I had a weird issue where if I liked something, reloaded, and clicked Like again it would unlike it, but if I re-liked it, the likes read |
@riley I see the bug, but it is due to the way that the LikeButton component handles internal state and optimistic updates. I'll move this to an issue as it is out of the scope of this PR. |
What does this PR do?
How do I test this PR?
Test the following out in GraphiQL:
Build static assets
yarn build
(oryarn build-watch
) and view the docs page at http://localhost:3000/admin/docs.