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 @@

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 @@ -
-
- +
+
+ + + +

AT Protocol enables federated code-collaboration. Submit pull-requests or bug-reports to any repository hosted on any server.
@@ -347,11 +356,11 @@

Free and open source

All of Tangled is open source and built with the community! - Check out the monorepo and join in on the fun. + Check out the monorepo and join in on the fun.

We welcome contributions however big or small. You can start contributing by picking up a - good-first-issue. + good-first-issue.

View source @@ -513,8 +522,6 @@

You can participate in the Tangled network with an AT account. If you don't know what that is, you can sign up for one below. -
-
Read more on the docs.