# Load spinner missing from admin user list

**URL:** https://meta.discourse.org/t/load-spinner-missing-from-admin-user-list/357525
**Category:** Bug
**Created:** [March 17, 2025, 9:47am UTC](https://meta.discourse.org/t/load-spinner-missing-from-admin-user-list/357525 "2025-03-17T09:47:02Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![trusktr](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/trusktr/32/116841_2.png) [@trusktr](https://meta.discourse.org/u/trusktr)
#### Post date: [March 17, 2025, 9:47am UTC](https://meta.discourse.org/t/load-spinner-missing-from-admin-user-list/357525/1 "2025-03-17T09:47:02Z")

</div>

Admin pages are no longer showing load animations.

I just updated a site that was several years old. On the old site, loading new data, for example in the users list, would show a loading spinner. But now there is no spinner (which could be more misleading on slower networks). Here’s what I see:

You can see that as I switch tabs, there’s no loading spinner. I was looking at the old site earlier today and it had a spinner.

If I full refresh the page, then the spinner will appear:

So it’s missing only on dynamic content swap.

---

<div class="post-metadata">

### Author: ![merefield](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/merefield/32/176214_2.png) [@merefield](https://meta.discourse.org/u/merefield)
#### Post date: [March 17, 2025, 9:59am UTC](https://meta.discourse.org/t/load-spinner-missing-from-admin-user-list/357525/2 "2025-03-17T09:59:56Z")

</div>

I don’t believe this is correct. It’s just that the delay is so very short you never see the spinner.

If you keep switching you can sometimes glimpse it.

---

<div class="post-metadata">

### Author: ![trusktr](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/trusktr/32/116841_2.png) [@trusktr](https://meta.discourse.org/u/trusktr)
#### Post date: [March 17, 2025, 10:27am UTC](https://meta.discourse.org/t/load-spinner-missing-from-admin-user-list/357525/3 "2025-03-17T10:27:52Z")

</div>

Looks like still no loader even if I throttle the network to 3G:

---

<div class="post-metadata">

### Author: ![merefield](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/merefield/32/176214_2.png) [@merefield](https://meta.discourse.org/u/merefield)
#### Post date: [March 17, 2025, 11:31am UTC](https://meta.discourse.org/t/load-spinner-missing-from-admin-user-list/357525/4 "2025-03-17T11:31:13Z")

</div>

Here is the spinner in the code:

> <https://github.com/discourse/discourse/blob/e2b3eb4c28e0baa09385ccaa708b8d207414cbbb/app/assets/javascripts/admin/addon/templates/users-list-show.hbs#L394>

I think it’s just the speed of the data retrieval that is so fast (and almost certainly cached) it doesn’t appear.

---

<div class="post-metadata">

### Author: ![david](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/david/32/157490_2.png) [@david](https://meta.discourse.org/u/david)
#### Post date: [March 17, 2025, 12:15pm UTC](https://meta.discourse.org/t/load-spinner-missing-from-admin-user-list/357525/5 "2025-03-17T12:15:26Z")

</div>

Yeah there is a spinner, but it’s just appended at the bottom of the list, so it’s normally scrolled off the bottom of the screen. This should improve the situation:

[https://github.com/discourse/discourse/pull/31856](https://github.com/discourse/discourse/pull/31856)

---

<div class="post-metadata">

### Author: ![merefield](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/merefield/32/176214_2.png) [@merefield](https://meta.discourse.org/u/merefield)
#### Post date: [March 17, 2025, 12:24pm UTC](https://meta.discourse.org/t/load-spinner-missing-from-admin-user-list/357525/6 "2025-03-17T12:24:09Z")

</div>

> [@david](#):
>
> just appended at the bottom of the list

Aah, better that as the list is first truncated this is reflected in the UI immediately so you can actually see the spinner …

---

<div class="post-metadata">

### Author: ![david](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/david/32/157490_2.png) [@david](https://meta.discourse.org/u/david)
#### Post date: [March 24, 2025, 8:00am UTC](https://meta.discourse.org/t/load-spinner-missing-from-admin-user-list/357525/7 "2025-03-24T08:00:20Z")

</div>

This topic was automatically closed after 6 days. New replies are no longer allowed.
