DEV: [gjs-codemod] convert second batch of files to gjs

Updated using `@embroider/template-tag-codemod`, plus some manual fixups.

Co-authored-by: Jarek Radosz <jarek@cvx.dev>
This commit is contained in:
David Taylor
2025-03-19 10:16:05 +00:00
parent f049f775c7
commit a017f566a8
86 changed files with 9379 additions and 7958 deletions

View File

@ -93,7 +93,7 @@
@content={{this.headerIndicatorOptions}}
@value={{this.model.user_option.chat_header_indicator_preference}}
@id="user_chat_header_indicator_preference"
@onChange={{action
@onChange={{fn
(mut this.model.user_option.chat_header_indicator_preference)
}}
/>

View File

@ -18,7 +18,7 @@ module("Discourse Chat | Component | chat-thread-heading", function (hooks) {
assert.dom(".chat-thread__heading-title").hasText("A nice thread title");
});
test("it doesnt render heading when no title", async function (assert) {
test("it doesn't render heading when no title", async function (assert) {
const thread = new ChatFabricators(getOwner(this)).thread({
title: null,
});