Commit Graph

9 Commits

Author SHA1 Message Date
Dean Sheather 4701bb3f6d feat: clickable URLs in chat log
Adds a parsing step when constructing `Message` objects that scans the
message content for anything that looks URL-like, and inserts new
`TextChunk`s into the message content with a URIPayload set.

Hovering over a URL shows an on-hover effect. Clicking a URL opens it in
the default browser. Right clicking shows the hostname, with an option
to open and an option to copy the URL to the clipboard.
2024-04-09 15:40:27 +10:00
Anna 02118163ac feat: add duplicate message collapsing 2022-06-14 12:33:06 -04:00
Anna a0525562ff chore: remove boms 2022-02-15 13:02:46 -05:00
Anna 9b7b84a58d feat: add chat database 2022-02-15 12:58:55 -05:00
Anna 471be104e1 feat: add reply in selected chat mode 2022-01-14 13:25:33 -05:00
Anna 8ce62fa24e feat: add custom dalamud link payload handling 2022-01-03 16:41:02 -05:00
Anna 0b9d617021 feat: partially handle some payloads 2021-12-29 21:53:44 -05:00
Anna 1d9581abca feat: add links to chunks 2021-12-29 14:44:05 -05:00
Anna f17a913405 chore: initial commit 2021-12-29 14:31:45 -05:00