v0.3.0: Pro tier, Gallery, legal compliance#1
Merged
naw-bitbot merged 19 commits intomainfrom Mar 22, 2026
Merged
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Fix gallery data model: union downloads + clips (no archives table) - Fix gallery_meta primary key: composite (item_id, item_type) - Add position columns to collections and gallery_meta - Clarify navigation rename (page ID + label changes) - Define migrate_v4 explicitly - Resolve ToS storage: legal_consent table is source of truth - Define smart folder rules_json schema - Clarify multi-threaded download implementation approach - Add gating decisions for existing features (exports, digest, etc.) - Clarify scheduling status (built in v2, gated to Pro) - Define usePro() hook interface - Clarify grace period (initial activation only) - Define referral codes as LemonSqueezy discount codes Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
14 tasks across 4 phases: backend foundation, frontend foundation, Pro gating & upgrade UX, final integration. Review fixes applied: - Add schema_version insert + version guard to migrate_v4 - Add backfill query for existing downloads/clips in gallery - Add hostname crate to Cargo.toml step - Fix video/audio gating code to match actual parameter types - Wire gallery_meta cleanup into delete commands - Add useEffect import note for App.tsx - Update DEFAULT_SETTINGS in useSettings.ts - Fix CSS variable opacity syntax for Tailwind - Use named exports consistently - Fix parallelism batch table (Task 5 depends on Task 3) - Explicitly defer Pro Gallery advanced features to follow-up plan Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
… components Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…hooks Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…gate Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes
Test plan
🤖 Generated with Claude Code