Skip to content

Remove dead code and unused imports#4

Merged
runkaiz merged 2 commits into
mainfrom
cleanup/remove-dead-code
Oct 29, 2025
Merged

Remove dead code and unused imports#4
runkaiz merged 2 commits into
mainfrom
cleanup/remove-dead-code

Conversation

@runkaiz

@runkaiz runkaiz commented Oct 29, 2025

Copy link
Copy Markdown
Owner

Cleanup identified from comprehensive dead code analysis:

• Remove unused textModelLoaded property from SharedData.swift
(remnant from removed CLIPKit integration)
• Remove commented-out model loading check in ContentView.swift
• Remove unused Combine import from Persistence.swift

Impact: 6 lines removed, zero functional changes, build verified.

All changes have been pushed to the cleanup/remove-dead-code branch and
are ready for review!

runkaiz and others added 2 commits October 29, 2025 14:00
Major features:
- Audio recording with waveform visualization and playback
- Voice transcription using WhisperKit and Apple Speech
- Image validation and compression for CloudKit limits
- Data migration system for version upgrades
- Demo data generator for testing
- New app icon and branding

Improvements:
- Empty state views for better UX
- Safari in-app browser for links
- Enhanced editor configuration UI
- Expanded localization support (EN/CN)
- Image validation for CloudKit 10MB limit

Infrastructure:
- Test suite foundation (NotableTests)
- Migration manager for Core Data schema changes
- Updated documentation (CLAUDE.md, README)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Cleanup identified by dead code analysis:
- Remove unused textModelLoaded property from SharedData.swift
  (remnant from removed CLIPKit integration)
- Remove commented-out model loading check in ContentView.swift
- Remove unused Combine import from Persistence.swift

Build verified successful after changes.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@runkaiz
runkaiz merged commit b5872ad into main Oct 29, 2025
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