fix(chat): improve history + polish SwiftUI panel
This commit is contained in:
@@ -23,16 +23,6 @@ public struct ClawdisChatView: View {
|
||||
.padding(.vertical, 16)
|
||||
.frame(maxWidth: 1040)
|
||||
}
|
||||
.background(
|
||||
LinearGradient(
|
||||
colors: [
|
||||
Color(red: 0.96, green: 0.97, blue: 1.0),
|
||||
Color(red: 0.93, green: 0.94, blue: 0.98),
|
||||
],
|
||||
startPoint: .top,
|
||||
endPoint: .bottom)
|
||||
.opacity(0.35)
|
||||
.ignoresSafeArea())
|
||||
.frame(maxWidth: .infinity, maxHeight: .infinity, alignment: .top)
|
||||
.onAppear { self.viewModel.load() }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user