Antoine du Hamel
0a7eceac21
meta: fix all ESLint warnings and turn them into errors ( #4398 )
2023-04-04 15:54:13 +02:00
Giacomo Cerquone
38dfb70d92
example: revive React Native example ( #4164 )
2023-01-05 11:48:48 +01:00
Antoine du Hamel
ec87b232e9
meta: enforce no-unused-vars linter rule ( #3118 )
...
* meta: enforce `no-unused-vars` linter rule
* meta: fix `@typescript-eslint/no-unused-vars` linter warnings
* meta: enforce `no-unused-expressions` lint rule
* @uppy/companion: fix `tsc` build
2021-08-23 13:10:17 +01:00
Merlijn Vos
f01538ba41
Resolve all type TODO's ( #2963 )
2021-07-20 14:40:31 +02:00
Kevin van Zonneveld
7e465338cf
Upgrade to eslint-config-transloadit@1.2.0 ( #2830 )
...
* Upgrade to eslint-config-transloadit@1.2.0
* allow console.log for /bin files
* Reduce noise in PR
2021-03-25 13:51:50 +01:00
Kevin van Zonneveld
764c2ccada
Update Linter ( #2796 )
...
* relocate .vscode
* Switch to transloadit linter
* Update .eslintrc.json
* autofix code
* unlink and install eslint-config-transloadit@1.1.1
* Change 0 to "off"
* Don't change 'use strict'
* Do not vertically align
* disable key-spacing
* add import/no-extraneous-dependencies per package
* add more react/a11y warnings
* Revert "autofix code"
This reverts commit 14c8a8cde8 .
* add import/no-extraneous-dependencies per example and main package
* autofix code (2)
* Allow devDependencies in ./bin
* Change import/no-extraneous-dependencies to warn again
* upgrade linter
* Set import/no-extraneous-dependencies to warn
2021-03-15 16:25:17 +00:00
Renée Kooi
a03a1ed7d6
use tusd.tusdemo.net ( #2691 )
2020-12-16 15:08:40 +01:00
Renée Kooi
8c826313b6
A few docs things ( #2371 )
2020-07-29 12:17:27 +02:00
Renée Kooi
733de659da
Upgrade standard to v14 ( #1860 )
...
* Update eslint dependencies.
* standard --fix
* build: disable handler name lint rule
* status-bar: manually fix lint errors
* webcam: manually fix lint errors
* url: manually fix lint errors
* react-native: manually fix lint errors
* dashboard: manually fix lint errors
* informer: manually fix linting errors
* progress-bar: manually fix lint errors
* provider-views: manually fix lint errors
* redux-dev-tools: manually fix lint errors
* build: disable buggy no-unused-vars rule
* examples: manually fix lint errors
* ` quotes for code things, ' for text things
2019-10-09 14:53:02 +02:00
Renée Kooi
f97b3931bb
Upgrade eslint.
2019-05-20 11:28:44 +02:00
Artur Paikin
1f588323e1
Merge branch 'master' into tus-file-reader-expo
2019-04-25 11:58:20 +03:00
Artur Paikin
64dbd0f4d8
use companionUrl in React Native example
2019-04-24 19:03:48 +03:00
Ifedapo Olarewaju
07556c999c
rn-expo: add custom file reader example for tus
2019-04-24 14:53:52 +01:00
Artur Paikin
22a4abbf07
Update React Native example to use @uppy@0.30.5 ( #1469 )
...
* Fallback when icon is not available to prevent crashing
* react native tus fingerprint is now built into @uppy/tus@0.35.5, removing from example
//cc @ifedapoolarewaju @kvz
* update to @uppy@0.35.5
2019-04-23 09:47:28 +02:00
Artur Paikin
04a3df9f15
move to @uppy/react-native package
2019-04-17 18:17:25 +03:00
Ifedapo Olarewaju
9f02d749b9
preset totalProgress to avoid error on android
2019-04-15 09:40:13 +01:00
Artur Paikin
916dccba45
we already have totalProgress from uppy, so using that
2019-04-11 13:25:56 +03:00
Artur Paikin
030ce73e63
re-use uppy icons straight from the Dashboard
2019-04-10 18:25:37 +03:00
Artur Paikin
bf03f8d90f
add error reporting to the example
2019-04-09 16:29:04 +03:00
Artur Paikin
4fbe1eb3ba
add uppy logo, tweak styles
2019-04-09 14:11:21 +03:00
Artur Paikin
b06cd39e7b
re-do FileList, use FlatList
2019-04-03 21:08:12 +03:00
Artur Paikin
0cdcd4a74e
Refactor and add file previews
2019-04-03 15:28:14 +03:00
Artur Paikin
759f5212b8
note about where the hash code came from
2019-04-02 15:39:22 +03:00
Artur Paikin
58ee399ae4
add custom Fingerprint and hashing functions for tus-js-client, use AsyncStorage as urlStorage
2019-04-02 15:35:21 +03:00
Artur Paikin
2596c69f16
Add ProgressBar and PauseResume
2019-04-01 22:27:39 +03:00
Artur Paikin
dad4056835
add pause/resume buttons
2019-03-29 18:19:58 +03:00
Artur Paikin
2282d9c6cf
add upload-success
2019-03-29 13:35:00 +03:00
Artur Paikin
2869c79a25
Update App.js
2019-03-15 13:57:47 +03:00
Artur Paikin
7bbca8795b
cleanup App.js
2019-03-15 13:20:40 +03:00
Artur Paikin
24e9ab57bd
Refactor file-picker, add local providers
2018-12-19 15:45:48 +03:00