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
4 folders
5 files
at
998c7b1b15962e80131d9e55fdf86fb2c442a8ea
Seongmin Lee
lexicons,appview,spindle: add workflow cancel
8mo ago
3aeaff84
legal
appview/pages: add a brand page Also some misc. changes to page layouts. Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>
11 months ago
markup
appview/pages: use robust handle regex from indigo/syntax should cut down the false positives a bit. tests are included. Signed-off-by: oppiliappan <me@oppi.li>
8 months ago
repoinfo
appview: remove unused fields on `RepoInfo` Signed-off-by: Seongmin Lee <git@boltless.me>
9 months ago
templates
lexicons,appview,spindle: add workflow cancel Signed-off-by: Seongmin Lee <git@boltless.me>
8 months ago
cache.go
lexicons,appview,spindle: add workflow cancel Signed-off-by: Seongmin Lee <git@boltless.me>
8 months ago
funcmap.go
appview: render emoji shortcode sequences using goldmark-emoji presently only renders in markdown and description contexts, we could potentially apply this to commit message contexts too. fixes https://tangled.org/tangled.org/core/issues/334 . 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: embed `hx-swap-oob` to star button `hx-swap-oob` on breaks on `hx-boost` swaps (star button vainishing repo tab changes), so that was why I made `starBtn-oob` fragment. But `hx-swap-oob="outerHTML:..."` doesn't strip the wrapper element, adding `div` wrappers to star button on every star/unstar interactions. To fix this, dynamically put `hx-swap-oob` attribute to star button itself by using `.HxSwapOob` param. Signed-off-by: Seongmin Lee <git@boltless.me>
7 months ago