- Added `useWorkItemCommentOperations` to manage comment-related socket operations in `IssueDetailsPage`.
- Updated `mutateFn` in `useWorkItemDetailRevalidation` to include handling for comment replies.
- Refactored socket type imports to improve clarity and organization.
- Introduced new types for work item events and comments to streamline event handling and ensure type safety.
- Adjusted API service to fetch all comments without filtering by `created_at`, pending future updates to the comment structure.