feat(catalog): unify home with catalog and add clear qty controls

This commit is contained in:
Ruslan Bakiev
2026-04-03 12:17:05 +07:00
parent 71d2b176e9
commit f977896647
6 changed files with 500 additions and 601 deletions

View File

@@ -53,7 +53,7 @@ async function navigateAfterLogin(user: { company?: { id: string } | null }) {
return;
}
await navigateTo('/products');
await navigateTo('/');
}
function clearAutoRequestTimer() {