Skip to content

fix: remove duplicate declarations from DashboardView.swift#11

Merged
cortexark merged 1 commit intomainfrom
fix/dashboard-duplicate-declarations
Mar 15, 2026
Merged

fix: remove duplicate declarations from DashboardView.swift#11
cortexark merged 1 commit intomainfrom
fix/dashboard-duplicate-declarations

Conversation

@cortexark
Copy link
Copy Markdown
Owner

Summary

  • Removes 600 lines of duplicate property/function declarations from DashboardView.swift
  • These were duplicated during the rebase merge — canonical versions live in extension files (DashboardView+BuddyCards, +CoachStreak, +Zones)

Test plan

  • iOS build succeeds (xcodebuild build on iPhone 17 Pro Simulator)
  • watchOS build succeeds (xcodebuild build on Apple Watch Series 11)

These properties/functions already exist in extension files
(DashboardView+BuddyCards, +CoachStreak, +Zones) and were
duplicated during the rebase merge.
@cortexark cortexark merged commit e5a76cb into main Mar 15, 2026
1 check failed
@cortexark cortexark deleted the fix/dashboard-duplicate-declarations branch March 15, 2026 08:48
cortexark added a commit that referenced this pull request Mar 19, 2026
These properties/functions already exist in extension files
(DashboardView+BuddyCards, +CoachStreak, +Zones) and were
duplicated during the rebase merge.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant