Skip to content

[feat] Finalize PlayerEX UI and stage release

Codacy Production / Codacy Static Code Analysis required action Dec 13, 2024 in 0s

7 new issues (0 max.) of at least minor severity.

Annotations

Check notice on line 3 in CHANGELOG.md

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

CHANGELOG.md#L3

Expected: 1; Actual: 0; Below

Check notice on line 4 in CHANGELOG.md

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

CHANGELOG.md#L4

Lists should be surrounded by blank lines

Check warning on line 100 in src/client/kotlin/com/bibireden/playerex/ui/PlayerEXScreen.kt

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/client/kotlin/com/bibireden/playerex/ui/PlayerEXScreen.kt#L100

The function switchPage has a comment. Prefer renaming the function giving it a more self-explanatory name.

Check warning on line 7 in src/client/kotlin/com/bibireden/playerex/ui/PlayerEXTextures.kt

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/client/kotlin/com/bibireden/playerex/ui/PlayerEXTextures.kt#L7

PlayerEXTextures is missing required documentation.

Check warning on line 13 in src/client/kotlin/com/bibireden/playerex/ui/components/ProgressBarComponent.kt

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/client/kotlin/com/bibireden/playerex/ui/components/ProgressBarComponent.kt#L13

ProgressBarComponent is missing required documentation.

Check warning on line 37 in src/client/kotlin/com/bibireden/playerex/ui/components/ProgressBarComponent.kt

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/client/kotlin/com/bibireden/playerex/ui/components/ProgressBarComponent.kt#L37

The function color is missing documentation.

Check warning on line 48 in src/client/kotlin/com/bibireden/playerex/ui/components/ProgressBarComponent.kt

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/client/kotlin/com/bibireden/playerex/ui/components/ProgressBarComponent.kt#L48

The function backgroundColor is missing documentation.