docs: add locked chat privacy fixes to CLAUDE.md
This commit is contained in:
parent
d69e2bcf68
commit
7ba42338c5
1 changed files with 6 additions and 0 deletions
|
|
@ -366,6 +366,12 @@ All committed on `main`. Compile-verified on Mac (`./gradlew :app:compileDebugKo
|
||||||
- **Sidebar profile was heavy card** — background, border, shadow. Fix: flat row with thin separator.
|
- **Sidebar profile was heavy card** — background, border, shadow. Fix: flat row with thin separator.
|
||||||
- **Custom icons too thick** — Lucide 1.5px at 16-19dp looked chunky next to W300 text. Fix: 7 custom `ImageVector` icons at 1.0px stroke in `KaizenCustomIcons.kt`.
|
- **Custom icons too thick** — Lucide 1.5px at 16-19dp looked chunky next to W300 text. Fix: 7 custom `ImageVector` icons at 1.0px stroke in `KaizenCustomIcons.kt`.
|
||||||
|
|
||||||
|
### Bugs fixed (2026-06-23 — locked chat privacy)
|
||||||
|
|
||||||
|
- **Locked chat title leaked via search** — sidebar search matched against the real `item.title` of locked chats. Fix: locked chats excluded from search results.
|
||||||
|
- **"Titel generieren" available on locked chats** — generating a title is a form of renaming and shouldn't work on locked chats. Fix: blocked in 3-dot menu (same as rename).
|
||||||
|
- **"Duplizieren" available on locked chats** — created an unlocked copy with all messages, completely bypassing the lock. Fix: blocked in 3-dot menu.
|
||||||
|
|
||||||
## What's NOT done yet (app, priority order)
|
## What's NOT done yet (app, priority order)
|
||||||
|
|
||||||
### 1. Remaining visual/UX gaps (daily-drive blockers)
|
### 1. Remaining visual/UX gaps (daily-drive blockers)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue