]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Add ability to manually define the reading speed 4053/head
authorJeremy Benoist <jeremy.benoist@gmail.com>
Mon, 8 Jul 2019 12:45:45 +0000 (14:45 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Mon, 8 Jul 2019 18:18:59 +0000 (20:18 +0200)
commit41022cb289f5d08418ccb2d7050098c4ee3721e4
tree3a16462a3900d617b6bc0451a3964b98c8f45206
parent92cd51aa2c29e23f137cde9b9732ced33ff38e59
Add ability to manually define the reading speed

Instead of using a select, let the user decide its own speed.
22 files changed:
app/DoctrineMigrations/Version20190708122957.php [new file with mode: 0644]
src/Wallabag/CoreBundle/DataFixtures/ConfigFixtures.php
src/Wallabag/CoreBundle/Form/Type/ConfigType.php
src/Wallabag/CoreBundle/Form/Type/EntryFilterType.php
src/Wallabag/CoreBundle/Resources/translations/messages.da.yml
src/Wallabag/CoreBundle/Resources/translations/messages.de.yml
src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
src/Wallabag/CoreBundle/Resources/translations/messages.es.yml
src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml
src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml
src/Wallabag/CoreBundle/Resources/translations/messages.it.yml
src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml
src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml
src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml
src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml
src/Wallabag/CoreBundle/Resources/translations/messages.ru.yml
src/Wallabag/CoreBundle/Resources/translations/messages.th.yml
src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml
src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entries.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entry.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/_reading_time.html.twig
tests/Wallabag/CoreBundle/Controller/ConfigControllerTest.php