alpha
Login
or
Join now
alice.pds.demo.boltless.dev
/
core
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
2
Pulls
1
Pipelines
core
/
appview
/
pages
3 folders
3 files
at
72cefcdf427e18b8bfca4c519d34d5d3b49ff421
tjh
appview: repo/index: show fork-sync button only to owners & collaborators
1y ago
fca4c5e7
markup
appview: pages/markup: add support for video
1 year ago
repoinfo
appview: pages/markup: resolve link destinations against the current dir Fixes a bug reported on Discord with relative links inside a repository's subdir would resolve incorrectly since we were naively "absoluting" the link destination. Now, we resolve it against the current (parent) directory. For example, if lol/x.md has a link [foo](./some.png) => /lol/some.png (instead of just /some.png)
1 year ago
templates
appview: repo/index: show fork-sync button only to owners & collaborators Also skips getForkInfo for non owners/collaborators.
1 year ago
funcmap.go
appview: repo/index: show fork-sync button only to owners & collaborators Also skips getForkInfo for non owners/collaborators.
1 year ago
htmx.go
appview: pages: Add HXRefresh helper function.
1 year ago
pages.go
appview: skip fork info query if user is not logged in Prevents a nil dereference in the repo index route if the user is not logged in, and hides the fork-sync button. Fixes: <https://tangled.sh/@tangled.sh/core/issues/108>
1 year ago