Separate voice loader component

Repository details (talkie)
Project page
talkie
Project log category
(708 entries)
Repository
@joelpurra/talkie
Owner
@joelpurra
Contributors
Contributors on Github
Project status
⏲️ This project has had recent commits.
📂 This project is open.
🌠 This project is popular.
Repository activity period
🗓
Commits
751 commits
Stars
71 stars
Commit details (f61c8cf5)
Author
Authored at
Committer
Joel Purra
Committed at

Commit message

Separate voice loader component

  • Make repeated voice loading reusable.
  • Load voices in both options and popup.
  • Retry as long as the page is open, although with exponentially increasing delays.
Raw text
Separate voice loader component

- Make repeated voice loading reusable.
- Load voices in both options and popup.
- Retry as long as the page is open, although with exponentially increasing delays.

Changed files (4)

Path Additions Deletions
code/packages/options-application/src/containers/app.tsx +3 -0
code/packages/options-application/src/containers/welcome-container.tsx +4 -39
code/packages/popup-application/src/containers/app.tsx +3 -0
code/packages/shared-ui/src/components/loaders/voices-loader.tsx +152 -0

Commit categories (3)