Merged
Conversation
be88feb to
d31c200
Compare
peachbits
approved these changes
Apr 28, 2026
Prepare the existing FIO address registration scene for the free handle removal by clearing promoted lint findings first.
Prevent the app from prompting for or routing to free FIO handle registration now that the free handle feature is being retired.
d31c200 to
9d55c50
Compare
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.
CHANGELOG
Does this branch warrant an entry to the CHANGELOG?
Dependencies
none
Requirements
If you have made any visual changes to the GUI. Make sure you have:
Description
Asana task
Asana task: https://app.asana.com/1/9976422036640/project/1213880789473005/task/1214373920757187
Removes all in-app free FIO handle creation paths, including login prompts, the dedicated free-handle scene/modal, the dev-test launcher, and the free-registration link/domain path from FIO handle registration. Paid/custom FIO handle registration remains available.
Note
Medium Risk
Removes multiple navigation and modal entry points around FIO onboarding; if any callers or deep links still expect the
fioCreateHandleroute or env params, users could hit missing-flow regressions.Overview
Removes the in-app “free FIO handle” onboarding flow. This deletes the
FioCreateHandleModal+FioCreateHandleScene, removes thefioCreateHandlenavigation route wiring, and drops the login/service/dev-test prompts that offered free handle creation.Simplifies FIO address registration.
FioAddressRegisterSceneno longer surfaces/handles “free” domains or the external free-registration link path, andenvConfigdrops the free-registration env fields (freeRegApiToken/freeRegRefCode).Updates
CHANGELOG.mdto note the removal.Reviewed by Cursor Bugbot for commit 9d55c50. Bugbot is set up for automated code reviews on this repo. Configure here.