remove bugs md from git index & update gitignore

This commit is contained in:
v.lagerev 2026-04-18 01:43:11 +03:00
parent 7cb32e5aa5
commit 1cc8b14343
2 changed files with 2 additions and 24 deletions

3
.gitignore vendored
View file

@ -8,4 +8,5 @@ devAssets
.vscode
.codex
.claude
docs/ai/desired_features.md
docs/ai/desired_features.md
docs/ai/bugs.md

View file

@ -1,23 +0,0 @@
# Known Bugs & Regressions
## Open
### [CAP-001] SSO UIA flow may hang in Capacitor WebView
- **Severity**: Low
- **Component**: [`src/app/components/uia-stages/SSOStage.tsx`](../../src/app/components/uia-stages/SSOStage.tsx), [`src/app/components/ActionUIA.tsx`](../../src/app/components/ActionUIA.tsx)
- **Platform**: Android (Capacitor)
**Description**: `SSOStage` uses `window.open()` + `window.postMessage()` callback pattern for SSO re-authentication during UIA operations (password change, account deactivation, etc.). In Capacitor, the Browser plugin opens a separate process, and the `postMessage` callback may not reach the WebView, causing the UIA flow to hang.
**Impact**: Only affects users whose homeserver requires SSO for UIA (not password). Vojo users authenticate via password, so UIA also uses the password flow. Risk is low for the current user base.
**Workaround**: None needed for password-authenticated users.
**Fix options**: Remove `AuthType.Sso` from `SUPPORTED_IN_APP_UIA_STAGES` in `ActionUIA.tsx`, or rewrite the SSO callback to use a Capacitor App URL listener instead of `postMessage`.
### Баг связанный с кривым отображением боксов в окне с авторизацией для ника и пароля: на хроме они светятся белым почему-то
## Resolved
_(none yet)_