* Switched to Miniconda image
* Update cad endpoint url
and some minor tweaks
Co-authored-by: Jeremy Wright <wrightjmf@gmail.com>
Co-authored-by: Jeremy Wright <wrightjmf@gmail.com>
* Rough changes to make the CadQuery integration work with the customizer
* Tweak runCQ
* Switched to Anaconda
* Cleaned up code
* Update CadHub after anaconda
Related to #547
* Add final tweaks to CQ customizer
* Separated out customizer.json from params.json
* Changes after discussing CadHub integration
* linting runCQ
Co-authored-by: Kurt Hutten <k.hutten@protonmail.ch>
* Update menuConfig.tsx
* Revert "Update menuConfig.tsx"
This reverts commit 7be28e2a76.
* second attempt
* Update mosaic tree to remove and add the console.
* Added Toggle UI component
* Remove console noise from Toggle component
Co-authored-by: Kurt Hutten <k.hutten@protonmail.ch>
Co-authored-by: Frank Johnson <frankjohnson1993@gmail.com>
If there's an error in netlify's prerendering service,
we don't have access to the log so we have to spin it up locally to
check.
textures was causing a issue on the home page resulting in "Fatal Error"
as the social preview text, not good.
As a bonus I thing I fix FE sentry logging too.
* Only send customizer params when it's open
* Add customizer reset button and have two modes of customizer vs not
depending of if the customizer is open.
* Remove re-render on customizer open/close in project profile
The draft page used to automatically create a new project and route
the user to the new project if the user was signed in. Problem arose
if the user use the back button as they would end up creating more
project. resolved my moving this logic into the plus button itself
Resolves#511
The preserve-3d fix for the FF parallax broke the plus button as the
popover was always beneath the main body.
normal z-index fixes didn't apply since it was 3d z-index problem.