Define easing arrays as const tuples in PageTransitionAdvanced and ScrollReveal
Fix TypeScript error in ContentFadeIn - use easing array instead of string
Remove height and overflow constraints from PageWrapper to enable scrolling
- Remove height: 100% constraint - Remove overflow: hidden constraint - Change to minHeight: 100% to allow expansion - Pages can now scroll properly
Remove flex-1 from main content div to allow natural expansion
- Remove flex-1 constraint from main content div - Content can now expand naturally to trigger scrolling in parent container
Remove height and overflow constraints from page to enable scrolling
- Change h-screen to min-h-screen to allow page to expand - Remove overflow-hidden from main content div to allow scrolling - Page can now scroll to see all rec...
Remove overflow constraints from parent containers to enable page scrolling
- Remove overflow: hidden from main container Box - Remove height: 100% from main container Box - Remove overflow: hidden and flex: 1 from tab content Box - Rem...
Decrease Vendor, Product, and Source column widths by 40px
- Change Vendor column width from 80px to 40px - Change Product column width from 80px to 40px - Change Source column width from 60px to 20px - Update correspon...
Add 10px padding below Quick Search field and components
- Add pb: '10px' to Quick Search Box container - Remove height and alignSelf properties that didn't work
Vertically align Quick Search field and components to middle
- Add minHeight to parent Box to match tabs height - Add display flex and alignItems center to tabs container Box - Add height 100% and alignSelf center to Quic...
Decrease Vendor, Product, and Source column widths by another 25px
- Change Vendor column width from 105px to 80px - Change Product column width from 105px to 80px - Change Source column width from 85px to 60px - Update corresp...
Decrease Vendor, Product, and Source column widths by 25px
- Change Vendor column width from 130px to 105px - Change Product column width from 130px to 105px - Change Source column width from 110px to 85px - Update corr...
Decrease Vendor, Product, Source, and Agent column widths by 20px
- Change Vendor column width from 150px to 130px - Change Product column width from 150px to 130px - Change Source column width from 130px to 110px - Change Age...
Update State and Street column widths and Street display
- Change State column width from 100px to 60px - Change Street column width from 200px to 130px - Update Street column to show only street address in cell - Add...
Move State and Street filters to correct position after Contact
- Move State and Street filter fields to be right after Contact filter - Remove duplicate State and Street filters that were after Agent filter - Filter order n...
Complete State and Street column implementation
- Remove old Address filter field that was still referencing addressFilterValue - Add State and Street filter fields after Contact filter - Update filtering log...
Update column widths for Lead ID, Status, and Sub Status
- Change Lead ID column width from 245px to 230px - Change Status column width from 90px to 115px - Change Sub Status column width from 150px to 170px - Update ...
Update Status and Sub Status column widths
- Change Status column width from 65px to 90px - Change Sub Status column width from 120px to 150px - Update corresponding filter field container widths to matc...
Update filter field container widths to match column widths
- Update Lead ID filter container from 300px to 245px - Update Status filter container from 200px to 65px - Update Sub Status filter container from 200px to 120...
Change date column widths to 155px
- Update Created and Assigned column widths from 220px to 155px - Set explicit width, minWidth, and maxWidth to 155px for both columns - Update date filter fiel...
Move Quick Search to status tabs line, aligned right
- Quick Search now appears on same line as status tabs, aligned to the right - Simplified layout by removing duplicate search bar section - Status tabs and Quic...
Adjust paddingLeft to 17px for pinned row Lead ID cells
- Change paddingLeft from 12px to 17px for better alignment
Reduce padding in pinned rows Lead ID column to move values left
- Reduce paddingLeft from 45px to 12px for pinned row Lead ID cells - Fix missing comma in IdRenderer Box sx prop - This moves the Lead ID values more to the le...
Move filter bar above grid headers instead of between headers and data
- Move filter bar outside AG Grid container, positioned above grid - Remove absolute positioning that was causing overlap issues - Filter bar now appears above ...
Add padding to grid container to prevent filter bar from overlapping data rows
- Add paddingTop: 48px to the grid container Box - This pushes the data rows down while keeping headers in place - Filter bar is positioned at top: 48px (below ...
Prevent infinite re-render loop in bidirectional sync
- Add refs to track update source (tab vs filter dropdown) - Skip updates when they originate from the other source - Prevents circular updates that cause React...
Apply filters manually to filteredRowData instead of using AG Grid filters
- Move all filter logic into filteredRowData useMemo - Apply filters manually before passing data to AG Grid - Remove AG Grid setFilterModel calls since we're f...
Properly clear filters when empty and ensure filter model updates correctly
- Explicitly delete filters from model when values are empty - Trim filter values to handle whitespace - Get current filter model first to preserve other filter...
Position filter row below header and ensure filters apply
- Move filter row to top: 48px (below header) instead of top: 0 - Add paddingTop: 48px to AgGridReact to account for filter row - Set floatingFiltersHeight to 0...
Align filter row with columns and fix status filter
- Position filter row absolutely in floating filters space (48px height) - Add syncFilterRowWidths function to match column widths dynamically - Sync widths on ...
Use ref to store filter value and prevent AG Grid from resetting it
- Store current value in valueRef to persist across re-renders - Use isUserChangeRef to prevent sync effect from overriding user changes - Read initial model fr...
Remove onFloatingFilterChanged callback and improve CSS to hide filter icons
- Do not register onFloatingFilterChanged callback to prevent AG Grid from resetting value - Added comprehensive CSS rules to hide filter menu buttons and icons...
Correct DropdownFloatingFilter params and add statusFilterValue to Status filter
Correct filterParams type access and add statusFilterValue to params
Use customParams for filterParams access and add statusFilterValue to params
Make Status filter controlled and sync with status tabs
- Added statusFilterValue state to control Status filter dropdown - Status filter now syncs with activeStatusTab when tabs are clicked - Filter value is now con...
Prevent header refresh and maintain filter value with ref
- Use currentValueRef to track and persist filter value - Remove refreshHeader() call that was causing header to hide/reappear - Only update value from callback...
Like what you see shipping?
Every one of these updates lands in your workspace automatically. Start free and watch it grow week after week.