Issue: https://linear.app/comm/issue/ENG-2740/add-navigation-state-info-to-the-top-bar
Navigation state info will be displayed in the `Topbar` component. It used to be in `ChatMessageList container`. Now, in `ChatListContainer` we will only display the name of the chat.
I split `ThreadTopBar` component into two: the one that will be displayed in the `Tobbar`, that includes the `ThreadAncestors`, but doesn't have the `ThreadMenu`, and a complementary component, that is used in the
`ChatMessageListContainer`. I will change the `NavStateInfoBar` further, accordinng to the designs, in the following diffs.
Some files were additionally moved to keep the code correctly divided into folders.