Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
arturi authored and aduh95 committed Aug 22, 2022
1 parent ab53c65 commit 6852ebd
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion BACKLOG.md
Expand Up @@ -14,7 +14,7 @@ PRs are welcome! Please do open an issue to discuss first if it's a big feature,
- [x] New remote-sources preset
- [x] Deprecate Robodog
- [x] Remove from 3.x branch (@aduh95)
- [ ] Update docs that refer to Robodog (@arturi)
- [x] Update docs that refer to Robodog (@arturi)
- [ ] Update Transloadit.com examples and docs to use @uppy/transloadit + @uppy/remote-sources plugins instead of @uppy/robodog (@arturi)

## `4.0.0`
Expand Down
3 changes: 0 additions & 3 deletions packages/@uppy/file-input/src/locale.js
@@ -1,8 +1,5 @@
export default {
strings: {
// The same key is used for the same purpose by @uppy/robodog's `form()` API, but our
// locale pack scripts can't access it in Robodog. If it is updated here, it should
// also be updated there!
chooseFiles: 'Choose files',
},
}
1 change: 0 additions & 1 deletion website/build-examples.js
Expand Up @@ -77,7 +77,6 @@ glob(srcPattern, (err, files) => {
config: { root: path.join(__dirname, '..') },
}),
],
external: ['@uppy/robodog'],
})).catch(onError) // eslint-disable-line no-use-before-define
})
})
Expand Down
3 changes: 0 additions & 3 deletions website/src/docs/remote-sources.md
Expand Up @@ -8,9 +8,6 @@ category: "Miscellaneous"
tagline: "Uppy plugin that includes all remote sources that Uppy+Companion offer, like Instagram, Google Drive, Dropox, Box, Unsplash, Url etc"
---

> **Warning**
> Robodog has been deprecated, its usage is no longer recommended.
`@uppy/remote-sources` is a preset plugin to add all the available remote sources, such Instagram, Google Drive, Dropbox, and others to Uppy Dashboard in one package.

> Note: Remote Sources requires Dashboard and automatically installs all its plugins to it.
Expand Down

0 comments on commit 6852ebd

Please sign in to comment.