mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-04-18 05:17:17 -04:00
* Reorder add feed and add category Implements some suggestions made in https://github.com/FreshRSS/FreshRSS/issues/2014 Changes proposed in this pull request: - Move "Add feed" as the first section of the Subscriptions add page. - Add checkbox "Keep adding feeds" to stay on the "add" page. How to test the feature manually: 1. Navigate to the page "Add a feed or category" 2. See new order. 3. Type URL of a new feed, select a category, and check "Keep adding feeds " 4. See FreshRSS confirm the feed was added while staying in the same page. * Add checkbox to stay in the add feed page * Update i18n * PHP CS * Manually set i18n progress * Change i18n --------- Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>