fix(channels): reveal advanced validation errors

- add channel form error detection for JSON validation errors inside advanced settings.
- expand advanced settings on invalid channel drawer submit and prompt users to fix highlighted fields.
- add regression tests for advanced error detection, non-advanced exclusions, and schema error classification.
This commit is contained in:
QuentinHsu
2026-06-02 12:09:47 +08:00
parent 0ff9c35e62
commit 4d20e053cb
4 changed files with 162 additions and 12 deletions
+1
View File
@@ -18,6 +18,7 @@ For commercial licensing, please contact support@quantumnous.com
*/
// Re-export all library functions
export * from './channel-actions'
export * from './channel-form-errors'
export * from './channel-form'
export * from './channel-type-config'
export * from './channel-utils'