Refine API token management UI

This commit is contained in:
Joe Julian
2026-04-01 17:12:16 -07:00
parent 3324eec9ec
commit f205e753e8
3 changed files with 394 additions and 177 deletions
+4
View File
@@ -182,6 +182,7 @@ type ui struct {
list widget.List
groupList widget.List
detailList widget.List
apiPolicyList widget.List
lifecycleList widget.List
copyUser widget.Clickable
copyPass widget.Clickable
@@ -431,6 +432,9 @@ func newUIWithState(mode string, sess appstate.CurrentSession, paths statePaths)
detailList: widget.List{
List: layout.List{Axis: layout.Vertical},
},
apiPolicyList: widget.List{
List: layout.List{Axis: layout.Vertical},
},
lifecycleList: widget.List{
List: layout.List{Axis: layout.Vertical},
},