anix/feat: finish Filters Modal Component

This commit is contained in:
Kentai Radiquum 2025-08-28 20:52:43 +05:00
parent 2a2343fed3
commit 0f1c61b765
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
5 changed files with 281 additions and 13 deletions

View file

@ -45,7 +45,11 @@ export const DiscoverPage = () => {
<span className="flex-shrink-0 inline-block w-8 h-8 mr-2 iconify mdi--collections-bookmark"></span>
<span>Коллекции</span>
</Button>
<Button size="xl" color="green">
<Button
size="xl"
color="green"
onClick={() => setFiltersModalOpen(true)}
>
<span className="flex-shrink-0 inline-block w-8 h-8 mr-2 iconify mdi--mixer-settings"></span>
<span>Фильтр</span>
</Button>