mirror of
https://github.com/arc53/DocsGPT.git
synced 2026-01-19 21:40:34 +00:00
* style(DocsGPTWidget): improve message bubbles and markdown styling - Adjust max-width for message bubbles to 90% for answers and 80% for questions - Add overflow-wrap to prevent text overflow in messages - Update list styling with proper spacing and positioning - Add responsive font sizing for headings using clamp() - Implement custom table styling with proper borders and spacing - Add custom markdown renderer rules for tables * feat(widget): replace input with textarea for prompt input Add support for multi-line input and custom scrollbar styling. Implement Enter key submission handling while allowing Shift+Enter for new lines. * feat(widget): improve textarea auto-resizing and table styling - Add auto-resizing functionality for prompt textarea with min/max height constraints - Fix table cell markup (th/td) and improve scrollbar styling - Add promptRef to manage textarea state and reset after submission * fix(widget): correct table cell styling and prevent empty submissions - Fix swapped td/th elements in markdown renderer - Adjust font weights for table headers and cells - Add validation to prevent empty message submissions * (fix) name mkdwn rule as the returned element --------- Co-authored-by: ManishMadan2882 <manishmadan321@gmail.com>