-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat(pages): validator * feat: add validator link to header & footer * chore: add ajv deps for validator * feat: add tabs default ui * feat: add checkboxes & mv options outside ui * feat: add table default ui * feat: update desc * feat: add tab content ui * feat: add loading spinner on validate * feat: prepare ui logic before validation * feat: add lottie schema json * feat: ajv validation * feat: render validation results intable * feat: ajv validation & render; remove useeffect * refactor: move isValidUrl to helpers dir * refactor: move validator logic to utils * feat: integrate glax validator logic * feat: config filter checkboxes with minor refactoring * feat: responsive table ui * refactor(validator): remove js warnigns * fix: reset textarea val * refactor: better name for tr class * fix(validator): schema.oneOf is not iteratable on some cases * refactor(pages/validator): destroy validator on unmount
- Loading branch information
Showing
11 changed files
with
3,456 additions
and
77 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.