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:
6
Cargo.lock
generated
6
Cargo.lock
generated
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user