In #57539 we merged the user_picker app into server.
But this app basically only adds a reference picker for the user profile.
So from my point of view it is basically part of the profile app itself - it will not really work if you disable profiles in general. Also because is basically provides only the reference widget / picker for the profile app.
So maybe we should reduce the number of apps and keep it simple by just merge this few files directly into the profile app? This will reduce overhead of loading another app on every request.
cc @AndyScherzinger @julien-nc
In #57539 we merged the
user_pickerapp into server.But this app basically only adds a reference picker for the user profile.
So from my point of view it is basically part of the profile app itself - it will not really work if you disable profiles in general. Also because is basically provides only the reference widget / picker for the profile app.
So maybe we should reduce the number of apps and keep it simple by just merge this few files directly into the
profileapp? This will reduce overhead of loading another app on every request.cc @AndyScherzinger @julien-nc