mirror of
https://github.com/go-gitea/gitea.git
synced 2026-02-21 20:08:11 +01:00
When expanding all collapsed sections in a diff, the frontend now collects per-gap parameters from all expander buttons, joins them with commas, and makes a single GET request. The backend detects batch mode (comma in last_left), renders each section to HTML, and returns a JSON string array. Single-section expands are unchanged. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>