mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 02:04:07 +00:00
Improve queue details loading
This commit is contained in:
@@ -24,14 +24,14 @@ struct VideoBanner: View {
|
||||
#endif
|
||||
}
|
||||
VStack(alignment: .leading, spacing: 4) {
|
||||
Text(video?.title ?? "Unknown title")
|
||||
Text(video?.title ?? "Loading...")
|
||||
.truncationMode(.middle)
|
||||
.lineLimit(2)
|
||||
.font(.headline)
|
||||
.frame(alignment: .leading)
|
||||
|
||||
HStack {
|
||||
Text(video?.author ?? "Unknown author")
|
||||
Text(video?.author ?? "")
|
||||
.lineLimit(1)
|
||||
|
||||
Spacer()
|
||||
|
Reference in New Issue
Block a user