diff --git a/input.css b/input.css --- a/input.css +++ b/input.css @@ -308,7 +308,7 @@ } .animate-progress { - animation: progress 5s linear forwards; + animation: progress 10s linear forwards; } @keyframes fadeIn { 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 @@ ) 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 @@
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 @@ -