publiccode-editor
publiccode-editor copied to clipboard
Enforce validation process
- [x] validation process enforced
- [x] bump react-hook-forms
- [x] simple string arrayFields fix
- [x] touchFields instead of dirtyFields (this was unstable due to misuse of defaultValue in form fields)
- [x] label for arrayField fix
- [X] add CI workflow
- [X] add upload from file feature
- [X] fix network error notification during upload
- [X] language specific workflow must be reviewed
- [x] some label are missing
- [ ] virtual file system is not supported in wasm, disable it (logo parsing)
- [ ] fallback to DisableNetwork = true whether CORS is violated
- [ ] ready to review :tada: