mirror of
https://github.com/makeplane/plane.git
synced 2026-07-13 14:01:45 +02:00
* [SILO-456] [SILO-457] feat: Added toggle for personal account view for enabling dm alerts (#3971) * fix: added alert config type for slack * feat: added helper method for slack alerts * fix: added service method and controller methods for updating alert config * fix: updated personal account view for getting the config * fix: resolved review comments * [SILO-458] [SILO-459] feat: Added DM Alerts handler in silo slack worker (#4015) * chore: added ASSIGNEE_IDS as known field * fix: added helper functions * fix: modified slack etl type to accomodate message expansion * fix: added type for alert processing * fix: added alert service with tests * fix: added dm alert handler in controller * fix: refactored connection details helper for common code * fix: added method for parsing html and extracting mention component out of html * fix: encapsulated comment views into comment files * fix: added inverted mode to user map fucntion * fix: added helpers * feat: added DM Alerts handler * fix: added comment reply handler for block actions * fix: node html parser importx * fix: renamed function better for alert config * fix: resolved review comments * fix: added better error handling * fix: review comments and function renaming * [SILO-484] feat: added translations and modified design of dm alert blocks (#4082) * fix: added actor displayname in display text * fix: added translations * fix: reduced ttl timings of alerts * fix: filtered actor and affected user * fix: added conditional quoting for WI linkback * fix: formatted all the files --------- Co-authored-by: Surya Prashanth <prashantsurya002@gmail.com>