anix/feat: add filters modal with country, category, genre and lists exclusion filters

This commit is contained in:
Kentai Radiquum 2025-08-28 04:05:40 +05:00
parent d3b198c6bc
commit 777fb5b82b
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
9 changed files with 396 additions and 18 deletions

View file

@ -65,7 +65,7 @@ export const NavBarPc = (props: { setIsSettingModalOpen: any }) => {
<div className="container flex items-center justify-between h-full px-2 mx-auto">
<div className="flex items-center h-full gap-3">
{NavbarItems.map((item) => {
if (item.auth && !userStore.isAuth) return <></>;
if (item.auth && !userStore.isAuth) return;
return (
<Link
href={item.href}