mirror of
https://github.com/discourse/discourse.git
synced 2025-02-12 22:34:57 +00:00
What does this change do? This change adds a loading spinner to the edit navigation menu tags modal when the request to fetch all the tags for a site is in progress. This mainly to improve the user experience such that we indicate that something is being loaded instead of just displaying a large empty space. What are there no tests for this change? This change is kind of hard to test and since it is mostly a UX change, we can live with such regressions in the future. It is still bad to regress UX wise but impact of such a regression is likely to be low.