Skip to content

Commit 48b75b2

Browse files
authored
Merge pull request #83 from playola-radio/main
Incorporate changes from New Streaming Player
2 parents 77499f7 + b2f872f commit 48b75b2

13 files changed

Lines changed: 1916 additions & 124 deletions

CLAUDE.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,8 @@
2828
## Type Usage
2929
- Model types should conform to Codable, Sendable, Equatable & Hashable
3030
- Use strong typing and avoid optionals where possible
31-
- Use proper access control (public, internal, private)
31+
- Use proper access control (public, internal, private)
32+
33+
## PR Review Comments
34+
- After addressing a PR review comment, add a 👍 reaction to it via `gh api /repos/{owner}/{repo}/pulls/comments/{id}/reactions -f content='+1'`
35+
- For PR-level comments, use `gh api /repos/{owner}/{repo}/issues/comments/{id}/reactions -f content='+1'`

0 commit comments

Comments
 (0)