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

Add showUploadingIndicator #193

Merged
merged 2 commits into from Dec 13, 2022
Merged

Add showUploadingIndicator #193

merged 2 commits into from Dec 13, 2022

Conversation

0xcadams
Copy link
Member

Description

Added showUploadingIndicator for displaying the uploading text when autoUrlUpload is enabled, and renamedshouldShowLoadingSpinnertoshowLoadingSpinner.

@0xcadams 0xcadams self-assigned this Dec 13, 2022
@0xcadams 0xcadams requested a review from a team as a code owner December 13, 2022 16:26
@vercel
Copy link

vercel bot commented Dec 13, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
livepeerjs ✅ Ready (Inspect) Visit Preview Dec 13, 2022 at 4:45PM (UTC)
livepeerjs-with-next ✅ Ready (Inspect) Visit Preview Dec 13, 2022 at 4:45PM (UTC)
livepeerjs-with-svelte ✅ Ready (Inspect) Visit Preview Dec 13, 2022 at 4:45PM (UTC)

@0xcadams 0xcadams merged commit fa5d2c6 into next Dec 13, 2022
@0xcadams 0xcadams deleted the 0xcadams/show-uploading branch December 13, 2022 17:43
0xcadams added a commit that referenced this pull request Dec 16, 2022
* Add React Core Package (#141)

* docs: update nextra dependency

* feat: added crypto package and work on signed playback

* fix: update deps

* fix: types

* fix: move to using rainbowkit

* feat: removed dependencies and used webcrypto for jwt signing

* chore: add initial expo dev example app

* chore: added react native bare dev

* fix: further work towards rn examples

* Added z-index to the default variant of the player (#132)

* Add nodejs example (#131)

* feat: added import script for nodejs example

* fix: small fixes and added comments

* fix: added handling of paths in dstorage

* fix: moved ipfs-playback to dstorage and added redirect

* fix: added output json and fix docs links

* fix: fix docs on contributing

* chore(deps): bump pnpm/action-setup from 2.2.2 to 2.2.4 (#125)

Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 2.2.2 to 2.2.4.
- [Release notes](https://github.com/pnpm/action-setup/releases)
- [Commits](pnpm/action-setup@v2.2.2...v2.2.4)

---
updated-dependencies:
- dependency-name: pnpm/action-setup
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chase Adams <c@cadams.io>

* Added changeset for z-index change (#135)

* fix: added HEAD request to check for valid URLs

* Add access control docs (#93)

* docs: update nextra dependency

* feat: added crypto package and work on signed playback

* fix: update deps

* fix: types

* fix: move to using rainbowkit

* feat: removed dependencies and used webcrypto for jwt signing

* feat: added further access control

* fix: added b64 decoding for private key

* fix: final fixes for access control

* fix: fixed packages

* docs: clean up svelte example

* chore: fix up issue templates

* docs: removed extra brackets from useCreateAsset example (#136)

Co-authored-by: Chase Adams <c@cadams.io>

* update docs (#138)

* update docs

* Update docs/pages/examples/react/dstorage-playback.en-US.mdx

Co-authored-by: Chase Adams <c@cadams.io>

Co-authored-by: Chase Adams <c@cadams.io>

* chore: version packages (#134)

* chore: version packages

* ci: bump

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Chase Adams <c@cadams.io>

* Add support for multiple files at once using useCreateAsset  (#102)

* feat: added multi-video upload to useCreateAsset hook

* fix: updated changeset description

* fix: solved the Asset.tsx in example component error

* feat: added multiple file upload at the core package

* fix: fixed the build error in next example directory

* fix: refactor types

* fix: updated the changeset and types

* docs: updated the types in useCreateAsset page

* fix: fixed the merge conflicts

* docs: updated the types in the documentation.

* refactor: removed styles and console.log's

* refactor: replaced promise.all with promise.allSettled

* docs: updated the types in the docs

* refactor: updated the upload progress object

* fix: reverted the types

- refactor: updated the return in Promise.allSettled

* fix: fixed the typed lint issue

* refactor: remove the uploadsize from tus

* fix: fix types

* refactor: removed meta from the tus upload

* fix: refactored types

* docs: added new types to the docs

Co-authored-by: Chase Adams <c@cadams.io>

* Rework types to support multiple createAsset as const (#140)

* feat: added multi-video upload to useCreateAsset hook

* fix: updated changeset description

* fix: solved the Asset.tsx in example component error

* feat: added multiple file upload at the core package

* fix: fixed the build error in next example directory

* fix: refactor types

* fix: updated the changeset and types

* docs: updated the types in useCreateAsset page

* fix: fixed the merge conflicts

* docs: updated the types in the documentation.

* refactor: removed styles and console.log's

* refactor: replaced promise.all with promise.allSettled

* docs: updated the types in the docs

* refactor: updated the upload progress object

* fix: reverted the types

- refactor: updated the return in Promise.allSettled

* fix: fixed the typed lint issue

* refactor: remove the uploadsize from tus

* fix: fix types

* refactor: removed meta from the tus upload

* fix: refactored types

* docs: added new types to the docs

* fix: rework types to support const assertions for typing

* test: fix tests

Co-authored-by: Suhail Kakar <suhail.zahed@gmail.com>

* fix: merge cleanup

* test: fix tests

* fix: update nodejs example

* refactor: added core-react package and moved web logic out of react

* chore: changesets

* Revert "chore: changesets"

This reverts commit 498cfca.

* chore: changeset

* ci: add release on next branch

* chore: add pre

* fix: fix prerendering

* style: lint

* fix: added core js to react

* test: fix tests

* test: fix

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: clacla <claudio@livepeer.org>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Suhail Kakar <suhail.zahed@gmail.com>
Co-authored-by: pglowacky <79172645+pglowacky@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* test: fix tests

* Add Expo & Bare Dev Projects (#152)

* feat: added initial react native package

* feat: further work on monorepo

* chore: added react native example projects

* chore: small fixes

* fix: fixed types

* chore: move to local package

* test: testing removing node linker

* ci: attempt to fix ci

* fix: fix builds

* test: fix tests and remove rn tests due to lack of vite support :(

* test: attempt to fix tests

* ci: fix react 17 test

* test: fix tests to sort imports

* ci: remove dep review on next branch

* [WIP] Add RN Controls (#157)

* feat: added sketch of buttons with stitches native

* fix: fixed multiple uploads (#154)

* chore: version packages (#156)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* feat: added all remaining controls and broadcast package

* fix: reverted file fingerprint (#158)

* chore: version packages (#159)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* refactor: refactored to add usePlayButton, ... hooks to core

* refactor: reworked theme to have shared types

* refactor: further cleanup

* fix: further refactoring

* fix: further refactoring

* fix: final fixes for build

* fix: final fixes from testing android/ios w/ expo/rn bare

* fix: fixed metrics to work in RN

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* fix: fixed to use w3slink

* Add docs to RN (#168)

* fix: fixes for theming and added poster functionality

* docs: updated docs for react native

* fix: added back ethers dep

* fix: fix build

* fix: added memo to Player

* chore: changesets

* chore: update deps

* chore: version packages (next) (#142)

* chore: version packages (next)

* ci: bump

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Chase Adams <c@cadams.io>

* Remove default api key (#172)

* feat: remove default api key

* docs: added sunset date

* test: fix tests

* test: fix tests

* chore: version packages (next) (#173)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* fix: add forwardRef

* fix: changed to use custom ref prop

* fix: added docs and moved ref to custom prop

* fix: fixed types

* chore: version packages (next) (#177)

* chore: version packages (next)

* ci: bump

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Chase Adams <c@cadams.io>

* fix: publish core react

* fix: publish core react

* chore: version packages (next) (#178)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* chore: update

* fix: added core react

* chore: version packages (next) (#179)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* fix: move to use callback refs

* chore: version packages (next) (#180)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Refactor core web (#182)

* refactor: refactored web out of core and into parent module

* fix: add further and changeset

* fix: remove ethers

* test: fix tests

* test: fix and add more tests

* chore: update deps and fix tests

* chore: change changeset to major for new core

* docs: fix install command

* chore: version packages (next) (#183)

* chore: version packages (next)

* ci: bump

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Chase Adams <c@cadams.io>

* docs: fix docs for nextra 2

* fix: slider bug (#184)

* chore: version packages (next) (#185)

* chore: version packages (next)

* ci: bump

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Chase Adams <c@cadams.io>

* docs: fix docs based on feedback

* chore: add monitoring

* Add further theme tokens (#187)

* chore: added sentry

* feat: added further customization to sliders

* fix: remove console log

* chore: version packages (next) (#188)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* fix: fix regression (#189)

* chore: version packages (next)

* ci: bump

* chore: version packages (next) (#190)

* chore: version packages (next)

* ci: bump

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Chase Adams <c@cadams.io>

* fix: fix fallback

* chore: add changeset

* chore: version packages (next) (#191)

* chore: version packages (next)

* ci: bump

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Chase Adams <c@cadams.io>

* fix: fixed src autoplayback

* chore: version packages (next) (#192)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* feat: added showUploadingIndicator (#193)

* docs: added docs for showUploadingIndicator

* chore: version packages (next) (#194)

* chore: version packages (next)

* ci: bump

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Chase Adams <c@cadams.io>

* docs: fixed line highlighting

* Add loading color (#195)

* feat: added loading color

* ci: bump

* fix: fixed missing theme config

* chore: version packages (next) (#196)

* chore: version packages (next)

* ci: bump

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Chase Adams <c@cadams.io>

* fix: changed default to contain (#197)

* chore: version packages (next) (#198)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* feat: added native file uri typing (#201)

* Redirect to New Docs (#202)

* docs: added redirect for docs to new domain

* fix: fixed to redirect all to developing

* fix: fix redirect

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: clacla <claudio@livepeer.org>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Suhail Kakar <suhail.zahed@gmail.com>
Co-authored-by: pglowacky <79172645+pglowacky@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant