refactor: externalize app configuration to JSON and unify UI color scheme constants

This commit is contained in:
joel
2026-07-19 23:55:08 +02:00
parent d130dd267b
commit 293aa5a907
4 changed files with 97 additions and 55 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"app_name": "fcco Converter",
"app_version": "2.0.0",
"repo_owner": "public",
"repo_name": "fcco-Converter",
"gitea_api_base": "https://git.joelunger.de/api/v1"
}