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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user