Regression in UI in default theme

On the home page the categories listing is not displayed properly.

Here is a screenshot:

4 Likes

You don’t have category descriptions, which usually populates that space.

This is what it looks like here: Categories - Discourse Meta

1 Like

Ah, I know what’s causing this — it’s related to a change I made this morning here:

I’ll have a fix shortly

6 Likes

This caused a few regressions, fixed by:

https://github.com/discourse/discourse/commit/436d2b57c93da8d70ecd11f3a160f0c12c3ec553

7 Likes

Ah, I know what’s causing this — it’s related to a change I made this morning here:

when I upgrade docker from the web interface it takes me to the latest commit.

How can I make it stick to the releases?

I applied the latest changes suggested by admin/upgrade but my home page subcategories still come in 1 long list and are not wrapping to use the space available.

look at how the subcategories show up. The probelm is with the sub categories being displayed vertically in 1 column.

It sounds like your app.yml setting might be on tests-passed (multiple daily updates) — you’d want to switch that to beta (1-2 weeks) or stable (6-12 weeks):


This fix has been committed, but it’s waiting for tests to pass:

If you check here: GitHub - discourse/discourse at tests-passed, you can see that tests-passed is currently behind master (so the current tests haven’t completed yet).

5 Likes

works now - the subcategories list correctly. Please close this bug. Not sure if I can do it.

2 Likes