chat: auto detect links (#8028)

@ConradIrwin here's our current implementation for auto detecting links
in the chat.
We also fixed an edge case where the close reply to preview button was
cut off (rendered off screen).

Release Notes:

- Added auto detection for links in the chat panel.

---------

Co-authored-by: Remco Smits <62463826+RemcoSmitsDev@users.noreply.github.com>
This commit is contained in:
Bennet Bo Fenner
2024-02-19 21:49:47 -07:00
committed by GitHub
co-authored by Remco Smits
parent 1e44bac418
commit 3ef8a9910d
6 changed files with 155 additions and 12 deletions
Generated
+1
View File
@@ -7555,6 +7555,7 @@ dependencies = [
"gpui",
"language",
"lazy_static",
"linkify",
"pulldown-cmark",
"smallvec",
"smol",