feat: Add Profile Logs Screen and integrate logging functionality

- Introduced ProfileLogsScreen for displaying logs related to profile operations.
- Enhanced MainScreen to include navigation to the new logs screen.
- Updated ProfileViewModel to manage logs and handle profile save operations.
- Implemented back navigation and log clearing functionality in ProfileLogsScreen.
- Improved SafetyScreen and ThemeScreen with back gesture handling.
- Refactored BackupScreen and OtherProfileScreen for consistency and better UX.
- Adjusted UI elements for better visibility and interaction feedback.
This commit is contained in:
2026-01-20 23:42:02 +05:00
parent 9edcb712fc
commit db61ebb79f
10 changed files with 714 additions and 168 deletions

View File

@@ -388,9 +388,6 @@ fun ChatsListScreen(
.background(
color = headerColor
)
.statusBarsPadding() // 🎨
// Контент начинается
// после status bar
.padding(
top = 16.dp,
start = 20.dp,