joreilly / joreilly/MortyComposeKMM
Episode does not render in SwiftUI
Nobody has claimed this yet.
- Dominant language
- Kotlin
- Stars
- 406
- Forks
- 27
- Avg merge
- 6d 11h
- Merged PRs (30d)
- 7
Description
Hi John. I created a pull request for this but do not have permissions. If you grant me permissions I will try again.
in SwiftUI the episode number does not render. This is because episode.episode is in quotes. The fix is straightforward. In EpisodesListRowView.swift on line 13:
change Text("episode.episode") to Text(episode.episode)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open EpisodesListRowView.swift and inspect the referenced line where the episode number is displayed. Confirm the current behavior in the SwiftUI episode list, then verify that the rendered row shows the episode number rather than the literal expression. The issue is old and mentions an earlier pull request attempt, so check its current status before starting.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- mobile-dev
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 52/100