skillhub/web
vsxd e525e381d8 fix(web): correct route path parameters for namespace and skill detail
- Changed route paths from @$namespace to /$namespace to match TanStack Router syntax
- Added @ prefix stripping in API calls to match backend expectations
- Fixed useParams from parameter to match new route paths
- URL format remains /@namespace/slug but route captures @namespace as parameter
2026-03-13 13:25:37 +08:00
..
src fix(web): correct route path parameters for namespace and skill detail 2026-03-13 13:25:37 +08:00
.dockerignore feat(ops): improve Dockerfile caching, add dockerignore, docker profile, Makefile help 2026-03-12 17:50:34 +08:00
.eslintrc.cjs feat(web): implement login page, dashboard, and API token management 2026-03-12 00:13:50 +08:00
components.json feat(web): implement login page, dashboard, and API token management 2026-03-12 00:13:50 +08:00
Dockerfile fix(phase1): close auth and frontend acceptance gaps 2026-03-12 00:37:51 +08:00
index.html feat(web): redesign homepage with modern landing page 2026-03-12 22:27:58 +08:00
LANDING_PAGE_REDESIGN.md feat(web): redesign homepage with modern landing page 2026-03-12 22:27:58 +08:00
nginx.conf fix(phase1): close auth and frontend acceptance gaps 2026-03-12 00:37:51 +08:00
package-lock.json chore(release): cut v0.1.0-beta.2 2026-03-13 10:13:50 +08:00
package.json feat(web): implement i18n and user menu 2026-03-13 13:21:05 +08:00
pnpm-lock.yaml feat(web): implement i18n and user menu 2026-03-13 13:21:05 +08:00
postcss.config.js feat(web): implement login page, dashboard, and API token management 2026-03-12 00:13:50 +08:00
PREVIEW.md docs: add landing page preview guide 2026-03-12 22:28:31 +08:00
tailwind.config.ts feat(frontend): redesign UI with Aurora Tech theme 2026-03-12 21:11:41 +08:00
tsconfig.json feat(web): implement login page, dashboard, and API token management 2026-03-12 00:13:50 +08:00
vite.config.ts feat(web): implement login page, dashboard, and API token management 2026-03-12 00:13:50 +08:00