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
8 files
at
d7c6aa99c3e9fe109369428158e60b9d4ebf400a
moshyfawn
appview: add reusable pagination template
8mo ago
b480d950
dolly
appview: add reusable pagination template Extract pagination UI into a shared template for reuse across pages. Refactored issues listing to use it with no behavior change Signed-off-by: moshyfawn <email@moshyfawn.dev> Signed-off-by: Seongmin Lee <git@boltless.me>
8 months ago
logotype.html
appview/pages: rework dolly logo template more customizable with params & classes Signed-off-by: oppiliappan <me@oppi.li>
8 months ago
logotypeSmall.html
appview/pages: rework dolly logo template more customizable with params & classes Signed-off-by: oppiliappan <me@oppi.li>
8 months ago
multiline-select.html
appview: support selecting multiple lines in blob Signed-off-by: Naomi Roberts <mia@naomieow.xyz>
1 year ago
pagination.html
appview: add reusable pagination template Extract pagination UI into a shared template for reuse across pages. Refactored issues listing to use it with no behavior change Signed-off-by: moshyfawn <email@moshyfawn.dev> Signed-off-by: Seongmin Lee <git@boltless.me>
8 months ago
starBtn.html
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>
8 months ago
tabSelector.html
appview/pages: keep search term when switching issue or pull tab Signed-off-by: Thomas Karpiniec <tkarpiniec@icloud.com>
9 months ago
tinyAvatarList.html
appview/pages: make user references clickable Wrap participant avatars with profile links. Make DID-type labels fully clickable chips linking to user profiles, matching the commit hash chip pattern Signed-off-by: moshyfawn <email@moshyfawn.dev>
8 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>
10 months ago