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
···
{{ define "timeline/fragments/timeline" }}
<div class="py-4">
+
<div class="px-6 pb-4">
+
<p class="text-xl font-bold dark:text-white">Timeline</p>
-
-
<div class="flex gap-2 px-6 pb-4">
-
<div>
-
<p class="text-xl font-bold dark:text-white">Timeline</p>
-
</div>
-
{{ if .LoggedInUser }}
-
<div>
-
{{ if .Filtered }}
-
<a href="/timeline" class="hover:underline text-sm">
-
Show All
-
</a>
-
{{ else }}
-
<a href="/timeline?filtered=true" class="hover:underline text-sm">
-
Show following only
-
</a>
-
{{ end }}
-
</div>
-
{{ end }}
</div>
<div class="flex flex-col gap-4">
ERROR
appview/state/state.go

Failed to calculate interdiff for this file.