Skip to content

Commit 7a2268b

Browse files
authored
Merge pull request #131 from madhavcodez/audit/deep-sweep-20260319
Audit/deep sweep 20260319
2 parents 6aac4f6 + 0969955 commit 7a2268b

15 files changed

Lines changed: 2933 additions & 63 deletions

README.md

Lines changed: 383 additions & 16 deletions
Large diffs are not rendered by default.

app/README.md

Lines changed: 219 additions & 0 deletions
Large diffs are not rendered by default.

backend/README.md

Lines changed: 277 additions & 43 deletions
Large diffs are not rendered by default.

docs/AUDIT_LOG.md

Lines changed: 399 additions & 0 deletions
Large diffs are not rendered by default.

docs/SoundScore_V1_Architecture_Report.md

Lines changed: 907 additions & 0 deletions
Large diffs are not rendered by default.
926 KB
Binary file not shown.

docs/SoundScore_V1_Mobile_Architecture_Report.md

Lines changed: 369 additions & 0 deletions
Large diffs are not rendered by default.
555 KB
Binary file not shown.

ios/README.md

Lines changed: 286 additions & 0 deletions
Large diffs are not rendered by default.

ios/SoundScore/SoundScore/Components/CadenceActionCards.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ struct CadenceBatchRatingCard: View {
288288
private func applyAllWithAnimation() {
289289
for (index, _) in ratings.enumerated() {
290290
DispatchQueue.main.asyncAfter(deadline: .now() + Double(index) * 0.3) {
291-
withAnimation(.spring(response: 0.3, dampingFraction: 0.6)) {
291+
_ = withAnimation(.spring(response: 0.3, dampingFraction: 0.6)) {
292292
appliedIndices.insert(index)
293293
}
294294
UIImpactFeedbackGenerator(style: .light).impactOccurred()

0 commit comments

Comments
 (0)