tags in showcase (vibe-kanban) (#1268)

* Done! I've added the 5th slide for the tags feature:

1. Added the slide configuration in [showcases.ts](file:///private/var/folders/xw/pvvt9zw954zbk1304cvjlnz00000gn/T/vibe-kanban/worktrees/20bc-tags-in-showcase/frontend/src/config/showcases.ts) with the video URL
2. Added English translations for the tags feature in [tasks.json](file:///private/var/folders/xw/pvvt9zw954zbk1304cvjlnz00000gn/T/vibe-kanban/worktrees/20bc-tags-in-showcase/frontend/src/i18n/locales/en/tasks.json)

The showcase now has 5 slides with the tags feature explaining how users can save custom prompts and embed them in tasks or follow-ups.

* Done! Updated the video URL and added translations to all locales:

- Updated video URL in [showcases.ts](file:///private/var/folders/xw/pvvt9zw954zbk1304cvjlnz00000gn/T/vibe-kanban/worktrees/20bc-tags-in-showcase/frontend/src/config/showcases.ts)
- Added English translations
- Added Spanish translations
- Added Japanese translations
- Added Korean translations

---------

Co-authored-by: Vibe Kanban <noreply@vibekanban.com>
This commit is contained in:
Britannio Jarrett
2025-11-19 10:11:13 +00:00
committed by GitHub
parent 050d832dad
commit 4e6dc1790b
5 changed files with 24 additions and 0 deletions

View File

@@ -36,6 +36,14 @@ export const showcases = {
src: 'https://vkcdn.britannio.dev/showcase/flat-task-panel/vk-onb-git-pr-3.mp4',
},
},
{
titleKey: 'showcases.taskPanel.tags.title',
descriptionKey: 'showcases.taskPanel.tags.description',
media: {
type: 'video',
src: 'https://vkcdn.britannio.dev/showcase/flat-task-panel/vk-tags.mp4',
},
},
],
} satisfies ShowcaseConfig,
} as const;

View File

@@ -366,6 +366,10 @@
"pullRequest": {
"title": "Create PR from Task",
"description": "Merge your changes or create pull requests directly from task attempts. The PR dialog pre-fills title and description from your task details for streamlined workflows."
},
"tags": {
"title": "Custom Prompt Tags",
"description": "Save custom prompts as tags and embed them within new tasks or follow-up messages. Reuse common instructions to maintain consistency across your workflow."
}
},
"buttons": {

View File

@@ -366,6 +366,10 @@
"pullRequest": {
"title": "Crear PR desde Tarea",
"description": "Fusiona tus cambios o crea pull requests directamente desde los intentos de tarea. El diálogo de PR rellena previamente el título y la descripción desde los detalles de tu tarea para flujos de trabajo optimizados."
},
"tags": {
"title": "Etiquetas de Prompts Personalizados",
"description": "Guarda prompts personalizados como etiquetas e insértalos en nuevas tareas o mensajes de seguimiento. Reutiliza instrucciones comunes para mantener la consistencia en tu flujo de trabajo."
}
},
"buttons": {

View File

@@ -366,6 +366,10 @@
"pullRequest": {
"title": "タスクからPRを作成",
"description": "タスク試行から直接変更をマージしたり、プルリクエストを作成できます。PRダイアログはタスク詳細からタイトルと説明を事前入力し、ワークフローを効率化します。"
},
"tags": {
"title": "カスタムプロンプトタグ",
"description": "カスタムプロンプトをタグとして保存し、新しいタスクやフォローアップメッセージに埋め込むことができます。共通の指示を再利用してワークフローの一貫性を維持します。"
}
},
"buttons": {

View File

@@ -366,6 +366,10 @@
"pullRequest": {
"title": "작업에서 PR 생성",
"description": "작업 시도에서 직접 변경사항을 병합하거나 풀 리퀘스트를 생성하세요. PR 대화상자는 작업 세부정보에서 제목과 설명을 미리 채워 워크플로를 간소화합니다."
},
"tags": {
"title": "맞춤 프롬프트 태그",
"description": "맞춤 프롬프트를 태그로 저장하고 새 작업이나 후속 메시지에 삽입하세요. 공통 지침을 재사용하여 워크플로의 일관성을 유지합니다."
}
},
"buttons": {