feat: Redesign New Chat (#31)

* make subject is optional

* redesign

* search

* fix

* adjust
This commit is contained in:
reya
2025-05-12 20:46:01 +07:00
committed by GitHub
parent 2f83b5091e
commit 4e24061817
32 changed files with 580 additions and 367 deletions

View File

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