dart-lang / dart_ci

Tools used by Dart's continuous integration (CI) testing that aren't needed by Dart SDK contributors. Mirrored from dart.googlesource.com/dart_ci. Do not land pull requests on Github.
BSD 3-Clause "New" or "Revised" License
18 stars 5 forks source link

feed UI: add option to select only my team #68

Closed sigmundch closed 4 years ago

sigmundch commented 4 years ago

currently there are options to filter by team, but to select a single team one needs to unselect all others. It would be great to have a "only" link to select only my team.

whesse commented 4 years ago

As part of adding a "configurations=" option to the filter URL fragment, the "configuration_groups" fragment and UI have been changed to be empty when the filter is inactive (all groups selected), so clicking on a single group will turn on the filter and enable just that group. This solves the problem.