Enhance Content Management: Add sector name to ContentSerializer, improve Content view with pagination and search filters, and refactor Content page for better data handling and display.

This commit is contained in:
IGNY8 VPS (Salman)
2025-11-11 15:55:32 +00:00
parent 0924a8436c
commit 618ed0543d
9 changed files with 498 additions and 228 deletions

View File

@@ -100,8 +100,8 @@ export const createTasksPageConfig = (
sortable: true,
sortField: 'title',
toggleable: true,
toggleContentKey: 'content_html',
toggleContentLabel: 'Generated Content',
toggleContentKey: 'description',
toggleContentLabel: 'Idea & Content Outline',
},
// Sector column - only show when viewing all sectors
...(showSectorColumn ? [{