When updating or adding a new list on prod it takes quite a while and doesn't indicate a loading state to the user. Ideally we can implement optimistic updates here and don't wait for the server response and/or show loading states in the meantime so the user knows that something is happening.
When updating or adding a new list on prod it takes quite a while and doesn't indicate a loading state to the user. Ideally we can implement optimistic updates here and don't wait for the server response and/or show loading states in the meantime so the user knows that something is happening.