Tags: askman-dev/askman-chrome-extension
Tags
feat(options, config): add external links configuration and integrate… … into Options component - Introduced a new TOML configuration file for external links used in the Askman Chrome extension, enhancing maintainability and organization of links. - Updated the Options component to load and display external links dynamically, including documentation, issues, and social media links. - Replaced hardcoded links with dynamic references to the new configuration, improving flexibility and reducing code duplication.
feat(ask-message): add HTML entity decoding for message rendering - Implemented a decodeEntities function to convert HTML entities into their corresponding characters. - Updated the rendering logic in AskMessage to decode HTML entities in message content, enhancing text display accuracy and user experience.
fix(ask-message): improve styling for message display - Updated AskMessage component to conditionally apply max height and overflow styles based on the message sender (human or bot). - Enhanced user experience by ensuring proper styling for message text display.
PreviousNext