commit f851a89c72b4967f5818f14a2ef5f15fc22fe21f Author: Stefan Hengl Date: Mon Oct 20 08:37:07 2025 +0200 deep search: fix broken spinner for endless scrolling (#7582) When you scroll down in the sidebar we fetch the next page and show a loading indicator while the fetch is ongoing. Before this fix, the spinner didn't rotate at all. The solution was to animate the wrapping div and not the icon directly. ## Test plan manual testing