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
d0be79b0c786b5c632d30525cad33ebf9d33e4c1
BrookJeynes
appview: pages: add spinners to more buttons
1y ago
d0be79b0
markup
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
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: pages: add spinners to more buttons This commit adds spinners to what I believe to be all the buttons on the following pages: - follow: add spinner to follow button - issues/new: add spinner to create button - issue: add spinners to close/reopen issue buttons - issueComment: add spinner to delete button - editIssueComment: add spinner to check mark button - pulls/new: add spinner to create button - pullNewComment: add spinner to comment button, submit and cancel - pullResubmit: add spinners to resubmit / cancel button - settings: add spinners to buttons - knots: add spinners to buttons - settings: add spinners to user settings page
1 year ago
funcmap.go
appview: pages/markup: enable html.Unsafe in renderer subsequently, every RenderMarkdown call has been wrapped with bluemonday sanitization.
1 year ago
htmx.go
appview: some initial htmxing and tailwinding
2 years ago
pages.go
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