Thank for the quick reply,
That is a bit unfortunate indeed. I do not have the funds to sponsor this now. But I will try to raise something if possible. May I know (in private message may be) what would be an approximate estimate for this task?
Thank for the quick reply,
That is a bit unfortunate indeed. I do not have the funds to sponsor this now. But I will try to raise something if possible. May I know (in private message may be) what would be an approximate estimate for this task?
Iāll drop you a line ![]()
Thank you for the awesome plugin! But there are some issues I canāt deal with. Iām not sure if these are bugs or caused by wrong settings.
Thatās currently not supported. PR welcome
Thatās very odd, I cannot presently reproduce - are you on latest version of Discourse?
https://github.com/paviliondev/discourse-tc-topic-list-previews/pull/34/files
@Niels_Dewitte sorry this took so long, but a PR was always welcome to fix this.
Thanks again for the report. This should be resolved now.
Hi, how do I use the thumbnail picker in GitHub - merefield/discourse-topic-previews-sidecar: A Discourse plugin that complements the Topic Previews Theme Component to add features Ā· GitHub?
I have, and I rebuilded few hours ago.
I know. That doesnāt help you a bit, but it means your issue isnāt by some general bug.
I noticed that your recent changes from two weeks ago removed the usage of the Ember global. However, it will fail if you use Ember 5!
For example:
Suggestions:
computed.bool ā bool ā @ember/object/computedrun.scheduleOnce ā scheduleOnce ā @ember/runloopNice catch @Arkshine! This deprecation is deprecated-run-loop-and-computed-dot-access. Messages about that wouldāve shown up in development and test environments, but it looks like they were being optimised out of the production build.
This will make the warning work in production builds of Discourse under Ember 3.28:
https://github.com/discourse/discourse/pull/25074
(by default Ember optimises all deprecations out the production build, so we have a to do a lot of work to undo those optimisations)
Thanks David. Yeah that would be why I will have missed them. As a Theme Component I generally check for deprecations against a current Production build as I use the Theme CLI (and none of my Production builds are running Ember 5 just yet so ā¦).
Great catch @Arkshine !
What does the after_code section of your app.yml look like?
Those were indeed good suggestions ![]()
I also found:
Let me know if you see any additional problems.
Ok thatās odd. Any errors in logs? Both console and server logs?
What would I be looking for ? I donāt have any error showing for the plugin. Topic Previews Sidecar
The installed version is:
5.0.2 f303e4f
The settings being used is:
Do you have Theme Component active in the current Theme? (you must have the Theme Component as well as the plugin running)
Iām using the blog style on two categories and tags, so yes itās active. Let me try a different theme as iām using the Kodular Community Theme
And youāve hit the pencil control to edit the Topic category, title and tags?