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
3 folders
12 files
at
06da90da07b626a5c0a75768bd08c1c4d6c17108
oppiliappan
appview/pages: add scaleFmt to print counts >1k better
2mo ago
06da90da
comment
appview: fix comment bugs - use optimistic `feed.comment` at-uri for reactions - do not notify on ingester. It creates notification on record rewrite Signed-off-by: Seongmin Lee <git@boltless.me>
2 months ago
dolly
appview/pages: rework dolly logo template more customizable with params & classes Signed-off-by: oppiliappan <me@oppi.li>
7 months ago
icons
appview/pages: add vouch hats Signed-off-by: oppiliappan <me@oppi.li>
4 months ago
line-quote-button.html
appview: unified comment fragments/handlers share as much handlers/fragments as possible. PR has still `/.../comment` endpoint to serve comment form htmx fragment. Due to how it is designed. Signed-off-by: Seongmin Lee <git@boltless.me>
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
markdownPreview.html
types,appview/pages: pull compose renderer, source enum, step templates Lewis: May this revision serve well! <lewis@tangled.org>
3 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: nicer pagination styles Signed-off-by: oppiliappan <me@oppi.li>
4 months ago
posthog.html
appview/pages: add posthog js snippet for web analytics That's token is meant to be public. Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>
3 months ago
resizeable.html
appview/pages/templates/fragments/resizeable: add resize on double click Signed-off-by: eti <eti@eti.tf>
4 months ago
starBtn.html
appview/pages: add scaleFmt to print counts >1k better Signed-off-by: oppiliappan <me@oppi.li>
2 months ago
tabSelector.html
appview: add reusable btn-group component aligned with design system ver Active items use @apply btn so border, shadow, and color tokens stay in sync with the base component automatically. Signed-off-by: eti <eti@eti.tf>
3 months ago
tinyAvatarList.html
appview/pages: fix stacking order in profilebase caused funky behavior with popups Signed-off-by: oppiliappan <me@oppi.li>
3 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