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
/
fragments
1 folder
10 files
at
bc2f8b1667fce8860d0e97aebcbf4251f5c06847
Lewis
appview/pages: multiline PR comment links
4mo ago
bc2f8b16
dolly
appview/pages: rework dolly logo template more customizable with params & classes Signed-off-by: oppiliappan <me@oppi.li>
7 months ago
line-quote-button.html
appview/pages: multiline PR comment links Signed-off-by: Lewis <lewis@tangled.org>
4 months ago
logotype.html
appview/pages: rework dolly logo template more customizable with params & classes Signed-off-by: oppiliappan <me@oppi.li>
7 months ago
logotypeSmall.html
appview/pages: rework dolly logo template more customizable with params & classes Signed-off-by: oppiliappan <me@oppi.li>
7 months ago
multiline-select.html
appview: support selecting multiple lines in blob Signed-off-by: Naomi Roberts <mia@naomieow.xyz>
11 months ago
pagination.html
appview/pages: use queryParams func to build pagination URLs; wrap in safeUrl when constructing a url using url.Values.Encode, we need to avoid escaping the `=` symbol, which is performed by the default urlescaper behavior in href contexts; so we wrap the call with safeUrl. Signed-off-by: oppiliappan <me@oppi.li>
6 months ago
resizeable.html
appview/pages: add script to create resizable panels elements marked with `data-resizer` will now have a few event handlers attached to them on load. when mouse operations take place on this element, the target (`data-target`) is resized along the provided axis, the width of the element can be no lesser than `data-min` and no greater than `data-max`. Signed-off-by: oppiliappan <me@oppi.li>
6 months ago
starBtn.html
appview/pages: move to pattern where icon is replaced with loader circle this avoids changing the width of buttons when a request is inflight. Signed-off-by: oppiliappan <me@oppi.li>
6 months ago
tabSelector.html
appview: add search filters for issues and pulls Signed-off-by: Thomas Karpiniec <tkarpiniec@icloud.com>
6 months ago
tinyAvatarList.html
appview/pages: introduce fragments for just avatars we already have picHandle and picHandle link, this change adds pic and picLink. Signed-off-by: oppiliappan <me@oppi.li>
6 months ago
workflow-timers.html
appview/pages: show live updating counters for steps spindles can now give us detailed logs for start and end of steps. the appview can ingest these logs to indicate live durations for steps. it is implemented like so: - the logs handler keeps track of start and end times for each step - whenever we recieve a start or end time, we update the html to add a `data-start` or `data-end` attribute - using some javascript, we print a live updating timer for each step: * if only `data-start` is present: then use Now - Start and update each second * if both `data-start` and `data-end` are present, then use End - Start Signed-off-by: oppiliappan <me@oppi.li>
9 months ago