uppy/private/dev
Mikael Finstad afd4befee2
Google Picker (#5443)
* initial poc

* improvements

- split into two plugins
- implement photos picker
- auto login
- save access token in local storage
- document
- handle photos/files picked and send to companion
- add new hook useStore for making it easier to use localStorage data in react
- add new hook useUppyState for making it easier to use uppy state from react
- add new hook useUppyPluginState for making it easier to plugin state from react
- fix css error

* implement picker in companion

* type todo

* fix ts error

which occurs in dev when js has been built before build:ts gets called

* reuse docs

* imrpve type safety

* simplify async wrapper

* improve doc

* fix lint

* fix build error

* check if token is valid

* fix broken logging code

* pull logic out from react component

* remove docs

* improve auth ui

* fix bug

* remove unused useUppyState

* try to fix build error
2024-12-02 18:34:50 +08:00
..
Dashboard.js Google Picker (#5443) 2024-12-02 18:34:50 +08:00
dragdrop.html Image editor: make compressor work after the image editor, too (#4918) 2024-02-14 15:59:59 +04:00
DragDrop.js dev: sign requests sent to Transloadit (#3517) 2022-04-21 16:08:28 +02:00
generateSignatureIfSecret.js dev: fix return type of generateSignatureIfSecret (#3793) 2022-05-30 14:44:06 +02:00
index.html Don't use <h1> in Uppy markup (#5355) 2024-07-24 06:09:44 +05:00
index.js meta: fix linter warnings (#3753) 2022-05-19 11:57:14 +02:00
package.json build(deps-dev): bump vite from 5.3.1 to 5.3.6 (#5459) 2024-09-19 10:52:05 +02:00
sw.js meta: fix linter warnings (#3753) 2022-05-19 11:57:14 +02:00
tsconfig.json Add tsconfig to packages in private/ (#5432) 2024-08-28 16:31:32 +02:00
vite.config.js dev: remove extensions from Vite aliases 2023-12-18 15:18:33 +01:00