@@ -75,7 +76,7 @@ export default function CompaniesList({
animate={{ opacity: 1, y: 0 }}
transition={{
duration: 0.3,
- delay: index * 0.05,
+ // delay: index * 0.05,
ease: "easeOut",
}}
aria-label={`Company ${company.name}`}
diff --git a/apps/web/src/components/CompaniesListFooter.tsx b/apps/web/src/components/CompaniesListFooter.tsx
index a82ce5b..b459139 100644
--- a/apps/web/src/components/CompaniesListFooter.tsx
+++ b/apps/web/src/components/CompaniesListFooter.tsx
@@ -29,7 +29,7 @@ export default function CompaniesListFooter({
className="flex items-center justify-between gap-2"
data-testid="companies-list-footer"
>
-
+
Page {currentPage} of {totalPages}
@@ -38,7 +38,7 @@ export default function CompaniesListFooter({
);
diff --git a/apps/web/src/components/FiltersPanelButton.tsx b/apps/web/src/components/FiltersPanelButton.tsx
index 95f892e..8e0f9d7 100644
--- a/apps/web/src/components/FiltersPanelButton.tsx
+++ b/apps/web/src/components/FiltersPanelButton.tsx
@@ -70,6 +70,7 @@ export default function FiltersPanelButton({
onReset={() => {
setIsFilterOpen(false);
}}
+ showCountBadge={false}
extendedUI={() => (
<>