holos-run / holos

Holos - The Holistic platform manager
https://holos.run
Apache License 2.0
23 stars 0 forks source link

(#144) Profile Button #145

Closed jeffmccune closed 6 months ago

jeffmccune commented 6 months ago

This patch adds a ProfileButton component which makes a ConnectRPC gRPC call to the holos.v1alpha1.UserService.GetCallerClaims method and renders the profile button based on the claims.

Note, in the network inspector there are two API calls to holos.v1alpha1.UserService.GetCallerClaims which is unfortunate. A follow up patch might be good to fix this.

Closes: #144