joreilly / joreilly/MortyComposeKMM

Episode does not render in SwiftUI

Open
#27 6 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.