Yeah, this is necessary in the case of TLP because of the extreme level of override and because masonry is not yet native to CSS. Once Masonry becomes supported natively in CSS* across all officially supported browsers I intend to:
have a go at reducing the level of overrides specifically avoiding overriding topic-list-item.
remove the javascript grid refresh which is costly in performance.
*of course its a great possibility I might be an old man by then, incapable of typing sufficiently fast.
it is updated to latest version and at least from my computer everything works fine. When i did the update in the back end it took a lot longer then usual.
OK looks like this was introduced within the last 24 hours and is a breaking change from Core, as StarZen was updated yday and does not have the error.
String prototype extensions are deprecated. Please import capitalize from ‘@ember/string’ instead. [deprecation id: ember-string.prototype-extensions] See Ember.js - Deprecations for more details.
But not sure why , this behavior change was introduced here (tested on dev install):
Ah, sorry about this @Ryan121. I think there’s a conflict with this theme component and a new change in our code that’s not on self-hosted sites yet (which may have caught Robert by surprise ).
For some time the featured row loads a bit later than the rest of the homepage for us on krita-artists.org This cause the list of thread to jump down and it is a bit jarring. Is there any solution to this or am I doing something wrong.
I believe this is partly a result of changes in core that have forced us to retrieve the data within the Featured Component instead of the Route as previously, so it happens later. This is unfortunate, agreed. There may be a partial CSS solution to make it less jarring. PR welcome or you can sponsor me to take a look.