mirror of
https://github.com/christianvidalwolf-prog/CrazeAnalytix.git
synced 2026-08-03 15:45:24 +02:00
feat: increase visible weeks in Weekly Sales from 8 to 20
This commit is contained in:
@@ -19,7 +19,7 @@ type SortConfig = {
|
||||
} | null;
|
||||
|
||||
const ROWS_PER_PAGE = 50;
|
||||
const MAX_VISIBLE_WEEKS = 8; // Limit visible weeks for performance
|
||||
const MAX_VISIBLE_WEEKS = 20; // Limit visible weeks for performance
|
||||
|
||||
// Debounce hook for search
|
||||
const useDebounce = (value: string, delay: number) => {
|
||||
|
||||
Reference in New Issue
Block a user