mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 07:07:55 +08:00
d73bdc7eec
* Move the user history drawer into shared location that all admin routes access CORL-443 * Move the moderate card to the shared components for admin CORL-443 * Add a user drawer to the community area of the admin section CORL-443 * Touch up missing tabs in UserRow.css CORL-443 * Create unit tests around the user drawer CORL-443 * Move toxicity label to new shared component location to fix rebase CORL-443 * Update comment fixture generation to include reason metadata, action counts CORL-443 * Rename userDrawerID to userDrawerUserID CORL-443 * Clean up imports on user drawer unit tests CORL-443 * Add coral-test to the jest config paths CORL-443 * Add todo around creating predictable date times for test fixtures CORL-443 * Move testRenderer construction outside of act() operations CORL-443