Add year selection to admin analytics and split product table

AdminAnalytics now supports selecting historical years and updates available years dynamically from the API. The product table is refactored to display enabled and disabled products in separate tables, improving clarity. Minor formatting and code style improvements are also included.
This commit is contained in:
g
2026-01-05 21:55:55 +00:00
parent 74f3a2c5ae
commit c704ceed1d
5 changed files with 726 additions and 329 deletions

View File

@@ -32,3 +32,4 @@ export function NotificationProviderWrapper({ children }: NotificationProviderWr
return <>{children}</>;
}