mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-07-27 05:05:20 +00:00
Remove grey overlay and reduce logging noise
- Removed grey background overlay during sidebar slide-over for cleaner UI - Removed excessive logging while keeping critical error/security logs - Kept only: error conditions, connection events, panic mode, security events - Significantly reduced console noise for better production readiness
This commit is contained in:
@@ -74,7 +74,8 @@ struct ContentView: View {
|
||||
// Sidebar overlay
|
||||
HStack(spacing: 0) {
|
||||
// Tap to dismiss area
|
||||
Color.black.opacity(showSidebar ? 0.3 : 0.3 * (-sidebarDragOffset / (geometry.size.width * 0.7)))
|
||||
Color.clear
|
||||
.contentShape(Rectangle())
|
||||
.onTapGesture {
|
||||
withAnimation(.spring(response: 0.3, dampingFraction: 0.8)) {
|
||||
showSidebar = false
|
||||
|
||||
Reference in New Issue
Block a user