Redesign plans sheet to emphasize freemium limitations#4234
Merged
Conversation
- Change title from "Upgrade to Unlimited" to "Keep Omi Unlimited" for basic users - Replace feature benefits with red-styled limitation warnings (7x battery, 30% less quality, etc.) - Update subtitle copy to introduce freemium limitations - Remove Free Plan button, add "Downgrade to Freemium" with confirmation dialog - Change "Continue" button to "Keep Unlimited" - Clean up unused code (_buildFreemiumPlanOption, _buildOnDeviceDownsides) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Code Review
This pull request effectively redesigns the plans sheet to better highlight the limitations of the freemium plan, which should help encourage users to upgrade. The code is generally clean and the UI changes align with the stated goals. I've identified one critical issue where a missing mounted check could lead to an application crash, and one high-severity issue regarding the use of a deprecated method that goes against the repository's guidelines. Please address these points to ensure the code is robust and maintainable.
- Move plan options and "Keep Unlimited" button to top for prominence - Update subtitle to "Choose your plan to unlock unlimited Omi" - Move red limitations section below button, before downgrade option - Add header "Omi is free, but freemium has limits..." above limitations Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Glucksberg
pushed a commit
to Glucksberg/omi-local
that referenced
this pull request
Apr 28, 2026
…#4234) * Redesign plans sheet to emphasize freemium limitations - Change title from "Upgrade to Unlimited" to "Keep Omi Unlimited" for basic users - Replace feature benefits with red-styled limitation warnings (7x battery, 30% less quality, etc.) - Update subtitle copy to introduce freemium limitations - Remove Free Plan button, add "Downgrade to Freemium" with confirmation dialog - Change "Continue" button to "Keep Unlimited" - Clean up unused code (_buildFreemiumPlanOption, _buildOnDeviceDownsides) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * Reorder plans sheet layout: plans first, limitations before downgrade - Move plan options and "Keep Unlimited" button to top for prominence - Update subtitle to "Choose your plan to unlock unlimited Omi" - Move red limitations section below button, before downgrade option - Add header "Omi is free, but freemium has limits..." above limitations Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * Make plans sheet from the freemium more readable --------- Co-authored-by: Claude Opus 4.5 <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.
Redesigns the Plans Sheet UI for basic (freemium) users to better communicate the limitations of the free tier and encourage upgrades to the Unlimited plan.
This pr was drafted by AI on behalf of @beastoin