feat: add markdown, lang atribute, button_text

This commit is contained in:
2026-05-25 12:46:53 +03:00
parent 55cdea17ea
commit d4c5db61ea
29 changed files with 281 additions and 117 deletions

View File

@@ -108,7 +108,7 @@ export const ArticleListPage = observer(() => {
</div>
)}
{rows.length > 0 && (
{(rows.length > 0 || searchQuery) && (
<SearchInput value={searchQuery} onChange={setSearchQuery} />
)}