парсер всех источников добавлен, без адаптации фронтента
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
<input
|
||||
v-model="newSourceUrl"
|
||||
type="text"
|
||||
placeholder="введите url источника"
|
||||
placeholder="https://example.com"
|
||||
class="flex-1 h-12 dark:bg-gray-900 border-slate-100 shadow rounded-xl p-3 min-w-0"
|
||||
/>
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
</div>
|
||||
|
||||
<!-- Список источников -->
|
||||
<div class="p-4">
|
||||
<div class="p-4 xl:flex gap-2 justify-between">
|
||||
<div
|
||||
v-for="source in filteredSources"
|
||||
:key="source.url"
|
||||
|
||||
Reference in New Issue
Block a user