merefield
(Robert)
January 7, 2025, 11:07pm
489
Marking this broken for time being.
I’m not sure when I will get around to investigating this.
1 Like
Moin
January 7, 2025, 11:15pm
490
Is the Theme component broken or the sidecar Plugin ?
1 Like
Jagster
(Jakke Lehtonen)
January 7, 2025, 11:22pm
491
The component works really well. For me, any way. It is the sidecar that is broken.
My bad. I forgot mention it.
1 Like
merefield
(Robert)
January 7, 2025, 11:26pm
492
It’s something to do with rebuilding the rmagick gem.
An online rebuild seems to work.
FYI in any case this Theme Component is about to require a massive refactor due to changes to the Topic List. I can’t guarantee that will be ready in time, but I will try as use it myself.
5 Likes
merefield
(Robert)
January 8, 2025, 11:10am
493
@Jagster online update definitely works … have no idea why, maybe the gem is cached?
If you need to, restart your container and perform an online update.
1 Like
Jagster
(Jakke Lehtonen)
January 8, 2025, 12:01pm
495
I hadn’t any real reason to do upgraiding, so starting app did the job. And honestly… in my case I’m not sure if I really need the sidecar for anything.
But good to know.
2 Likes
merefield
(Robert)
January 8, 2025, 12:07pm
496
it’s mainly useful for YouTube thumbnails, topic list based actions … and currently dominant colour.
1 Like
Jagster
(Jakke Lehtonen)
January 8, 2025, 12:28pm
497
Yeah, that it was… all those plugins that doesn’t need any love and caring, after a while I don’t even remember any more why I had such one in use
2 Likes
merefield
(Robert)
January 10, 2025, 6:36pm
498
If someone wants to try this they are welcome, I’ve not had chance yet:
You can do something like pull in the gem’s compile-time dependencies - something like the following:
hooks:
after_code:
- exec:
apt-get update && apt-get install -y libmagickwand-dev
we aren’t blocking anything from being installed, we are just no longer including the static libs that the gem is dependent on in the base image.
1 Like
merefield
(Robert)
January 21, 2025, 9:11am
499
This is fixed now (plugin rebuild) as the reliance on the rmagick gem has been removed and the plugin refactored to accommodate.
paviliondev:master
← paviliondev:zeitwerk_refactor
opened 07:31PM - 20 Jan 25 UTC
* Enables autoloading of modules and better aligns with standards.
* Removes re… liance on `rmagic` gem which was preventing a rebuild after changes in core removed the required build dependencies
Note there is still loads of work to do to resolve the deprecations of the Theme Component and this is partly waiting on the kind efforts of David to extend the new Topic List API in core.
modifyClass itself is not deprecated. It’s a risky customization method, and you should take precautions when using it (as described in the doc @don linked), but we don’t have any imminent plans to remove it.
The reason we’re printing a deprecation message for component:topic-list and component:topic-list-items is that those components are the legacy implementation of the topic list, and are not used when the glimmer topic list is enabled. Now, we have a set of glimmer components like component…
For now I’ve removed the broken tag.
4 Likes
Ahmed26
January 26, 2025, 10:16am
500
Hi Robert @merefield
How can I remove the topic summary description?
I installed the sidecar plugin and although I set the value to zero, it appears even if there is one letter.
merefield
(Robert)
January 26, 2025, 10:22am
501
Remove “excerpts” from your settings?
2 Likes
merefield
(Robert)
January 26, 2025, 10:41am
505
Wrong setting. Further up.
3 Likes
merefield
(Robert)
January 26, 2025, 10:45am
506
Btw you could also use this:
Topic AI Summary can display its AI summaries on the Topic List via Excerpts on most of the Discovery lists as per the OP.
I’ve now built a small Theme Component that will allow you to toggle Excerpts (on or off) and you can set the default (on or off).
It respects Pinned. You can use it without this plugin. It works with Topic List Previews and the official Topic List Excerpts Theme Component.
Credit to Discourse Team for the idea. Made sense to implement it here and is a slightly diff…
2 Likes
Ahmed26
January 26, 2025, 10:53am
507
Thank you for sharing such a beautiful component
solved my problem
3 Likes
Ahmed26
January 29, 2025, 6:48am
508
Images are distorted when I reduce thumbnail size in list view
looks very clear in mobile view
is there a setting to make the thumbnails clearer?
1 Like