fix(#240): remove CTA buttons and dead i18n keys from Mission Control Strip
Some checks failed
CI / Unit & Component Tests (pull_request) Failing after 2m29s
CI / Backend Unit Tests (pull_request) Failing after 2m41s
CI / Backend Unit Tests (push) Has been cancelled
CI / Unit & Component Tests (push) Has started running

The enrich page already handles task routing; the buttons in the
segmentation and transcription columns were redundant. Removes the
unused mission_control_segmentation_cta, mission_control_transcription_cta,
and mission_control_ready_all_cta keys from all three locale files.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marcel
2026-04-16 10:34:47 +02:00
parent 86a216918f
commit 9fb1821db5
5 changed files with 0 additions and 21 deletions

View File

@@ -66,11 +66,5 @@ function formatDate(dateStr: string): string {
</li>
{/each}
</ul>
<a
href="/enrich?filter=NEEDS_SEGMENTATION&next=1"
class="mt-auto block w-full rounded-sm bg-primary py-2 text-center text-xs font-semibold text-primary-fg transition-colors hover:bg-primary/90 focus-visible:ring-2 focus-visible:ring-focus-ring focus-visible:ring-offset-1 focus-visible:outline-none"
>
{m.mission_control_segmentation_cta()}
</a>
</div>
{/if}

View File

@@ -89,11 +89,5 @@ function blockProgress(doc: TranscriptionQueueItemDTO): number {
</li>
{/each}
</ul>
<a
href="/enrich?filter=NEEDS_TRANSCRIPTION&next=1"
class="mt-auto block w-full rounded-sm bg-primary py-2 text-center text-xs font-semibold text-primary-fg transition-colors hover:bg-primary/90 focus-visible:ring-2 focus-visible:ring-focus-ring focus-visible:ring-offset-1 focus-visible:outline-none"
>
{m.mission_control_transcription_cta()}
</a>
</div>
{/if}