* feat: add workitem existence check in SubWorkitemTemplateEndpoint
* fix: update workitem existence check to include project_id in SubWorkitemTemplateEndpoint
* ✨ feat: integrate Storybook addons and enhance Tabs component
- Added `@storybook/addon-designs` and `@storybook/addon-docs` to the project dependencies.
- Enhanced the Tabs component stories to support dynamic tab options.
- Introduced a custom theme for Storybook with a new manager configuration.
- Added a new SVG logo for branding in Storybook.
- Pinned the storybook and related packages version
* ♻️ refactor: update Storybook manager configuration by removing unused import
* ♻️ refactor: enhance Tabs story with size labels and layout adjustments
* 🚨 fix: lint issues
* 🚨 fix: lock file
* ✏️ fix: update brand image path in Storybook manager configuration
* ♻️ refactor: improve Tabs story by ensuring safe default value and enhancing content rendering
* [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>
* chore: move icons from ui package to propel package
* chore: package and tsdown config updated
* chore: migrate all icon imports from @plane/ui to @plane/propel/icons
* chore: remove icon components from @plane/ui package (migrated to
@plane/propel/icons)
* chore: code refactoring
* chore: migrate remaining icon components from @Plane/ui to @Plane/propel/icons
* chore: move ee specific icons from ui package to propel package
* chore: propel package dep. added to editor package
* chore: migrate icon components from @plane/ui to @plane/propel/icons in dev-wiki
* chore: migrate icon components from @plane/ui to @plane/propel/icons in space
* chore: migrate icon components from @plane/ui to @plane/propel/icons in web
* chore: migrate icon components from @plane/ui to @plane/propel/icons in web
* chore: migrate icon components from @plane/ui to @plane/propel/icons in web
* chore: migrate icon components from @plane/ui to @plane/propel/icons in web
* chore: migrate icon components from @plane/ui to @plane/propel/icons in web
* chore: update docker-compose.yml to change restart policy condition from 'on-failure' to 'any' and remove SSL variable from variables.env
* fix: update docker-compose.yml to change restart policy condition from 'any' to 'on-failure'