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.
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