AVAnnotate / admin-client

Application for building AVAnnotate websites
0 stars 0 forks source link

Manifest Importing #33

Closed lwjameson closed 3 months ago

lwjameson commented 3 months ago

Summary

Video

screen-capture (6).webm

netlify[bot] commented 3 months ago

Deploy Preview for avannotate-staging ready!

Name Link
Latest commit 74855affa7bbb93a4b6889a2cb6fbdaa0e39947a
Latest deploy log https://app.netlify.com/sites/avannotate-staging/deploys/66b668114c57830008b53a82
Deploy Preview https://deploy-preview-33--avannotate-staging.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

camdendotlol commented 3 months ago

Also, @lwjameson the build failure is due to a change I made to the Slate input in my most recent PR. It now requires an elementTypes prop indicating which of three categories of elements you want the user to be able to input. See https://github.com/AVAnnotate/admin-client/blob/main/src/components/Formic/SlateInput/SlateInput.tsx#L183 It might make sense to make elementTypes optional and provide all of them if it's undefined.