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
16b0cc4b22e154bde3240d04e1ffca2fe9fb316a
oppiliappan
appview: add spinners to all buttons
1y ago
16b0cc4b
markup
appview: pages/markup: enable html.Unsafe in renderer subsequently, every RenderMarkdown call has been wrapped with bluemonday sanitization.
1 year ago
repoinfo
appview: pages/repoinfo: split into separate package for reuse
1 year ago
templates
appview: add spinners to all buttons how it works: - hx-indicator adds the htmx-request class to the target of choice - with tailwind, we can use `group-[.class]` to check if a parent element has a certain class, and style things conditionally - by applying `group-[.htmx-request]`, we can detect when a request is in progress, and show/hide a lucide loader - the loader is a static icon made to spin using the `animate-spin` class
1 year ago
funcmap.go
appview: add spinners to all buttons how it works: - hx-indicator adds the htmx-request class to the target of choice - with tailwind, we can use `group-[.class]` to check if a parent element has a certain class, and style things conditionally - by applying `group-[.htmx-request]`, we can detect when a request is in progress, and show/hide a lucide loader - the loader is a static icon made to spin using the `animate-spin` class
1 year ago
htmx.go
appview: some initial htmxing and tailwinding
2 years ago
pages.go
appview: user/login: improve login form
1 year ago