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
6 folders
2 files
at
ffaadd3d7304fe70ef83aeebdb1cb5daf6826828
Ciel
appview/pages: add spindles description to /spindles
1y ago
1764a690
errors
appview/pages: add spindles description to /spindles Adds a description of what a spindle is to the spindles page. Text is pulled from the docs/spindle/architecture.md with a link to the self hosting. Signed-off-by: Ciel <jamie@longest.voyage>
1 year ago
knots
appview/pages: add knots description to /knots Provide an explaination to what a Knot is. Pulled from the introducing tangled blog post. Addsd a link to the self hosting documentation in core. Removes additional padding to be more consistent with the other setting pages. Signed-off-by: Ciel <jamie@longest.voyage>
1 year ago
layouts
appview/pages: move fileTree to the left of diff and interdiff Signed-off-by: oppiliappan <me@oppi.li>
1 year ago
repo
appview/pages: add diff opts selector Signed-off-by: oppiliappan <me@oppi.li>
1 year ago
spindles
appview/pages: add spindles description to /spindles Adds a description of what a spindle is to the spindles page. Text is pulled from the docs/spindle/architecture.md with a link to the self hosting. Signed-off-by: Ciel <jamie@longest.voyage>
1 year ago
user
appview/pages: show user avatar in profile dropdown Renames user/fragments/picHandle to user/fragments/picHandleLink, since it now wraps a simpler user/fragments/picHandle that doesn't include the link. The topbar should now display the avatar next to the handle in the same style, without the link as it was before.
1 year ago
settings.html
appview/pages: use consistent time component Creates a new template fragment, repo/fragments/time, that is a component based on the <time> HTML element. The <time> element is already used for most datetimes, but inconsistently; some define `title` attributes and/or `datetime` attributes, most don't. The goal here is to standardize with a single component so every date has a consistent interaction. The datetime is ISO 8601 formatted as per the spec, the `title` (shown on hover) is a modified long format similar to GitHub's, and the content is a relative format %s ago (`timeFmt` - two `shortTimeFmt` variants also exist to preserve existing behavior).
1 year ago
timeline.html
appview/pages: use consistent time component Creates a new template fragment, repo/fragments/time, that is a component based on the <time> HTML element. The <time> element is already used for most datetimes, but inconsistently; some define `title` attributes and/or `datetime` attributes, most don't. The goal here is to standardize with a single component so every date has a consistent interaction. The datetime is ISO 8601 formatted as per the spec, the `title` (shown on hover) is a modified long format similar to GitHub's, and the content is a relative format %s ago (`timeFmt` - two `shortTimeFmt` variants also exist to preserve existing behavior).
1 year ago