Signed-off-by: Will Andrews did:plc:dadhhalkfcq3gucaq25hjqon
appview/db/timeline.go
This file has not been changed.
+4
-417
appview/state/state.go
appview/pages/pages.go
This patch was likely rebased, as context lines do not match.
appview/pages/templates/timeline/fragments/timeline.html
This file has not been changed.
+24
-24
appview/issues/issues.go
+6
-6
appview/knots/knots.go
+9
-9
appview/labels/labels.go
+5
-14
appview/middleware/middleware.go
+18
-20
appview/notifications/notifications.go
-24
appview/oauth/client/oauth_client.go
+2
-1
appview/oauth/consts.go
+65
appview/oauth/handler.go
-538
appview/oauth/handler/handler.go
+110
-205
appview/oauth/oauth.go
+147
appview/oauth/store.go
+1
-1
appview/pages/templates/layouts/fragments/topbar.html
+1
-1
appview/pages/templates/repo/pulls/fragments/pullNewComment.html
+1
-3
appview/pages/templates/user/settings/profile.html
+2
-1
appview/pipelines/pipelines.go
+17
-17
appview/pulls/pulls.go
+11
-10
appview/repo/artifact.go
+28
-35
appview/repo/repo.go
+2
-2
appview/settings/settings.go
-2
appview/signup/signup.go
+5
-5
appview/spindles/spindles.go
+2
-2
appview/state/follow.go
+63
appview/state/login.go
+2
-2
appview/state/profile.go
+35
-7
appview/state/reaction.go
+5
-10
appview/state/router.go
+2
-2
appview/state/star.go
+9
-7
appview/strings/strings.go
-99
appview/xrpcclient/xrpc.go
+1
-1
go.mod
+2
go.sum
+1
-1
appview/pages/templates/repo/fragments/labelPanel.html
+1
-1
appview/pages/templates/repo/fragments/participants.html
+7
-2
appview/pages/templates/repo/issues/fragments/newComment.html
+7
-3
appview/pages/templates/repo/pulls/pull.html
+34
-7
appview/db/reaction.go
+5
appview/models/reaction.go
+6
-1
appview/pages/templates/repo/fragments/reaction.html
+4
-2
appview/pages/templates/repo/issues/issue.html
+4
-2
appview/pages/templates/repo/pulls/fragments/pullHeader.html
History
5 rounds
4 comments
6 commits
expand
collapse
Signed-off-by: oppiliappan <me@oppi.li>
Signed-off-by: oppiliappan <me@oppi.li>
Signed-off-by: Cameron Smith <cam@camsmith.dev>
Signed-off-by: Will Andrews <did:plc:dadhhalkfcq3gucaq25hjqon>
Signed-off-by: Will Andrews <did:plc:dadhhalkfcq3gucaq25hjqon>
Signed-off-by: Will Andrews <did:plc:dadhhalkfcq3gucaq25hjqon>
expand 0 comments
5 commits
expand
collapse
Signed-off-by: oppiliappan <me@oppi.li>
Signed-off-by: oppiliappan <me@oppi.li>
Signed-off-by: Cameron Smith <cam@camsmith.dev>
Signed-off-by: Will Andrews <did:plc:dadhhalkfcq3gucaq25hjqon>
Signed-off-by: Will Andrews <did:plc:dadhhalkfcq3gucaq25hjqon>
expand 0 comments
2 commits
expand
collapse
Signed-off-by: Will Andrews <did:plc:dadhhalkfcq3gucaq25hjqon>
Signed-off-by: Will Andrews <did:plc:dadhhalkfcq3gucaq25hjqon>
expand 1 comment
2 commits
expand
collapse
Signed-off-by: Will Andrews <did:plc:dadhhalkfcq3gucaq25hjqon>
Signed-off-by: Will Andrews <did:plc:dadhhalkfcq3gucaq25hjqon>
expand 0 comments
1 commit
expand
collapse
Signed-off-by: Will Andrews <did:plc:dadhhalkfcq3gucaq25hjqon>
expand 3 comments
This paves the way for allowing users to filter their timeline by just content of users they follow. I'm not great at front end stuff so may need some help getting an actual toggle into the UI.
Note: See this issue as to why the PR has no description
I'd be happy to assist with the toggle. I'm out on vacation next week, but feel free to reach out on Discord after that :-)
Amazing, thank you! I was planning on giving it a go this weekend and see how I get on but will ping you if I fall into a pit of dispair.
following up on discord for this patch, but it works like a charm!