Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create Object tool on Main Menu (#72)
* Create Object tool on Main Menu. * Use res to make linting happy. * Fix merge error. * More complete, less broken. * Modernize code. * Make form processing React-controlled. * Fix key. * Pass values to API successfully. * Update snapshots. * Progress on object creation. * Add support for creating top-level objects. * Update snapshot. * Improve tests. * Improved property validation and tests. * Improved property validation and tests. * Add submit test. * Add no-parent test. * Expand test coverage. * Simplify with optional chaining. * Optimize to use map. * Code simplification; improved error handling. * Eliminate pointless noParent parameter. * More targeted validation. * Work in progress updates -- CURRENTLY BROKEN. * Improve parameter validation. * Fix request sending. * Commit from GitHub Actions (Lint Pull Requests) * More fixes. * Progress on tests. * Progress on tests (but still not working). * Improved error tolerance. * Progress on test suite (working, but with warnings). * Fix timing issues. * Integrate object creator into editor tool. * Change post-submit behavior. Co-authored-by: Chris Hallberg <[email protected]> Co-authored-by: Geoffsc <[email protected]> Co-authored-by: Demian Katz <[email protected]> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information