mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-22 02:55:24 +00:00
- collapse pipeline configs by default, closes https://github.com/woodpecker-ci/woodpecker/discussions/2557 - refactor ui themes: instead of just differentiating between "is dark" or "is not dark", add a third "auto" option following the browser settings (closes https://github.com/woodpecker-ci/woodpecker/discussions/2204) and put everything into an enum. also move the option from the navbar to user settings. --------- Co-authored-by: Anbraten <anton@ju60.de>