alpha
Login
or
Join now
drawbu.dev
/
tangled
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
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
tangled
/
appview
/
pages
/
at
op/tsqvtntllqvu
5 folders
7 files
eti
appview: the great uppercasing
3mo ago
3b090101
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: don't use camo for non-external readme images Signed-off-by: Seongmin Lee <git@boltless.me>
3 months ago
repoinfo
appview: the great uppercasing Passed down by generations of tormented minimalist developers, the great uppercasing is here. Bow down to the great cavaliers of doom so that they can bestow their changes upon you. With this pull request, we are finally free from our wicked casing system. Let it be written. Let it be done. From this day forward, we speak in sentence case. &+ appview/logo: keep logotype & alpha tag lowercase Signed-off-by: eti <eti@eti.tf>
3 months ago
static
appview: add topbar quick-search Adds an inline search widget to the topbar. On desktop, a search input appears directly in the nav with a dropdown of quick results (keyboard-navigable with ↑↓/Enter/Escape, ⌘K to focus). On mobile, a search button opens a fullscreen overlay with the same results. Signed-off-by: eti <eti@eti.tf>
3 months ago
templates
appview: the great uppercasing Passed down by generations of tormented minimalist developers, the great uppercasing is here. Bow down to the great cavaliers of doom so that they can bestow their changes upon you. With this pull request, we are finally free from our wicked casing system. Let it be written. Let it be done. From this day forward, we speak in sentence case. &+ appview/logo: keep logotype & alpha tag lowercase Signed-off-by: eti <eti@eti.tf>
3 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
compose_parse_test.go
appview/pages: test pull compose source parsing Lewis: May this revision serve well! <lewis@tangled.org>
4 months ago
funcmap.go
appview: the great uppercasing Passed down by generations of tormented minimalist developers, the great uppercasing is here. Bow down to the great cavaliers of doom so that they can bestow their changes upon you. With this pull request, we are finally free from our wicked casing system. Let it be written. Let it be done. From this day forward, we speak in sentence case. &+ appview/logo: keep logotype & alpha tag lowercase Signed-off-by: eti <eti@eti.tf>
3 months ago
funcmap_test.go
appview,knotserver: pref-handle display + identity ingest Lewis: May this revision serve well! <lewis@tangled.org>
4 months ago
htmx.go
appview/settings: add account management UI for tngl.sh users Signed-off-by: Lewis <lewis@tangled.org>
5 months ago
pages.go
appview: the great uppercasing Passed down by generations of tormented minimalist developers, the great uppercasing is here. Bow down to the great cavaliers of doom so that they can bestow their changes upon you. With this pull request, we are finally free from our wicked casing system. Let it be written. Let it be done. From this day forward, we speak in sentence case. &+ appview/logo: keep logotype & alpha tag lowercase Signed-off-by: eti <eti@eti.tf>
3 months ago
pulls_compose.go
types,appview/pages: pull compose renderer, source enum, step templates Lewis: May this revision serve well! <lewis@tangled.org>
4 months ago