feat: Implement source management with file upload, display, and deletion functionality on a new Sources page, backed by new backend models and handlers.

This commit is contained in:
2025-12-20 15:55:16 +05:30
parent 89815e7e21
commit d9f6694b2f
19 changed files with 612 additions and 15 deletions

1
.gitignore vendored
View File

@@ -5,6 +5,7 @@ config.yaml
backend/data/zhealth.db
backend/data/zhealth.db-wal
backend/data/zhealth.db-shm
backend/data/uploads/
# FRONTEND