From b6af22855ef3ed16db1d38ccba25a8d37e1bc1be Mon Sep 17 00:00:00 2001 From: eti Date: Fri, 12 Jun 2026 12:38:20 +0000 Subject: [PATCH] appview/pages: rework vouch announcement design Card felt flat — radial gradient added noise without depth. Replaced with a clean linear gradient (dark mode inverted), brighter text contrast, and a CSS-masked gradient shield icon. Refs: [TAN-486](https://linear.app/tangled/issue/TAN-486) Signed-off-by: eti --- appview/pages/templates/timeline/fragments/announcements.html | 22 ++++++++++++---------- 1 file(s) changed, 12 insertion(s)(+), 10 deletion(s)(-) diff --git a/appview/pages/templates/timeline/fragments/announcements.html b/appview/pages/templates/timeline/fragments/announcements.html --- a/appview/pages/templates/timeline/fragments/announcements.html +++ b/appview/pages/templates/timeline/fragments/announcements.html @@ -1,5 +1,5 @@ {{ define "timeline/fragments/announcements" }} -
+
{{ end }} {{ define "vouchAnnouncement" }} -
-
+
-

Build a web of trust

-

+

Build a web of trust

+

Vouch for trustworthy users that make open-source a better place. Visit a user's profile to vouch for them.

- + Read more {{ if and .LoggedInUser .VouchSuggestions }} - + View suggestions {{ i "arrow-right" "size-3.5" }} {{ end }} @@ -48,8 +47,11 @@
-
- {{ i "shield-plus" "size-48" }} -
+
{{ end }} -- tangled.sh