Skip to content

Add personal access tokens details drawer

What does this MR do and why?

On the logged-in user -> User settings -> Personal access tokens page, a table of created tokens is shown. Currently, only broad-access tokens are shown. We are adding the ability to create a fine-grained token with more granular permissions. In a previous MR we introduced a redesigned table. This MR adds the ability to show token details in a drawer when either the token name is clicked, or the action dropdown -> Show details item is clicked:

ksnip_20251103-000740

It makes the following changes:

  1. A token details drawer has been added.
  2. The token name has been changed from text to a link button.
  3. The token name button and Show details item has been wired up to show the token details drawer when clicked.

How to set up and validate locally

Leave the fine_grained_personal_access_tokens feature flag off for now and follow the below video guide:

2025-11-03_00-14-08

Related to #571674

Edited by Daniel Tian

Merge request reports

Loading