common-voice / sentence-collector

Tool to collect and review sentences for Common Voice
https://commonvoice.mozilla.org/sentence-collector/
Mozilla Public License 2.0
81 stars 62 forks source link

Do not persist language list or sentences to review #550

Closed MichaelKohler closed 2 years ago

MichaelKohler commented 2 years ago

Currently we're persisting data in the Redux store that we do not need to persist. Having this data in the store makes it easy to access, but persistence is definitely not needed for the following:

MichaelKohler commented 2 years ago

:tada: This issue has been resolved in version 2.14.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: