feat: Reply or Reference a specific message (#39)

* add reply to when send message

* show reply message

* refactor

* multiple quote
This commit is contained in:
reya
2025-05-21 17:44:43 +07:00
committed by GitHub
parent ba42bafc3a
commit 3fd236de73
8 changed files with 712 additions and 407 deletions

View File

@@ -23,11 +23,11 @@ impl Render for Tooltip {
.p_2()
.border_1()
.border_color(cx.theme().border)
.bg(cx.theme().background)
.bg(cx.theme().surface_background)
.shadow_md()
.rounded_lg()
.text_sm()
.text_color(cx.theme().text)
.text_color(cx.theme().text_muted)
.line_height(relative(1.25))
.child(self.text.clone()),
)