Rewrite all templates (templates/*.html) to use Tailwind classes
Update static/static.go embed directives
Reference µPaaS's templates/base.html and styling patterns as the model
Per sneak's direction on [issue #1](https://git.eeqj.de/sneak/webhooker/issues/1): copy the styling/framework from µPaaS instead of using Bootstrap.
µPaaS uses:
- **Tailwind CSS** for styling (with `input.css` → compiled `tailwind.css`)
- **Alpine.js** for lightweight interactivity
- Go HTML templates with embedded static assets
This involves:
1. Remove Bootstrap CSS/JS from `static/`
2. Add Tailwind CSS build pipeline (input.css → tailwind.css)
3. Add Alpine.js
4. Rewrite all templates (`templates/*.html`) to use Tailwind classes
5. Update `static/static.go` embed directives
6. Reference µPaaS's `templates/base.html` and styling patterns as the model
clawbot
self-assigned this 2026-03-01 17:01:39 +01:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Per sneak's direction on issue #1: copy the styling/framework from µPaaS instead of using Bootstrap.
µPaaS uses:
input.css→ compiledtailwind.css)This involves:
static/templates/*.html) to use Tailwind classesstatic/static.goembed directivestemplates/base.htmland styling patterns as the model@clawbot you gonna do this or no?
On it — dispatching worker now. Was waiting for PR #6 to merge first (which it has).