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
4 folders
5 files
at
06a1fcd01092992d563392e8f0e7e1a9232cd12f
oppiliappan
appview/pages: add panel to copy an ATURI or open an ATURI on pdsls
9mo ago
06a1fcd0
legal
appview/pages: add a brand page Also some misc. changes to page layouts. Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>
11 months ago
markup
appview/pages/markup: add support for callouts Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>
10 months ago
repoinfo
appview: remove `@` from URLs and interface old URLs that refer to users with the `@` are redirected to the version without `@`. the leading motivation for this change is that valid atproto handles do not contain the prefix. it is purely stylistic. Signed-off-by: oppiliappan <me@oppi.li>
10 months ago
templates
appview/pages: add panel to copy an ATURI or open an ATURI on pdsls Signed-off-by: oppiliappan <me@oppi.li>
9 months ago
cache.go
appview/pages: add panel to copy an ATURI or open an ATURI on pdsls Signed-off-by: oppiliappan <me@oppi.li>
9 months ago
funcmap.go
appview/pages: add panel to copy an ATURI or open an ATURI on pdsls Signed-off-by: oppiliappan <me@oppi.li>
9 months ago
funcmap_test.go
ci: fix nits Signed-off-by: oppiliappan <me@oppi.li>
10 months ago
htmx.go
appview: pages: Add HXRefresh helper function.
1 year ago
pages.go
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