Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(notification-menu): dismiss on click outside #1370

Merged
merged 2 commits into from
Dec 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ VITE_METADATA_SERVICE_URI=

VITE_FUNKIT_API_KEY=

# Restricted Locales that should not be supported on app deployment. ex: VITE_APP_RESTRICTED_LOCALES=zh-CN,ru,en
VITE_APP_RESTRICTED_LOCALES=

# URL for the qrcode that is generated within the modal share pnl analytics
VITE_SHARE_PNL_ANALYTICS_URL=

Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,6 @@ This will automatically open your default browser at `http://localhost:61000`.

Add or modify the relevant endpoints, links and options in `/public/configs/v1/env.json`.

NOTE: There exists a deprecated file `/public/configs/env.json`. If you have users running older mobile versions you may
need to keep feature flags between the two files in sync but may otherwise ignore it.

You'll need to provide a Wallet Connect project id to enable onboarding and wallet connection:

- Create a project on https://cloud.walletconnect.com/app
Expand Down
Loading
Loading