1 comment (1 comment)1 reaction (1 reaction)0 assignees (0 assignees)PHP15,022 stars (15,022 stars)1,171 forks (1,171 forks)batch import
Good first issue 1️⃣UI :art:help wanted
Description
- Move to Display
- Maybe move to Display
- Move elsewhere, maybe to Reading
Contributor guide
- Tech stack
- htmlcssjavascript
- Domain
- frontend
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 2
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-3 hours
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- fresh
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- Familiarity with FreshRSS UI structureBasic HTML/CSS
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 70
- Research direction
- Explore the FreshRSS views directory (likely app/views/) and configuration files to understand how options are organized. The issue suggests moving specific options to 'Display' and 'Reading' sections. Look for templates related to options, such as configuration.phtml or similar, and identify the code responsible for rendering the checkboxes shown in the screenshots. A good starting point is to search for the option labels in the repository to locate their current positions and then replicate the structure in the target sections.