move the bottom bar (main ui) display logic to its own class
So far the code was directly in the InterfaceManager which instantiated and controlled a vanilla RowContainer class. That logic has been moved into the new BottomBar class, which inherits from the RowContainer and adds its custom logic on top.