0.7.5-topicfix

This commit is contained in:
2025-07-03 00:20:10 +03:00
parent 27c5a57709
commit 441cca8045
19 changed files with 2008 additions and 3213 deletions

View File

@@ -178,7 +178,7 @@ const AuthorsRoute: Component<AuthorsRouteProps> = (props) => {
case 'проверен':
return '✓'
default:
return '🎭'
return '👤'
}
}

View File

@@ -228,12 +228,6 @@ export const Topics = (props: TopicsProps) => {
</table>
</div>
<div class={styles.tableFooter}>
<span class={styles.resultsInfo}>
<span>Всего</span>: {sortedTopics().length}
</span>
</div>
{/* Модальное окно для редактирования топика */}
<TopicEditModal
isOpen={showEditModal()}