-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
The wallet settings currently label the server connection as "Gatekeeper URL" with localStorage key gatekeeperUrl. Now that Drawbridge can serve as the entry point (and the URL could point to either gatekeeper or drawbridge), the label should be generic.
Changes needed
- Rename user-facing label from "Gatekeeper URL" to "Node URL"
- Rename localStorage key from
gatekeeperUrltonodeUrl(with migration for existing users) - Rename constants:
GATEKEEPER_KEY→NODE_URL_KEY,DEFAULT_GATEKEEPER_URL→DEFAULT_NODE_URL - Rename env var:
VITE_GATEKEEPER_URL→VITE_NODE_URL - Update internal variable names across react-wallet, browser-extension, gatekeeper-client, keymaster-client
Affected files
apps/react-wallet/src/constants.tsapps/react-wallet/src/components/SettingsTab.tsxapps/react-wallet/src/components/FileTab.tsxapps/react-wallet/src/components/ImageTab.tsxapps/react-wallet/src/contexts/WalletProvider.tsxapps/gatekeeper-client/src/App.jsxapps/gatekeeper-client/src/KeymasterUI.jsxapps/keymaster-client/src/App.jsxapps/keymaster-client/src/KeymasterUI.jsxapps/browser-extension/src/components/SettingsTab.tsxapps/browser-extension/src/components/FileTab.tsxapps/browser-extension/src/components/ImageTab.tsx
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels