refactor (tasklist): Various UI adjustments.

This commit is contained in:
2023-07-06 00:19:55 +03:00
parent 65c17f11b2
commit ce68813788
10 changed files with 989 additions and 500 deletions

View File

@@ -21,9 +21,9 @@ cmd_map = {
"cmd_shop": "shop open",
"cmd_room": "room rent",
"cmd_reminders": "remindme in",
"cmd_tasklist": "tasklist open",
"cmd_tasklist": "tasklist",
"cmd_timers": "timers list",
"cmd_schedule": "schedule book",
"cmd_schedule": "schedule",
"cmd_dashboard": "dashboard"
}