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:
@@ -388,9 +388,6 @@ fun ChatsListScreen(
|
||||
.background(
|
||||
color = headerColor
|
||||
)
|
||||
.statusBarsPadding() // 🎨
|
||||
// Контент начинается
|
||||
// после status bar
|
||||
.padding(
|
||||
top = 16.dp,
|
||||
start = 20.dp,
|
||||
|
||||
Reference in New Issue
Block a user