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
/
templates
/
repo
6 folders
14 files
at
00b32691e3bb62b7ae9970f2b6ba952020b49fd2
tobinio
appview/pages: reset label & secret form correctly
5mo ago
0aff9a76
compare
appview/pages: split footerFull and footerMinimal Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>
6 months ago
fragments
appview/pages: allow customizing atom feed via checkboxes uses a bit of js to modify the final link Signed-off-by: oppiliappan <me@oppi.li>
5 months ago
issues
appview/pages: use new loading-button pattern in issue comments Signed-off-by: oppiliappan <me@oppi.li>
5 months ago
pipelines
*: correct typos throughout codebase Fix various misspellings found by the typos tool: - Error messages: Forbiden -> Forbidden, insufficent -> insufficient - Comments and docs: recieve -> receive, acheive -> achieve, etc. - Variable names: Referencs -> References, intialize -> initialize - HTML templates: Unubscribe -> Unsubscribe, explictly -> explicitly - Function names: perferom -> perform Also remove backwards compat code for is_deafult JSON field. Add _typos.toml config for false positives (external APIs, etc.) Signed-off-by: eti <eti@eti.tf>
5 months ago
pulls
appview/repo/pull: reduce hit area to prevent horizontal page scrolling Signed-off-by: eti <eti@eti.tf>
5 months ago
settings
appview/pages: reset label & secret form correctly `after-request` is not triggered because the response causes a full page reload. Persisted input values were due to browser autofill, not htmx state. Signed-off-by: tobinio <Tobias.frischmann1@gmail.com>
5 months ago
blob.html
appview/pages: reset label & secret form correctly `after-request` is not triggered because the response causes a full page reload. Persisted input values were due to browser autofill, not htmx state. Signed-off-by: tobinio <Tobias.frischmann1@gmail.com>
5 months ago
branches.html
appview/pages: switch to tangled.org Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
1 year ago
commit.html
appview/pages: split footerFull and footerMinimal Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>
6 months ago
empty.html
appview/pages: link directly to the keys page in repo setup Signed-off-by: Lucas Garron <code@garron.net>
5 months ago
fork.html
appview/state: Moved /knots & /spindle to /settings Signed-off-by: 5jiji <git@5jiji.com> Signed-off-by: Seongmin Lee <git@boltless.me>
11 months ago
index.html
appview/repo: add route to /tag/{name} to view a single tag Signed-off-by: oppiliappan <me@oppi.li>
7 months ago
knotUnreachable.html
appview/repo: allow viewing unreachable repos instead of showing a 503 indiscriminately, we now indicate that the knot is unreachable and display a warning. the user is still free to browse issues and pulls. Signed-off-by: oppiliappan <me@oppi.li>
7 months ago
log.html
appview/pages: render a placeholder avatar when there's no did Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>
9 months ago
needsUpgrade.html
appview/index: improve repo-index for outdated knots Signed-off-by: oppiliappan <me@oppi.li>
1 year ago
new.html
appview: validate repo description length (max 140 chars) The description field had no length validation, so long descriptions would pass the form but fail at the DB INSERT (CHECK constraint) or lexicon layer (maxGraphemes: 140), after the PDS record and bare repo were already created. Add client-side maxlength and server-side rune count validation to reject early and avoid partial rollback state.
6 months ago
stars.html
appview: add "starred-by" page at /{user}/{repo}/stars Signed-off-by: Patrick Dewey <p@pdewey.com>
6 months ago
tag.html
appview/repo: add route to /tag/{name} to view a single tag Signed-off-by: oppiliappan <me@oppi.li>
7 months ago
tags.html
appview/repo: add route to /tag/{name} to view a single tag Signed-off-by: oppiliappan <me@oppi.li>
7 months ago
tree.html
appview/pages: fix permalink script for tree pages Signed-off-by: oppiliappan <me@oppi.li>
6 months ago