-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Playback 2024: Longest Episode #2347
Conversation
.padding(.top, isSmallScreen ? 0 : 20) | ||
VStack(alignment: .leading, spacing: isSmallScreen ? 4 : 16) { | ||
let timeString = episode.playedUpTo.storyTimeDescriptionForSharing | ||
Text("The longest episode you listened to was \(timeString)") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the EOY English only? No need to localize these?
@State var fifthCover: Double = 0.08 | ||
@State var sixthCover: Double = 0 | ||
|
||
var backgroundColor = Color(hex: "#E0EFAD") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this color ever change? Can it be a let variable?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Part of #2346
LongestEpisode.mov
LongestEpisodeSmall.mov
To test
endOfYear2024
feature flagChecklist
CHANGELOG.md
if necessary.