mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-09-27 15:48:54 +00:00
android, desktop: document WrongQRCode.kt
This commit is contained in:
@@ -254,6 +254,7 @@ desktop/src/jvmMain/kotlin/chat/simplex/desktop/ -- Desktop app (1 file)
|
||||
| common/.../common/views/call/IncomingCallAlertView.kt | spec/services/calls.md | product/views/call.md |
|
||||
| common/.../common/views/call/WebRTC.kt | spec/services/calls.md | product/flows/calling.md |
|
||||
| common/.../common/views/newchat/NewChatView.kt | spec/client/navigation.md | product/views/new-chat.md |
|
||||
| common/.../common/views/newchat/WrongQRCode.kt | spec/client/navigation.md | product/views/new-chat.md |
|
||||
| common/.../common/views/newchat/AddGroupView.kt | spec/client/navigation.md | product/views/new-chat.md |
|
||||
| common/.../common/views/usersettings/SettingsView.kt | spec/client/navigation.md | product/views/settings.md |
|
||||
| common/.../common/views/usersettings/Appearance.kt | spec/services/theme.md | product/views/settings.md |
|
||||
|
||||
@@ -90,6 +90,7 @@ Group creation flow:
|
||||
| `NewChatView.kt` | `views/newchat/NewChatView.kt` |
|
||||
| `AddGroupView.kt` | `views/newchat/AddGroupView.kt` |
|
||||
| `QRCode.kt` | `views/newchat/QRCode.kt` |
|
||||
| `WrongQRCode.kt` | `views/newchat/WrongQRCode.kt` |
|
||||
| `NewChatSheet.kt` | `views/newchat/NewChatSheet.kt` |
|
||||
| `ConnectPlan.kt` | `views/newchat/ConnectPlan.kt` |
|
||||
| `QRCodeScanner.kt` | `views/newchat/QRCodeScanner.kt` (expect/actual) |
|
||||
|
||||
@@ -196,6 +196,7 @@ Path prefix: `common/src/commonMain/kotlin/chat/simplex/common/`
|
||||
| `views/newchat/ContactConnectionInfoView.kt` | PC12 | Low | Pending connection details |
|
||||
| `views/newchat/AddContactLearnMore.kt` | PC12 | Low | Educational content |
|
||||
| `views/newchat/QRCode.kt` | PC12 | Low | QR code display |
|
||||
| `views/newchat/WrongQRCode.kt` | PC12 | Low | Wrong QR code type alert |
|
||||
| `views/newchat/QRCodeScanner.kt` | PC12 | Low | QR code camera scanner |
|
||||
| `views/contacts/ContactListNavView.kt` | PC1, PC12 | Medium | Contact list navigation |
|
||||
| `views/contacts/ContactPreviewView.kt` | PC12 | Low | Contact row preview |
|
||||
|
||||
Reference in New Issue
Block a user