Monorepo for Tangled tangled.org
856
fork

Configure Feed

Select the types of activity you want to include in your feed.

appview: adds issues into timeline #302

open opened by willdot.net targeting master from willdot.net/tangled-fork: include-issues-timeline

This will add issues being created into the timeline.

I think this is a nice step towards making the timeline be a bit more "custom" because when we get the ability to filter the timeline to be a bit more personalised, this could allow users to see issues being raised in repos they follow / start etc.

If you're happy with this, I can do pull requests next :)

Labels

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:dadhhalkfcq3gucaq25hjqon/sh.tangled.repo.pull/3mkuzc3lcfd22
+1 -1
Interdiff #0 #1
appview/db/timeline.go

This file has not been changed.

appview/models/timeline.go

This file has not been changed.

+1 -1
appview/pages/templates/timeline/fragments/timeline.html
··· 98 98 </div> 99 99 <div class="rounded drop-shadow-sm bg-white px-6 py-4 dark:bg-gray-800 dark:border-gray-700"> 100 100 <div class="pb-2"> 101 - <a href="/{{ $repoOwnerHandle }}/{{ $repo.Name }}" class="no-underline hover:underline"> 101 + <a href="/{{ $repoOwnerHandle }}/{{ $repo.Name }}/issues/{{ .IssueId }}" class="no-underline hover:underline"> 102 102 {{ .Title }} 103 103 <span class="text-gray-500 dark:text-gray-400">#{{ .IssueId }}</span> 104 104 </a>

History

4 rounds 0 comments
sign up or login to add to the discussion
1 commit
expand
appview: adds issues into timeline
merge conflicts detected
expand
  • appview/db/timeline.go:1
expand 0 comments
1 commit
expand
appview: adds issues into timeline
expand 0 comments
1 commit
expand
appview: adds issues into timeline
expand 0 comments
1 commit
expand
appview: adds issues into timeline
expand 0 comments