mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-04-18 05:17:17 -04:00
* Add form to create user queries Closes https://github.com/FreshRSS/FreshRSS/issues/6361 Changes proposed in this pull request: - Add a form to create new user queries on the User Queries page - Fix the controller to properly handle request data How to test the feature manually: 1. Open FreshRSS 2. Open Settings 3. Click User queries 4. Create new user query * Add tranlation key for title in create new user query * Fix 'for' conflict with aside in labels * Fix input widths * i18n: fr * make fix-all * Fix conditions in configureController * Remove token condition * Fix ctype_digits condition * Fix errors * Fix phpStan error * Fix syntax and state for checkboxes * Add new way to create user queries in docs * Compress image more --------- Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>