back interdiff of round #4 and #3

appview: allow timeline db queries to be filterable by users follows #626

closed
opened by willdot.net targeting master from willdot.net/tangled-core: feat/filter-user-timeline

Signed-off-by: Will Andrews did:plc:dadhhalkfcq3gucaq25hjqon

files
appview
db
knots
labels
middleware
models
notifications
oauth
pages
templates
layouts
fragments
repo
timeline
fragments
user
settings
pipelines
repo
settings
signup
spindles
state
strings
xrpcclient
ERROR
appview/knots/knots.go

Failed to calculate interdiff for this file.

ERROR
appview/labels/labels.go

Failed to calculate interdiff for this file.

ERROR
appview/middleware/middleware.go

Failed to calculate interdiff for this file.

ERROR
appview/notifications/notifications.go

Failed to calculate interdiff for this file.

ERROR
appview/oauth/client/oauth_client.go

Failed to calculate interdiff for this file.

ERROR
appview/oauth/consts.go

Failed to calculate interdiff for this file.

ERROR
appview/oauth/handler.go

Failed to calculate interdiff for this file.

ERROR
appview/oauth/handler/handler.go

Failed to calculate interdiff for this file.

ERROR
appview/oauth/oauth.go

Failed to calculate interdiff for this file.

ERROR
appview/oauth/store.go

Failed to calculate interdiff for this file.

ERROR
appview/pages/templates/layouts/fragments/topbar.html

Failed to calculate interdiff for this file.

ERROR
appview/pages/templates/repo/pulls/fragments/pullNewComment.html

Failed to calculate interdiff for this file.

ERROR
appview/pages/templates/user/settings/profile.html

Failed to calculate interdiff for this file.

ERROR
appview/pipelines/pipelines.go

Failed to calculate interdiff for this file.

ERROR
appview/repo/artifact.go

Failed to calculate interdiff for this file.

ERROR
appview/repo/repo.go

Failed to calculate interdiff for this file.

ERROR
appview/settings/settings.go

Failed to calculate interdiff for this file.

ERROR
appview/signup/signup.go

Failed to calculate interdiff for this file.

ERROR
appview/spindles/spindles.go

Failed to calculate interdiff for this file.

ERROR
appview/state/follow.go

Failed to calculate interdiff for this file.

ERROR
appview/state/login.go

Failed to calculate interdiff for this file.

ERROR
appview/state/profile.go

Failed to calculate interdiff for this file.

ERROR
appview/state/router.go

Failed to calculate interdiff for this file.

ERROR
appview/state/star.go

Failed to calculate interdiff for this file.

ERROR
appview/strings/strings.go

Failed to calculate interdiff for this file.

ERROR
appview/xrpcclient/xrpc.go

Failed to calculate interdiff for this file.

ERROR
go.mod

Failed to calculate interdiff for this file.

ERROR
go.sum

Failed to calculate interdiff for this file.

ERROR
appview/pages/templates/repo/fragments/labelPanel.html

Failed to calculate interdiff for this file.

ERROR
appview/pages/templates/repo/fragments/participants.html

Failed to calculate interdiff for this file.

ERROR
appview/pages/templates/repo/issues/fragments/newComment.html

Failed to calculate interdiff for this file.

ERROR
appview/pages/templates/repo/pulls/pull.html

Failed to calculate interdiff for this file.

ERROR
appview/db/reaction.go

Failed to calculate interdiff for this file.

ERROR
appview/models/reaction.go

Failed to calculate interdiff for this file.

ERROR
appview/pages/templates/repo/fragments/reaction.html

Failed to calculate interdiff for this file.

ERROR
appview/pages/templates/repo/issues/issue.html

Failed to calculate interdiff for this file.

ERROR
appview/pages/templates/repo/pulls/fragments/pullHeader.html

Failed to calculate interdiff for this file.

ERROR
appview/db/timeline.go

Failed to calculate interdiff for this file.

REVERTED
appview/pages/templates/timeline/fragments/timeline.html
··· 1 1 {{ define "timeline/fragments/timeline" }} 2 2 <div class="py-4"> 3 + <div class="px-6 pb-4"> 4 + <p class="text-xl font-bold dark:text-white">Timeline</p> 3 - 4 - <div class="flex gap-2 px-6 pb-4"> 5 - <div> 6 - <p class="text-xl font-bold dark:text-white">Timeline</p> 7 - </div> 8 - {{ if .LoggedInUser }} 9 - <div> 10 - {{ if .Filtered }} 11 - <a href="/timeline" class="hover:underline text-sm"> 12 - Show All 13 - </a> 14 - {{ else }} 15 - <a href="/timeline?filtered=true" class="hover:underline text-sm"> 16 - Show following only 17 - </a> 18 - {{ end }} 19 - </div> 20 - {{ end }} 21 5 </div> 22 6 23 7 <div class="flex flex-col gap-4">
ERROR
appview/state/state.go

Failed to calculate interdiff for this file.