From 9ad3809f4740e2309c78f617f652cdf2b9ab521c Mon Sep 17 00:00:00 2001 From: SquidSpirit Date: Sat, 26 Jul 2025 01:29:18 +0800 Subject: [PATCH] BLOG-70 Add tooltip for post preview (#76) ### Description - A a `title` attribute on the `` element. - Make the title as `

` and the description as `

`. ### Package Changes _No response_ ### Screenshots ![image.png](/attachments/0d4b815e-d1c5-432c-8174-53273189a9c3) ### Reference Resolves # ### Checklist - [x] A milestone is set - [x] The related issuse has been linked to this branch Reviewed-on: https://git.squidspirit.com/squid/blog/pulls/76 Co-authored-by: SquidSpirit Co-committed-by: SquidSpirit --- frontend/src/lib/post/framework/ui/PostPreview.svelte | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/lib/post/framework/ui/PostPreview.svelte b/frontend/src/lib/post/framework/ui/PostPreview.svelte index b4a4d0f..5814bed 100644 --- a/frontend/src/lib/post/framework/ui/PostPreview.svelte +++ b/frontend/src/lib/post/framework/ui/PostPreview.svelte @@ -17,7 +17,7 @@ } - +