feat(word-templates): add company pools, template cloning, typed categories, and placeholder display

- TemplateCategory union type (8 values) replacing plain string
- Company-specific filtering in template list
- Template cloning with clone badge indicator
- Placeholder display ({{VARIABLE}} markers) in card and form
- Delete confirmation dialog
- updatedAt timestamp support

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Marius Tarau
2026-02-18 06:35:47 +02:00
parent 455d95a8c6
commit 2c9f0bc6b7
4 changed files with 139 additions and 35 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
export { wordTemplatesConfig } from './config';
export { WordTemplatesModule } from './components/word-templates-module';
export type { WordTemplate } from './types';
export type { WordTemplate, TemplateCategory } from './types';