Add stats page
All checks were successful
/ release (push) Successful in 29s

This commit is contained in:
Samuel Lorch 2024-07-13 01:45:43 +02:00
parent 8ba0e8f2ab
commit 0f5d842a64
6 changed files with 77 additions and 2 deletions

View file

@ -17,6 +17,7 @@ const MESSAGE_TEMPLATE_NAME = "message.tmpl"
const TASKS_TEMPLATE_NAME = "tasks.tmpl"
const TASK_TEMPLATE_NAME = "task.tmpl"
const FFMPEG_COMMANDS_TEMPLATE_NAME = "ffmpeg_commands.tmpl"
const STATS_TEMPLATE_NAME = "stats.tmpl"
const FORM_FILE_KEY = "file"