Move some state from shared voices to options voices

Repository details (talkie)
Project page
talkie
Project category
(588 entries)
Repository
@joelpurra/talkie
Owner
@joelpurra
Commit details (46038567)
Author
Authored at
Committer
Joel Purra
Committed at

Commit message

Move some state from shared voices to options voices

Raw text
Move some state from shared voices to options voices

Changed files (16)

Path Additions Deletions
src/options/actions/index.js +2 -0
src/options/actions/voices.js +163 -0
src/options/components/sections/text.jsx +1 -1
src/options/components/sections/voices.jsx +6 -6
src/options/constants/action-types-voices.js +31 -0
src/options/containers/about-container.jsx +0 -2
src/options/containers/text-container.jsx +4 -2
src/options/containers/voices-container.jsx +12 -9
src/options/reducers/index.js +2 -0
src/options/reducers/voices.js +47 -0
src/popup/popup.html.js +2 -4
src/shared/actions/voices.js +0 -141
src/shared/constants/action-types-voices.js +0 -12
src/shared/reducers/voices.js +0 -12
src/shared/renderers/load-root.jsx +2 -2
src/shared/renderers/render-react-html.js +4 -2

Commit categories (3)