Run lint:fix

Repository details (talkie)
Project page
talkie
Project log category
(588 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
630 commits
Stars
69 stars
Commit details (283d482b)
Author
Authored at
Committer
Joel Purra
Committed at

Commit message

Run lint:fix

Raw text
Run lint:fix

Changed files (48)

Path Additions Deletions
src/demo/components/footer.jsx +3 -2
src/demo/components/main.jsx +9 -9
src/demo/components/sections/features.jsx +41 -15
src/demo/components/sections/support.jsx +4 -2
src/demo/components/sections/voices.jsx +3 -2
src/demo/components/sections/welcome.jsx +4 -2
src/demo/containers/app.jsx +3 -3
src/demo/containers/voices-container.jsx +4 -4
src/demo/containers/welcome-container.jsx +6 -6
src/options/components/main.jsx +4 -4
src/options/components/range/logarithmic-scale-range.jsx +4 -4
src/options/components/range/scale-range-datalist-option.jsx +1 -1
src/options/components/range/scale-range-datalist.jsx +2 -2
src/options/components/range/scale-range.jsx +7 -7
src/options/components/sections/about.jsx +15 -5
src/options/components/sections/editions.jsx +1 -1
src/options/components/sections/editions/talkie-premium-edition.jsx +10 -2
src/options/components/sections/text.jsx +1 -1
src/options/components/sections/voices.jsx +24 -17
src/options/components/sections/voices/available-languages.jsx +5 -5
src/options/components/sections/voices/available-voices.jsx +1 -1
src/options/components/sections/voices/pitch.jsx +2 -2
src/options/components/sections/voices/range-with-heading.jsx +7 -5
src/options/components/sections/voices/rate.jsx +2 -2
src/options/components/sections/voices/sample-text.jsx +1 -1
src/options/containers/about-container.jsx +5 -5
src/options/containers/app.jsx +3 -3
src/options/containers/voices-container.jsx +9 -9
src/popup/components/main.jsx +1 -1
src/popup/components/sections/footer.jsx +3 -2
src/popup/components/sections/progress.jsx +1 -1
src/popup/components/sections/status.jsx +1 -1
src/popup/containers/progress-container.jsx +1 -1
src/popup/hocs/progress.jsx +1 -1
src/shared/components/error-boundary.jsx +30 -13
src/shared/components/form/checkbox.jsx +2 -2
src/shared/components/form/multiline-select.jsx +2 -2
src/shared/components/icon/social-share-icon.jsx +3 -3
src/shared/components/icon/talkie-edition-icon.jsx +3 -3
src/shared/components/icon/talkie-free-icon.jsx +4 -4
src/shared/components/icon/talkie-premium-icon.jsx +3 -3
src/shared/components/navigation/nav.jsx +1 -1
src/shared/components/section/free-section.jsx +2 -2
src/shared/components/section/premium-section.jsx +2 -2
src/shared/components/sharing/sharing-icons.jsx +4 -4
src/shared/containers/root.jsx +1 -1
src/shared/containers/state-root.jsx +1 -1
src/shared/renderers/auto-root.js +3 -3

Commit categories (3)