From f5394da9f7182ff50199d3dbfe093afda61c2004 Mon Sep 17 00:00:00 2001 From: Ken Sternberg <133134217+kensternberg-authentik@users.noreply.github.com> Date: Mon, 28 Aug 2023 11:00:25 -0700 Subject: [PATCH] web: Replace ad-hoc toggle control with ak-toggle-group (#6470) * web: Replace ad-hoc toggle control with ak-toggle-group This commit replaces various ad-hoc implementations of the Patternfly Toggle Group HTML with a web component that encapsulates all of the needed behavior and exposes a single API with a single event handler, return the value of the option clicked. The results are: Lots of visual clutter is eliminated. A single link of: ```