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:
|
It makes the following changes:
- A token details drawer has been added.
- The token name has been changed from text to a link button.
- The token name button and
Show detailsitem 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:
Related to #571674
Edited by Daniel Tian
