feat: vue router and quality of life icons
TS Lint / Oxlint (push) Successful in 48s
TS Lint / TypeScript (push) Successful in 56s
TS Lint / ESLint (push) Successful in 59s

This commit is contained in:
2026-07-14 12:32:41 +02:00
parent 531b976b87
commit 210f7c5cf4
13 changed files with 270 additions and 112 deletions
+4 -2
View File
@@ -42,7 +42,7 @@
"resets": "Resets",
"completed": "Completed",
"new_task_hint": "New task",
"empty_hint": "Looks like there's nothing here, start by adding a new task.",
"empty_hint": "Looks like there's nothing here.<br/>Start by adding a new task.",
"all_completed_hint": "Looks like everything's been done!",
"options": {
"title": "Options",
@@ -69,5 +69,7 @@
"task_cloned": "Task cloned",
"task_deleted": "Task deleted",
"task_delete_error": "Could not delete task"
}
},
"not_found": "Looks like there's nothing here...",
"not_found_button": "Go back to familiar territory"
}
+4 -2
View File
@@ -42,7 +42,7 @@
"resets": "Reviens",
"completed": "Complété",
"new_task_hint": "Nouvelle tâche",
"empty_hint": "On dirait qu'il n'y a rien ici, commence par ajouter une tâche.",
"empty_hint": "On dirait qu'il n'y a rien ici.<br/>Commence par ajouter une tâche.",
"all_completed_hint": "On dirait bien que tout a été fait !",
"options": {
"title": "Options",
@@ -69,5 +69,7 @@
"task_cloned": "Tâche clonée",
"task_deleted": "Tâche supprimée",
"task_delete_error": "Impossible de supprimer la tâche"
}
},
"not_found": "On dirait qu'il n'y a rien ici...",
"not_found_button": "Retour en terrain connu"
}