fix(todo): rename 'Aufgaben' to 'Liste' in PillNav for clarity

Both list and kanban views show tasks, so 'Liste' better describes the view type.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-03-23 09:06:31 +01:00
parent 20b36697d4
commit a4a7f6e825

View file

@ -168,7 +168,7 @@
// Base navigation items for Todo
// Note: Filter uses onClick to toggle FilterStrip visibility instead of navigating
let baseNavItems = $derived<PillNavItem[]>([
{ href: '/', label: 'Aufgaben', icon: 'list' },
{ href: '/', label: 'Liste', icon: 'list' },
{ href: '/kanban', label: 'Kanban', icon: 'columns' },
{
href: '/',