Convert public UI to Tailwind CSS #155
Labels
No labels
activitypub
admin
api
articles
auth
bug
cleanup
cli
comments
compatibility
config
contacts
database
deployment
design
dev-env
docs
documentation
email
enhancement
feature
federation
feed
homepage
implementation
integration
media
openapi
priority:high
priority:low
priority:medium
proof
public-routes
public-ui
release
safety
social
sources
status:active
status:canceled
status:done
status:inprogress
status:waiting
syndication
tailwind
template
test
web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
erik/slugkit#155
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal
Convert the Slugkit template site's public UI from hand-written CSS to Tailwind CSS so it can follow the
erikcraddock.melayout patterns directly and consistently.Requirements
template/site/src/styles/public.cssfor public page styling in favor of Tailwind utility classes.~/Private/code/github/evcraddock/erikcraddock.me/as the reference for layout primitives, includingmax-w-6xl mx-auto px-4, light/dark mode, header, hero, card, and grid patterns.Acceptance criteria
erikcraddock.meTailwind layout patterns./,/posts/:slug,/tags,/contacts,/sources,/media/*, and/feed.xmlstill work.Dependencies
Synced from todu comment by @todu on 2026-06-20T01:05:03.511Z
Update
feat/task-10e83edd-tailwind-public-ui.tailwindcss@4.3.1and@tailwindcss/cli@4.3.1.make devviaProcfile.devso template/server and Tailwind changes are watched together.Synced from todu comment by @todu on 2026-06-20T01:21:23.766Z
Review update
npm run build,./scripts/pre-pr.sh, Forgejo Actions run #208, and browser smoke testing in light/dark modes.Synced from todu comment by @todu on 2026-06-20T01:18:58.346Z
Review update
npm run build && npm run lint && npm testpassed locally.template/site/src/templates/public.tsx:95uses low-contrast homepage body colors (text-gray-400 dark:text-gray-500) on the hero background.Synced from todu comment by @todu on 2026-06-20T01:49:16.088Z
Task close gate: READY
Acceptance criteria evaluation:
css:build/css:watch, template build integration, and themake devOvermind CSS watcher.src/styles/public.cssis generated fromsrc/styles/tailwind.css.erikcraddock.meTailwind layout patterns: met — merged layout uses max-width containers, light/dark mode classes, hero/logo/card/grid patterns, and final centered slogan/spacing refinements./,/posts/:slug,/tags,/contacts,/sources,/media/*, or/feed.xml.npm run build,./scripts/pre-pr.sh, and Forgejo Actions run #211 passed before merge.Readiness: READY. PR #156 merged into
main. No tests were run during this close gate per instruction.Synced from todu comment by @todu on 2026-06-20T01:48:55.545Z
Review update
npm run build,./scripts/pre-pr.sh, and Forgejo Actions run #211 passed.