openFeedbackModal(feedback)}
- >
-
-
-
-
- 
-
-
+
+ {/if}
- |
+
-
-
-
- {#if feedback.data?.sibling_model_ids}
-
- {feedback.data?.model_id}
-
-
-
-
- {#if feedback.data.sibling_model_ids.length > 2}
-
- {feedback.data.sibling_model_ids.slice(0, 2).join(', ')}, {$i18n.t(
- 'and {{COUNT}} more',
- { COUNT: feedback.data.sibling_model_ids.length - 2 }
- )}
- {:else}
- {feedback.data.sibling_model_ids.join(', ')}
- {/if}
-
-
- {:else}
-
- {feedback.data?.model_id}
-
- {/if}
-
+ setSortKey('model_id')}
+ >
+
+ {$i18n.t('Models')}
+ {#if orderBy === 'model_id'}
+
+ {#if direction === 'asc'}
+
+ {:else}
+
+ {/if}
+
+ {:else}
+
+
+
+ {/if}
- | |
+
- {#if feedback?.data?.rating}
-
-
- {#if feedback?.data?.rating.toString() === '1'}
-
- {:else if feedback?.data?.rating.toString() === '0'}
-
- {:else if feedback?.data?.rating.toString() === '-1'}
-
- {/if}
+ setSortKey('rating')}
+ >
+
+ {$i18n.t('Result')}
+ {#if orderBy === 'rating'}
+
+ {#if direction === 'asc'}
+
+ {:else}
+
+ {/if}
+
+ {:else}
+
+
+
+ {/if}
+
+ |
+
+ setSortKey('updated_at')}
+ >
+
+ {$i18n.t('Updated At')}
+ {#if orderBy === 'updated_at'}
+
+ {#if direction === 'asc'}
+
+ {:else}
+
+ {/if}
+
+ {:else}
+
+
+
+ {/if}
+
+ |
+
+ |
+ |
+
+