feat(timesheet): improve empty state copy and layout

This commit is contained in:
2026-04-29 12:17:08 +03:30
parent a2bc1aa91f
commit 4ac0fd22e5
3 changed files with 497 additions and 478 deletions

View File

@@ -408,10 +408,12 @@ export const en = {
runningBadge: "Running",
noRunningEntry: "No running entry",
searchPlaceholder: "Search time entries...",
orderingNewest: "Newest first",
orderingOldest: "Oldest first",
emptyState: "No time entries found",
emptyDescription: "No description",
orderingNewest: "Newest first",
orderingOldest: "Oldest first",
emptyState: "No time entries found",
emptyStateDescription: "Start the timer or add a manual entry to get started.",
noEntriesSearch: "Try adjusting your search query or filters.",
emptyDescription: "No description",
createTitle: "Add Time Entry",
startTitle: "Start Timer",
editTitle: "Edit Time Entry",