From 5186fbfb4942f96f1e33f007127fd529b8b84b65 Mon Sep 17 00:00:00 2001 From: oppiliappan Date: Sun, 01 Mar 2026 15:07:06 +0000 Subject: [PATCH] appview/pages: clean up copy on homepage Signed-off-by: oppiliappan --- appview/models/bsky.go | 24 ++++++++++++------------ appview/pages/templates/timeline/home.html | 39 +++++++++++++++++++++++---------------- input.css | 2 +- 3 file(s) changed, 36 insertion(s)(+), 29 deletion(s)(-) diff --git a/appview/models/bsky.go b/appview/models/bsky.go --- a/appview/models/bsky.go +++ b/appview/models/bsky.go @@ -8,19 +8,19 @@ "github.com/bluesky-social/indigo/atproto/syntax" ) type BskyPost struct { - Rkey string - Text string - CreatedAt time.Time - Langs []string - Tags []string - Embed *apibsky.FeedDefs_PostView_Embed - Facets []*apibsky.RichtextFacet - Labels *apibsky.FeedPost_Labels - Reply *apibsky.FeedPost_ReplyRef - LikeCount int64 - ReplyCount int64 + Rkey string + Text string + CreatedAt time.Time + Langs []string + Tags []string + Embed *apibsky.FeedDefs_PostView_Embed + Facets []*apibsky.RichtextFacet + Labels *apibsky.FeedPost_Labels + Reply *apibsky.FeedPost_ReplyRef + LikeCount int64 + ReplyCount int64 RepostCount int64 - QuoteCount int64 + QuoteCount int64 } func NewBskyPostFromView(postView *apibsky.FeedDefs_PostView) (*BskyPost, error) { diff --git a/appview/pages/templates/timeline/home.html b/appview/pages/templates/timeline/home.html --- a/appview/pages/templates/timeline/home.html +++ b/appview/pages/templates/timeline/home.html @@ -149,7 +149,7 @@

Pull requests, reimagined

Break down large features into small, reviewable chunks. Stack pull - requests on top of each other and ship faster with better code + requests on top of each other and ship faster with round-based code reviews. Tangled natively supports stacking using Jujutsu.

@@ -166,9 +166,12 @@ {{ i "git-pull-request-arrow" "size-24 text-green-500 dark:text-green-500 rotate-12" }} -