Resolve TypeScript MenuItem value error and clean up TicketManagementTab
- Fix MenuItem value prop type error in ListBlockRenderer.tsx by converting boolean values to strings - Update Select value and onChange handler to properly han...
Resolve TypeScript textAlign error and clean up more unused parameters
- Fix textAlign type assertion in BlockPreviewRenderer.tsx with explicit type casting - Remove unused function parameters from AnalyticsTab.tsx and SettingsTab....
Resolve TypeScript textAlign error and clean up more unused imports
- Fix textAlign type checking in BlockPreviewRenderer.tsx with proper type narrowing - Remove unused imports from HelpDeskStatusWindow.tsx (CardContent, Person,...
Resolve TypeScript textAlign error and clean up unused imports
- Fix textAlign type casting in BlockPreviewRenderer.tsx - Remove unused imports from AnalyticsTab.tsx (Avatar, Divider, Error, Warning, Assessment) - Remove un...
Add proper type checking for block.content.columnAlignments in BlockPreviewRenderer
- Replace direct property access with 'in' operator type guards for columnAlignments - Ensures TypeScript knows the content has columnAlignments property before...
Add proper type checking for block.content.header in BlockPreviewRenderer
- Replace direct property access with 'in' operator type guards - Ensures TypeScript knows the content has header and rows properties - Resolves TypeScript comp...
Remove invalid onColorPickerOpen prop from TableBlockRenderer
- Remove onColorPickerOpen prop that doesn't exist in TableBlockRendererProps interface - TableBlockRenderer only accepts block and onUpdateContent props - Reso...
Remove invalid alt attribute from Material-UI Image icon
- Remove alt attribute from Image component in PostForm.tsx - Material-UI icons don't support alt attributes - Resolves TypeScript compilation error preventing ...
Force new build with latest TypeScript fixes
This commit ensures the CI/CD pipeline picks up all the TypeScript/ESLint fixes we made to resolve the build failures.
Resolve remaining TypeScript/ESLint errors
- Replace all remaining explicit any types with proper TypeScript types - Fix help desk components with Record<string, unknown> types - Fix session KToken compo...
Resolve TypeScript/ESLint errors preventing build
- Replace explicit any types with proper TypeScript types - Fix unescaped entities in JSX content - Replace anchor tags with Next.js Link components - Resolves ...
Resolve Next.js routing conflict in /validate endpoint
- Move API route handler from app/validate/route.ts to app/api/validate/route.ts - Update page component to call /api/validate instead of /validate - Fixes Dock...
Like what you see shipping?
Every one of these updates lands in your workspace automatically. Start free and watch it grow week after week.