Skip to content

Commit

Permalink
Fixed Issue #46 (#48)
Browse files Browse the repository at this point in the history
* added functionality to format youtube video url to embedable format

* made video url optional

* switched image upload location from cloudinary to digital ocean spaces

* added functionality to automatically delete image from digitalocean space once image is deleted from db

* added image count indicator and made video optional. also added project create button to navbar

* removed .ssl from git

* untracked .ssl-data

* added support for various forms of youtube video url, vimeo and google drive

* fixed issues #35, #33, #32, #30, #29

* fixed issue #46
  • Loading branch information
NdibeRaymond authored Dec 27, 2020
1 parent 94edea1 commit b2b5c3c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ class CreateProject extends Component {
...this.props.values,
token: this.props.auth.token,
images: this.state.image_upload.uploaded_images_url,
video: this.props.values.video ? this.props.values.video : "",
})
.then((res) => {
if (!res.title) {
Expand Down

0 comments on commit b2b5c3c

Please sign in to comment.