Ursache des "voll gesynct"-Problems: der notify-Watcher feuerte auf die cfapi-Platzhalter, die wir selbst beim Aktivieren angelegt haben. Der sync_loop hat die dann als lokale Aenderung hochgeladen, was implizit die Hydration ausgeloest hat. Ergebnis: keine On-Demand-Platzhalter, sondern voller Sync. - is_cfapi_placeholder() prueft FILE_ATTRIBUTE_OFFLINE / RECALL_ON_DATA_ACCESS / RECALL_ON_OPEN - solche Dateien werden beim Upload uebersprungen - Log-Datei liegt jetzt NEBEN dem Mount (nicht drin), damit sie nicht selbst als Cloud-Datei behandelt wird - FETCH_DATA loggt jetzt auch Success, damit man sieht dass der Callback ueberhaupt feuert Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| src-tauri | ||
| .gitignore | ||
| CLOUD_FILES.md | ||
| Dockerfile.build | ||
| README.md | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| vite.config.js | ||
README.md
Tauri + Vue 3
This template should help get you started developing with Tauri + Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.