mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-19 15:57:42 +02:00
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:
parent
20b36697d4
commit
a4a7f6e825
1 changed files with 1 additions and 1 deletions
|
|
@ -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: '/',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue