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
3 folders
3 files
at
23e971e6dcafaa0b9242a3f653b2fd5ee9b9c58d
oppiliappan
appview/pages: restore header/footer gaps (thanks @nelind.dk)
1y ago
23e971e6
markup
appview: pages/markup: allow center tag
1 year ago
repoinfo
appview: stream logs from workflow endpoint Signed-off-by: oppiliappan <me@oppi.li>
1 year ago
templates
appview/pages: restore header/footer gaps (thanks @nelind.dk) Signed-off-by: oppiliappan <me@oppi.li>
1 year ago
funcmap.go
appview/pages: restore header/footer gaps (thanks @nelind.dk) Signed-off-by: oppiliappan <me@oppi.li>
1 year ago
htmx.go
appview: pages: Add HXRefresh helper function.
1 year ago
pages.go
appview/pages: fix concurrent write in dev mode When in dev mode. Concurrent writes to the template map will cause a concurrent write panic and crash appview. Quickly moving between pages can trigger this crash. This is addressed by adding a RWMutex on the templates. RWMutex allows multiple readers, but only one writer. Signed-off-by: Ciel <jamie@longest.voyage>
1 year ago