feat(dm): add first / last message date, dm duration and overall messages

This commit is contained in:
Samuel 2024-12-14 16:27:02 +01:00
parent bce22b1c7f
commit e45812534b
12 changed files with 495 additions and 65 deletions

13
.vscode/settings.json vendored
View file

@ -2,14 +2,9 @@
"editor.codeActionsOnSave": {
"quickfix.biome": "explicit"
},
"[typescript]": {
"editor.defaultFormatter": "biomejs.biome"
},
"[typescriptreact]": {
"editor.defaultFormatter": "biomejs.biome"
},
"[json]": {
"editor.defaultFormatter": "biomejs.biome"
"[typescript][typescriptreact][json]": {
"editor.defaultFormatter": "biomejs.biome",
"editor.formatOnSave": true
},
"typescript.inlayHints.parameterNames.enabled": "all"
}
}