feat: 1-to-1 message render + web data-lake backend

This commit is contained in:
h
2026-05-31 01:27:40 +02:00
parent f0afb7ec5b
commit 75425d1bee
110 changed files with 10199 additions and 54 deletions
+12
View File
@@ -26,6 +26,7 @@
"rules": {
"correctness": {
"noUndeclaredVariables": "off",
"noUnusedFunctionParameters": "off",
"noUnusedVariables": "off"
},
"style": {
@@ -52,6 +53,17 @@
"includes": ["src/app.html"],
"linter": { "enabled": false },
"formatter": { "enabled": false }
},
{
"includes": ["src/lib/styles/**"],
"linter": {
"rules": {
"suspicious": {
"noDuplicateProperties": "off"
}
}
},
"formatter": { "enabled": false }
}
]
}