Ensure avatar URLs are always set (empty string if file missing), check file existence before generating presigned URLs
Re-fetch avatars list after creation/upload to ensure URLs are loaded
Handle all undefined .url properties in ProfileTab and MembershipPermissionsTab
Use sx prop with gridColumn for Grid components to match MUI Grid2 pattern
Use any type assertion for Avatar Creator style to resolve TypeScript error
Add type assertion for Avatar Creator style to resolve TypeScript error
Replace remaining any type with Record<string, unknown> and fix useEffect dependency
Replace any types with proper TypeScript interfaces and remove unused imports
Preloader now waits for page to fully load before hiding, preventing black screen
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...
Like what you see shipping?
Every one of these updates lands in your workspace automatically. Start free and watch it grow week after week.