Problem
When users navigate to the Reports page, if they don't have local data we show the loading skeleton rendered by the Search component. The Search component has heavy subscriptions and logic unnecessary to display the loading skeleton, which delays the user interaction.
Solution
Move SearchRowSkeleton to the top level SearchPage component.
Issue Owner
Current Issue Owner: @szymonzalarski98