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
4 files
at
c9598ff1041ee1978cb12f833c56cf94fb734c91
ansxor
appview/pages: add expandable legend to repo index template
1y ago
c9598ff1
markup
appview: add support for latex in markdown Signed-off-by: noClaps <git@zerolimits.dev>
1 year ago
repoinfo
appview/pages: add metadata to profile tabs Signed-off-by: oppiliappan <me@oppi.li>
1 year ago
templates
appview/pages: add expandable legend to repo index template Signed-off-by: ansxor <git@ansxor.ca>
1 year ago
cache.go
appview/pages: rework caching mechanism instead of loading all templates at once and storing into a map, we now memoize the results of `parse`. the first call to `parse` will require calculation but subsequent calls will be cached. this is simpler to reason about because the new execution model requires us to parse differently for each "base" template that is being used: - for timeline, it is necessary to parse with layouts/base - for repo-index, it is necessary to parse with layouts/base and layouts/repobase in that order the previous approach to loading also had a latent bug: all layouts were loaded atop each other in alphabetical order (order of iteration over the filesystem), and therefore it was not possible to selectively parse and execute templates on a subset of layouts. Signed-off-by: oppiliappan <me@oppi.li>
1 year ago
funcmap.go
appview/{settings,pages}: rework settings ui Preserves the routes, but borrows a similar style to that of repo settings. Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
1 year ago
htmx.go
appview: pages: Add HXRefresh helper function.
1 year ago
pages.go
appview/pages: add metadata to profile tabs Signed-off-by: oppiliappan <me@oppi.li>
1 year ago