feat: Implement real data fetching for points chart and enhance UI with config editor and history viewer styles

This commit is contained in:
2026-01-02 18:12:19 +01:00
parent 57e98e6f03
commit 7a483fd139
8 changed files with 256 additions and 54 deletions

View File

@@ -1,24 +0,0 @@
# Error Reporting
Automatically sends anonymized error reports to help improve the project.
## Configuration
In `src/config.jsonc`:
```jsonc
{
"errorReporting": {
"enabled": true // Set to false to disable
}
}
```
## Privacy
- No sensitive data sent (emails, passwords, tokens, paths are redacted)
- Only genuine bugs reported (config errors filtered)
- Optional - can be disabled anytime
---
**[Back to Documentation](index.md)**