Go to file
CPTProgrammer 750f2a18f8
Add field validation engine with per-field debounce
Introduce useFieldValidations hook and ValidatedFormItem component
driven by declarative StaticValidationDef arrays. Four server actions
scan the project directory to validate MC properties dir, version field,
artifact and source filename templates in real time.
2026-07-13 12:59:03 +08:00
docs Add docs for CurseForge Meta API endpoints 2026-07-11 08:55:02 +08:00
public/platform Add CurseForge and Modrinth platform SVG icons 2026-07-06 05:12:48 +08:00
src Add field validation engine with per-field debounce 2026-07-13 12:59:03 +08:00
.gitignore Initialize Next.js project with Ant Design and other dependencies 2026-07-06 07:48:07 +08:00
package-lock.json Implement project frontend page 2026-07-11 12:13:20 +08:00
package.json Implement project frontend page 2026-07-11 12:13:20 +08:00
tsconfig.json Fix EventEmitter import and tsconfig paths 2026-07-13 10:00:20 +08:00
vitest.config.ts Add test runner and Vite module path resolver 2026-07-07 01:38:09 +08:00