Conversation
abose
commented
Aug 7, 2026
Member
Strings and the help menu command id for the pro off hours experiment (free Pro during personal off-work hours), implemented in phoenix-pro. Pins phoenix-pro to the off hours feature commit.
Dev-only dropdown to point the app at the prod, staging or local dev (localhost:5000) accounts server without code changes or special serve commands. - debug overrides dialog: accounts server dropdown; the save button relabels to Save & Reload only when a boot-read override changed - index.html: the /proxy/config fetch is replaced by a synchronous localStorage read that sets account_url (desktop + web tab flows) and accounts_proxy_path (browser dev) before any module loads - serve-proxy is now stateless: static /proxy/accounts, /proxy/accountsStaging and /proxy/accountsDev routes replace the --localAccount/--stagingAccount flags and /proxy/config; proxied request headers are passed via proxy.web options to fix an ERR_HTTP_HEADERS_SENT crash with http targets on modern Node - serveLocalAccount and serveStagingAccount npm scripts removed
Adds ended-state toast strings and the Keep Coding dialog button string; removes the Disable/Enable menu strings now that the help menu item is a checkmark toggle labeled with the server-vended brand name. Pins phoenix-pro to the off hours refinements commit.
- OFF_HOURS_POPUP_LOGIN_ACTIVE / OFF_HOURS_EXPLAIN_LOGIN_ACTIVE for the logged-out shouldLoginForOffer state (popup note and explainer dialog). - Pin phoenix-pro to 03cbd28 (combined popup plan line, login-aware messaging).
|
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.


