REFACTOR: Topic list changes (#248)

* REFACTOR: Topic list changes
This commit is contained in:
Jordan Vidrine 2021-11-16 14:50:31 -06:00 committed by GitHub
parent b09239ec27
commit ebe693ae96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View File

@ -6,11 +6,11 @@
at the end of the link, preventing it from line wrapping onto its own line. at the end of the link, preventing it from line wrapping onto its own line.
--}} --}}
{{#if bulkSelectEnabled}} {{#if bulkSelectEnabled}}
<td class="bulk-select"> <td class="bulk-select topic-list-data">
<input type="checkbox" class="bulk-select"> <input type="checkbox" class="bulk-select">
</td> </td>
{{/if}} {{/if}}
<td class="main-link clearfix" colspan="1"> <td class="main-link clearfix topic-list-data" colspan="1">
<span class="link-top-line"> <span class="link-top-line">
{{~raw "topic-status" topic=topic}} {{~raw "topic-status" topic=topic}}
{{~#if isPrivateMessage}} {{~#if isPrivateMessage}}
@ -44,9 +44,9 @@
{{raw "list/posts-count-column" topic=topic}} {{raw "list/posts-count-column" topic=topic}}
<td class="num views {{topic.viewsHeat}}">{{number topic.views numberKey="views_long"}}</td> <td class="num views {{topic.viewsHeat}} topic-list-data">{{number topic.views numberKey="views_long"}}</td>
{{raw "list/activity-column" topic=topic class="num" tagName="td"}} {{raw "list/activity-column" topic=topic class="num topic-list-data" tagName="td"}}
<td> <td class="topic-list-data">
{{#if topic.assigned_to_user}} {{#if topic.assigned_to_user}}
{{assign-actions-dropdown {{assign-actions-dropdown
topic=topic topic=topic

View File

@ -1,5 +1,5 @@
{{#unless skipHeader}} {{#unless skipHeader}}
<thead> <thead class="topic-list-header">
{{raw "topic-list-header" {{raw "topic-list-header"
canBulkSelect=canBulkSelect canBulkSelect=canBulkSelect
canDoBulkActions=canDoBulkActions canDoBulkActions=canDoBulkActions
@ -17,7 +17,7 @@
</thead> </thead>
{{/unless}} {{/unless}}
<tbody> <tbody class="topic-list-body">
{{#each filteredTopics as |topic|}} {{#each filteredTopics as |topic|}}
{{assigned-topic-list-item {{assigned-topic-list-item
topic=topic topic=topic