mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-09-01 10:18:25 +02:00
* fix(site): fetch icon search metadata when typing * fix(site): gate "No results" on metadata availability, not fetch state * fix(site): also wait on categories metadata on the category page Keeps the loading guard symmetric with the icons page. The narrower tags-only check was technically more precise (this page's useSearch doesn't index categories), but the failure case it guarded against — brand search landing on a blank area if /api/categories lags behind /api/tags — is too narrow to justify the asymmetry. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
Lucide Docs website
The Lucide docs website is built with Vitepress: https://vitepress.dev/ This is Markdown-based documentation powered by Vue.
Development
# Install dependencies
pnpm install
# Start docs dev server
pnpm docs:dev
# Start api dev server
pnpm dev
Build
# Build docs
pnpm docs:build
# Build api
pnpm build:api
Components
See .vitepress directory.