BlueHuskyStudios / BlueHuskyStudios/DeadassSimpleMediaPlayer
Move `RepeatMode` display to their own file
- Dominant language
- Swift
- Stars
- 0
- Forks
- 3
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 9
Description
`displayName`, `systemImageName_menuItem`, and `systemImageName_preview` are defined at the bottom of a UI file rather than beside the type or in a dedicated extension file, which is the pattern everywhere else in the project.
Contributor guide
Research direction
Locate the UI file containing displayName, systemImageName_menuItem, and systemImageName_preview, then inspect nearby types and dedicated extension files to follow the project’s existing organization pattern. Move the RepeatMode display members into their own file or beside the type as appropriate, and verify that the project still builds and the display values remain available.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- desktop
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 72/100