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
/
layouts
4 files
at
16b0cc4b22e154bde3240d04e1ffca2fe9fb316a
oppiliappan
appview: add spinners to all buttons
1y ago
16b0cc4b
base.html
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
footer.html
appview: add missing shadows to few components
1 year ago
repobase.html
appview: pages/templates: move fragments closer to the call site
1 year ago
topbar.html
fix 502 on logout my hunch is that this is caused by using a GET request, which browsers tend to cache sometimes.
2 years ago