v0.1.2 - Update-Modal mit Live-Progress + Error-Display

- AppUpdateBanner: dialog statt window.confirm, full Modal-Overlay
- 3 Steps visualisiert: Pre-Backup -> Download -> Installation
  mit animierten Icons (radio_button -> progress_activity (spin) -> check_circle)
- Live-Download-Progress: 'X.X MB / Y.Y MB (NN%)'
- Errors fett im Modal sichtbar mit pre-formatierter Stack
- Console.log fuer jeden Schritt fuer DevTools-Debugging
This commit is contained in:
2026-05-24 18:14:50 +02:00
parent 0920d68ac1
commit 94a1617519
6 changed files with 187 additions and 48 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "rapport-server-app",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"type": "module",
"description": "Doppelklick-Self-Hosting f\u00fcr Rapport \u2014 Tauri-App, die Postgres, GoTrue, PostgREST, Realtime und Storage als Subprozesse b\u00fcndelt.",