- Replace mock data with real API fetching using useEffect - Add loading and error states - Update field names to match API schema (npmPackageName, npmVersion, etc.) - Display quality score with progress bar - Show downloads per month instead of generic usage metric - Add Official badge for official tools - Support search and filtering via API query parameters The page now fetches tools from the database through the /api/tools endpoint and displays real NPM registry data synced by the workers. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| src | ||
| eslint.config.mjs | ||
| next-env.d.ts | ||
| next.config.ts | ||
| package.json | ||
| postcss.config.js | ||
| tailwind.config.ts | ||
| tsconfig.json | ||