mirror of
https://github.com/wassname/talk.git
synced 2026-07-14 11:18:50 +08:00
* Create unit tests around the user drawer CORL-443 * Update comment fixture generation to include reason metadata, action counts CORL-443 * Add a user status drop down to the user history drawer CORL-227 * Refactor UserHistoryDrawer tabs and queries for consistency CORL-234 * Create and empty account history tab in the user drawer CORL-234 * Create preliminary account history tab queries Massages the suspension and ban history together into a usable format. Sorts the ban and suspension history by date, ascending. Ready to process the history data into components to make up the future table records. CORL-234 * Style the user drawer account history records into table format CORL-234 * Fix typo in admin localization around banned text CORL-234 * Update suspension record to support templated insertion of timespan CORL-234 * Create localized parsing of suspension times for account history CORL-234 * Handle errors when loading the user drawer account history CORL-234 * Adjust margins of tab content relative to the tab controls CORL-234 * Extract suspension record time calculations out of component CORL-234 * Handle when a user has no account history CORL-234 * Adjust line height to prevent cutting off usernames in community table CORL-234 * Override hover behaviour for user drawer account history rows CORL-234 * Adjust default column widths in user drawer - account history CORL-234 * Use react node type instead of any for component substitution CORL-234 * Rename TabType to UserTabs CORL-234 * Use nullable type instead of strict typing using OR's CORL-234 * Set UserStatusChangeContainer fullWidth default to false CORL-234 * Combine timed suspension localization into one Localized element CORL-234 * fix: useMemo on history bar * Rename UserHistoryDrawerAccountHistory to UserDrawerAccountHistory Cleans up the agglutination's on these file names. Probably means we should rename UserHistoryDrawer... to UserDrawer... everywhere. Will get to that later. CORL-234 * Reorder imports to match alphabetization preferences CORL-234 * feat: simplication to action table * feat: visual tweaks * chore: added notes for deprecating