kaizen-app/app/src/main
Bruno Deanoz 1362daee53 fix: snappy sidebar — optimistic insert, instant title, smart merge
Three fixes for sluggish conversation list:

1. Optimistic sidebar insert: new conversation appears in the sidebar
   immediately after creation (with first-line preview as title),
   before the stream finishes.

2. generateTitle now returns the title from the server response and
   updates Room directly via updateTitle() — no blind refresh that
   races with server-side generation.

3. replaceAll uses upsert + deleteExcept instead of deleteAll + insert,
   eliminating the empty-list flash that caused sidebar flicker.
2026-06-22 13:57:52 +02:00
..
java/dev/kaizen/app fix: snappy sidebar — optimistic insert, instant title, smart merge 2026-06-22 13:57:52 +02:00
res redesign app icon — glass-lens orb with depth 2026-06-22 13:49:43 +02:00
AndroidManifest.xml fix keyboard handling — offset dock instead of padding 2026-06-22 01:21:32 +02:00