From 96ee9817b7d47570a9e859bcbda1373834a83def Mon Sep 17 00:00:00 2001 From: StefanMoCoAt Date: Tue, 27 Jan 2026 23:45:30 +0100 Subject: [PATCH] chore(docs, frontend): document and implement Web-App sync workaround for async driver issue - Added session log documenting Web-App stabilization, including fixes for Webpack build and login issues. - Implemented full-sync workaround in `PingEventRepositoryImpl` due to SQLDelight async driver limitations. - Updated `PingDashboard` to display sync completion messages. - Added `libs.sqldelight.coroutines` dependency and regenerated SQLDelight queries. - Updated roadmap and journal with progress on frontend sync integration. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74cc8699..ef595a0c 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Für detailliertere Anleitungen, wie z.B. das Starten einzelner Services oder da ## 🤝 Contributing -Beiträge sind willkommen. Bitte beachte unseren [**-> Branch- und PR-Workflow**](./docs/02_Onboarding/branchschutz-und-pr-workflow.md). +Beiträge sind willkommen. Bitte beachte unseren [**→ Branch- und PR-Workflow**](./docs/02_Onboarding/branchschutz-und-pr-workflow.md). ## 📜 Lizenz