Commit Graph

11 Commits

Author SHA1 Message Date
003c262378 Сделать плавную анимацию кнопки send 2026-03-02 19:56:09 +05:00
8238fd1940 Fix chat send button behavior 2026-03-02 03:22:19 +05:00
d1fcc04125 feat: Update text color to improve readability across multiple authentication views 2026-02-28 13:21:24 +05:00
7272f24595 Merge remote-tracking branch 'refs/remotes/origin/main' 2026-02-27 23:38:44 +05:00
af1adc066e feat: Refactor UI components and improve animations for onboarding and authentication flows 2026-02-27 23:38:29 +05:00
bcd25c8ef8 Удалить .claude/settings.json 2026-02-26 04:52:57 +00:00
5f163af1d8 feat: Introduce system accounts and verification badges
- Added SystemAccounts enum to manage system account keys and titles.
- Refactored Dialog model to replace isVerified with verified level.
- Implemented effective verification logic for UI display in Dialog.
- Updated DialogRepository to handle user verification levels.
- Enhanced ProtocolManager and SessionManager to log user info with verification.
- Modified AuthCoordinator to support back navigation to unlock screen.
- Improved UnlockView and WelcomeView with new account creation flow.
- Added VerifiedBadge component to visually represent account verification levels.
- Updated ChatListView and SearchView to display verification badges for users.
- Cleaned up debug print statements across various components.
2026-02-26 01:57:15 +05:00
99a35302fa feat: Implement chat list and search functionality
- Added ChatListViewModel to manage chat list state and server search.
- Created ChatRowView for displaying individual chat rows.
- Developed SearchView and SearchViewModel for user search functionality.
- Introduced MainTabView for tab-based navigation between chats and settings.
- Implemented OnboardingPager for onboarding experience.
- Created SettingsView and SettingsViewModel for user settings management.
- Added SplashView for initial app launch experience.
2026-02-25 21:27:41 +05:00
7fb57fffba first commit 2026-02-23 11:51:18 +05:00
7ae8da53f0 Add onboarding, auth flow, design system and project structure
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 11:35:29 +05:00
2a3e57c2fd Initial Commit 2026-02-22 19:55:01 +05:00