You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the HeaderBar is a component that fetches data and is included in every single app, it would be worth minimising the amount of data that is sent over the wire. We are currently fetching all the fields that are included in the api/me endpoint, but we probably only need a couple of fields. So we should specify a list of fields to retrieve in params.fields on the me resource.
The text was updated successfully, but these errors were encountered:
Since the HeaderBar is a component that fetches data and is included in every single app, it would be worth minimising the amount of data that is sent over the wire. We are currently fetching all the fields that are included in the
api/me
endpoint, but we probably only need a couple of fields. So we should specify a list of fields to retrieve inparams.fields
on theme
resource.The text was updated successfully, but these errors were encountered: