Closed camdendotlol closed 3 months ago
Name | Link |
---|---|
Latest commit | ac91d5bcc005ac9666e4a175610edf2db7e1950f |
Latest deploy log | https://app.netlify.com/sites/avannotate-staging/deploys/66b22cf1a34af2000844222f |
Deploy Preview | https://deploy-preview-30--avannotate-staging.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Summary
project.users
instead ofproject.project.additional_users
to populate the list of users in the project edit formgetProjects
togetProject
, fixing an issue where theproject.users
array would only contain the person currently signed into AVAnnotate instead of all users from the repo on any page other than the project list pagekey
prop to the tooltip trigger inProjectCard
to fix a React warning about missing keystype='button'
attribute to the user delete button in the project settings form, fixing an issue where the form would submit instead of runninghandleDeleteUser
additional_users
on the project settings page to only show non-admins, as the ability to remove admins can lead to strange behavior