alpha
Login
or
Join now
evan.jarrett.net
/
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.
Monorepo for Tangled — https://tangled.org
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
Pulls
Pipelines
core
/
appview
/
pages
/
at
openbao-tests
4 folders
5 files
oppiliappan
appview/pages: fix regression in blob view that removed scroll
8mo ago
2be5f4ac
legal
appview/pages: add a brand page Also some misc. changes to page layouts. Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>
10 months ago
markup
appview/pages/markup: do not render mentions in titles/descriptions Signed-off-by: oppiliappan <me@oppi.li>
8 months ago
repoinfo
appview: add website and topics fields to repo Removed description edit UI / endpoints and put unified base settings form in repository settings page. This form is restricted to `repo:owner` permission same as before. The internal model of topics is an array but they are stored/edited as single string where each topics are joined with whitespaces. Having a dedicated topics table with M:M relationship to the repo seems a bit overkill considering we will have external search indexer anyway. Signed-off-by: Seongmin Lee <git@boltless.me>
9 months ago
templates
appview/pages: fix regression in blob view that removed scroll Signed-off-by: oppiliappan <me@oppi.li>
8 months 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>
11 months ago
funcmap.go
appview/pages/markup: do not render mentions in titles/descriptions Signed-off-by: oppiliappan <me@oppi.li>
8 months ago
funcmap_test.go
ci: fix nits Signed-off-by: oppiliappan <me@oppi.li>
10 months ago
htmx.go
appview: pages: Add HXRefresh helper function.
1 year ago
pages.go
appview/pages: migrate string templates to use funcmap renderers Signed-off-by: oppiliappan <me@oppi.li>
8 months ago