From 654a41b84a1a121ed34568413cd13b3683a372d0 Mon Sep 17 00:00:00 2001 From: David Taylor Date: Mon, 4 Nov 2024 19:09:31 +0000 Subject: [PATCH] DEV: Remove unused mobile hbs templates The associated components were removed in 2af490ff4f4f123e838ecad1eb5276b61507d3d2 --- .../components/assigned-topic-list-item.hbs | 77 ------------------- .../components/basic-assigned-topic-list.hbs | 40 ---------- 2 files changed, 117 deletions(-) delete mode 100644 assets/javascripts/discourse/templates/mobile/components/assigned-topic-list-item.hbs delete mode 100644 assets/javascripts/discourse/templates/mobile/components/basic-assigned-topic-list.hbs diff --git a/assets/javascripts/discourse/templates/mobile/components/assigned-topic-list-item.hbs b/assets/javascripts/discourse/templates/mobile/components/assigned-topic-list-item.hbs deleted file mode 100644 index 5f778f0c..00000000 --- a/assets/javascripts/discourse/templates/mobile/components/assigned-topic-list-item.hbs +++ /dev/null @@ -1,77 +0,0 @@ - - -
- {{#if this.topic.assigned_to_user}} - - {{else if this.topic.assigned_to_group}} - - {{else}} - - {{/if}} -
-
-
- {{discourse-tags this.topic mode="list" tagsForUser=this.tagsForUser}} -
- {{raw - "list/activity-column" - topic=this.topic - tagName="div" - class="num activity last" - }} - {{this.topic.last_poster_username}} -
- {{#unless this.hideCategory}} -
- {{category-link this.topic.category}} -
- {{/unless}} -
-
- \ No newline at end of file diff --git a/assets/javascripts/discourse/templates/mobile/components/basic-assigned-topic-list.hbs b/assets/javascripts/discourse/templates/mobile/components/basic-assigned-topic-list.hbs deleted file mode 100644 index 510fed4a..00000000 --- a/assets/javascripts/discourse/templates/mobile/components/basic-assigned-topic-list.hbs +++ /dev/null @@ -1,40 +0,0 @@ - - {{#if this.hasIncoming}} -
- - - -
- {{/if}} - - {{#if this.topics}} - - - {{#each this.topics as |topic|}} - - {{/each}} - -
- {{else}} -
- {{i18n "choose_topic.none_found"}} -
- {{/if}} -
\ No newline at end of file