Monorepo for Tangled tangled.org
856
fork

Configure Feed

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

appview/timeline: show opened pull requests as timeline events #334

open opened by tolik518.tngl.sh targeting master from tolik518.tngl.sh/core: master
Labels

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:wzoaxleof2leut3d5uk73qry/sh.tangled.repo.pull/3ml6rxitec422
+1 -3
Interdiff #1 #2
appview/db/timeline.go

This file has not been changed.

appview/models/timeline.go

This file has not been changed.

+1 -3
appview/pages/templates/timeline/fragments/timeline.html
··· 133 133 <div class="pl-6 py-2 bg-white dark:bg-gray-800 text-gray-600 dark:text-gray-300 flex flex-wrap items-center gap-2 text-sm"> 134 134 {{ template "user/fragments/picHandleLink" $pull.OwnerDid }} 135 135 opened a pull request in 136 - <a href="/{{ $repoPath }}" class="text-sm text-gray-600 dark:text-gray-300 no-underline hover:underline"> 137 - {{ $repoPath }} 138 - </a> 136 + <a href="/{{ $repoPath }}" class="no-underline hover:underline">{{ $repoPath }}</a> 139 137 <span class="text-gray-700 dark:text-gray-400 text-xs">{{ template "repo/fragments/time" $pull.Created }}</span> 140 138 </div> 141 139

History

3 rounds 0 comments
sign up or login to add to the discussion
4 commits
expand
appview/timeline: show opened pull requests as timeline events
appview/timeline: remove redundant empty-follow guard in pull events
appview/timeline: added "Read more" and "Read less" option to opened PR
appview/timeline: adjusted color of the repoPath on opened PRs
no conflicts, ready to merge
expand 0 comments
3 commits
expand
appview/timeline: show opened pull requests as timeline events
appview/timeline: remove redundant empty-follow guard in pull events
appview/timeline: added "Read more" and "Read less" option to opened PR
expand 0 comments
2 commits
expand
appview/timeline: show opened pull requests as timeline events
appview/timeline: remove redundant empty-follow guard in pull events
expand 0 comments