Skip to content

fix(v0.6.1): restore source files deleted by bad v0.6.0 merge#8

Merged
jacuzzicoding merged 1 commit into
developmentfrom
fix/v0.6.1-home-screen
Apr 15, 2026
Merged

fix(v0.6.1): restore source files deleted by bad v0.6.0 merge#8
jacuzzicoding merged 1 commit into
developmentfrom
fix/v0.6.1-home-screen

Conversation

@jacuzzicoding
Copy link
Copy Markdown
Owner

Summary

  • The v0.6.0 release merge (7263cca) accidentally deleted all source files from main, breaking the deployed app
  • This branch is based off affbddb (the correct post-home-screen state on development) with the version bumped to 0.6.1
  • HomeTab renders correctly — verified locally with dev server

What happened

The v0.6.0 merge commit merged development into main but chose the development side's deletions, wiping every file in src/, public/, index.html, etc. from main.

Fix

  • Branch off the good affbddb commit (development with HomeTab intact)
  • Bump version to 0.6.1
  • PR this → development → main restores the app

Test plan

  • npm run build passes (clean, no TS errors)
  • Home tab shows "Available in [month]" list, category progress grid, recent donations
  • Home tab is the default active tab on load

🤖 Generated with Claude Code

Fix release after bad v0.6.0 merge deleted all source files from main.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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