From 0b53e968c1ed593f7e25abfdca44f84628fb5aac Mon Sep 17 00:00:00 2001 From: xfy Date: Mon, 29 Jun 2026 14:42:03 +0800 Subject: [PATCH] feat(comments): add decorative image to comment input with focus fade effect --- src/components/comments/form.rs | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/src/components/comments/form.rs b/src/components/comments/form.rs index 47abe51..374ba1c 100644 --- a/src/components/comments/form.rs +++ b/src/components/comments/form.rs @@ -147,12 +147,19 @@ pub fn CommentForm(post_id: i32, parent_id: Option, parent_indent: Option