Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft: Google Picker #5443

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open

Draft: Google Picker #5443

wants to merge 12 commits into from

Commits on Sep 2, 2024

  1. initial poc

    mifi committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    4444fe7 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    cc43604 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. 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
    mifi committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    f0090bc View commit details
    Browse the repository at this point in the history
  2. implement picker in companion

    mifi committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    ef9ba15 View commit details
    Browse the repository at this point in the history
  3. type todo

    mifi committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    c9a3d89 View commit details
    Browse the repository at this point in the history
  4. fix ts error

    which occurs in dev when js has been built before build:ts gets called
    mifi committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    cd6ccd6 View commit details
    Browse the repository at this point in the history
  5. reuse docs

    mifi committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    42453fb View commit details
    Browse the repository at this point in the history
  6. imrpve type safety

    mifi committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    9001cdd View commit details
    Browse the repository at this point in the history
  7. simplify async wrapper

    mifi committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    b97a583 View commit details
    Browse the repository at this point in the history
  8. improve doc

    mifi committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    d76294c View commit details
    Browse the repository at this point in the history
  9. fix lint

    mifi committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    51f5884 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. fix build error

    mifi committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    8abc480 View commit details
    Browse the repository at this point in the history