Refactor ProgressModal and API logging

- Removed AI request logging from `autoGenerateIdeas`, `generateSingleIdea`, `autoGenerateContent`, and `autoGenerateImages` functions to streamline API calls.
- Updated `useProgressModal` to enhance step logging by directly processing request and response steps, improving clarity and performance.
- Cleaned up deprecated logging imports in `TablePageTemplate` to reflect the removal of frontend debug logging.
This commit is contained in:
Desktop
2025-11-10 23:55:12 +05:00
parent 14beeed75c
commit 727c999413
3 changed files with 32 additions and 336 deletions

View File

@@ -40,8 +40,6 @@ import BulkStatusUpdateModal from '../components/common/BulkStatusUpdateModal';
import { CompactPagination } from '../components/ui/pagination';
import SectorSelector from '../components/common/SectorSelector';
import { usePageSizeStore } from '../store/pageSizeStore';
// DEPRECATED: Frontend debug logging removed - now using backend console logging
// import { useAIRequestLogsStore } from '../store/aiRequestLogsStore';
import ToggleTableRow, { ToggleButton } from '../components/common/ToggleTableRow';
interface ColumnConfig {