feat: Implement content planning and post management with a new service and calendar view.

This commit is contained in:
xds
2026-02-17 15:54:36 +03:00
parent 6bda0db181
commit ff07ca6ae0
11 changed files with 1906 additions and 2356 deletions

View File

@@ -57,6 +57,11 @@ const router = createRouter({
name: 'flexible',
component: () => import('../views/FlexibleGenerationView.vue')
},
{
path: '/content-plan',
name: 'content-plan',
component: () => import('../views/ContentPlanView.vue')
},
{
path: '/albums',
name: 'albums',