mirror of
https://github.com/wassname/talk.git
synced 2026-08-06 13:41:02 +08:00
* Create unit tests around the user drawer CORL-443 * Update comment fixture generation to include reason metadata, action counts CORL-443 * Move testRenderer construction outside of act() operations CORL-443 * Add a user status drop down to the user history drawer CORL-227 * Update snapshots to handle status change dropdown full width styling In other areas we want to override the full width: 100% styling of the status change drop down. By default, we turn it on. This added a class to the element that needs to be updated in the snapshots. CORL-227 * Ignore the user history drawer tests for the time being Getting an Invariant Violation: Unable to find node on an unmounted component. when the UserStatusChangeContainer is present on the UserHistoryDrawerQuery. CORL-227 * Align the user drawer status label and button text CORL-227 * Update community tests to handle removal of dot icon from user status CORL-227