feat: brand new send file UX

This commit is contained in:
zerosoul
2022-04-22 17:04:58 +08:00
parent c24ee53967
commit b34eee726b
28 changed files with 1003 additions and 291 deletions
+4
View File
@@ -47,6 +47,7 @@ function Message({
sending = false,
content,
thumbnail,
download,
content_type = "text/plain",
edited,
properties,
@@ -114,12 +115,15 @@ function Message({
/>
) : (
renderContent({
context,
to: contextId,
from_uid: fromUid,
created_at: time,
content_type,
properties,
content,
thumbnail,
download,
edited,
})
)}