chore: improve render message (#84)

* .

* refactor upload button

* refactor

* dispatch action on mention clicked

* add profile modal

* .

* .

* .

* improve rich_text

* improve handle url

* make registry simpler

* refactor

* .

* clean up
This commit is contained in:
reya
2025-07-16 14:37:26 +07:00
committed by GitHub
parent 9f02942d87
commit 8195eedaf6
21 changed files with 887 additions and 468 deletions

6
Cargo.lock generated
View File

@@ -4780,14 +4780,12 @@ dependencies = [
"global",
"gpui",
"i18n",
"identity",
"itertools 0.13.0",
"log",
"nostr",
"nostr-sdk",
"oneshot",
"rust-i18n",
"settings",
"smallvec",
"smol",
]
@@ -6457,7 +6455,6 @@ name = "ui"
version = "1.0.0"
dependencies = [
"anyhow",
"chrono",
"common",
"emojis",
"gpui",
@@ -6465,10 +6462,11 @@ dependencies = [
"image",
"itertools 0.13.0",
"linkify",
"log",
"nostr-sdk",
"once_cell",
"paste",
"regex",
"registry",
"rust-i18n",
"serde",
"serde_json",