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

fix: trusted types #11325

Merged
merged 1 commit into from Jan 28, 2024
Merged

fix: trusted types #11325

merged 1 commit into from Jan 28, 2024

Conversation

Jack-Works
Copy link
Member

mf-0000

@Jack-Works Jack-Works added this to the 2.25.0 milestone Jan 28, 2024
@Jack-Works Jack-Works merged commit f2524b4 into develop Jan 28, 2024
16 checks passed
@Jack-Works Jack-Works deleted the fix-trusted-types branch January 28, 2024 11:02
guanbinrui added a commit that referenced this pull request Feb 19, 2024
* fix: race condition in minimal mode close mf-5994 (#11304)

* fix: devtools not work

* feat: add preset 2023_Firefly (#11313)

Co-authored-by: Jack Works <jackworks@protonmail.com>

* chore: changeset release (#11314)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* chore: add preset ff (#11316)

* chore: changeset (#11317)

* chore: changeset release (#11318)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* fix: app crash (#11324)

* fix: post payload not decrypted due to wrong router

* fix: trusted types (#11325)

* chore: run svgo (#11327)

* fix: mv3 not working (#11326)

* fix: minimal mode event missing close MF-6019

* fix: mf-5995 missing unescaping (#11298)

* fix: mf-5997 access k/v state before initialization finished (#11300)

* fix: web3 lens follow status (#11299)

* fix: mf-5670 clicking on hash tag or link in replaced tweets (#11307)

* fix: mf-5996 should paste into compose dialog when it's open (#11302)

* fix: mf-5996 should paste into compose dialog when it's open

* fix: mf-5996 back to compose dialog with correct compositionType

* fix: bugfix for sync lens follow status (#11309)

* fix: mf-6006 mask icon in popup (#11310)

* fix: mf-6007 remove friend tech from application board (#11312)

* fix: mf-5988 no need to check lock status and payment in persona page (#11311)

the WalletGuard will handle the checking

* fix: remove app icon from application board only (#11315)

* Revert "fix: mf-6007 remove friend tech from application board (#11312)"

This reverts commit 106717b.

* fix: remove app icon from application board only

* fix: mf-6009 resend redpacket from history with password (#11319)

* fix: mf-6009 resend redpacket from history with password

* fix: nft redpacket

* fix: fixup

* fix: only load injected script in site adaptor sites (#11331)

* fix: nfts in red packet might be transfered (#11337)

* refactor: sns utils (#11345)

* refactor: renaming (#11348)

* chore: remove app (#11347)

* chore: remove app/

* chore: remove ShareSelectNetworkModal

* chore: remove ProfileTab

* chore: remove SearchResultInspector

* chore: remove hooks

* chore: update lock file

* chore: remove tsconfig

* chore: update build script

* chore: renaming

* chore: update knip config

* chore: remove EnhanceableSite.App

* fix: cp build (#11352)

* chore: remove unused dev deps (#11351)

* refactor: remove workaround for app (continue of #11347)

* feat: mf-5990 add x1 chain (#11330)

fix: x1 testnet (#11341)

fix: x1 testnet (#11346)

* fix: capitalize

* fix: enable tips on X1 Testnet

fix: set network type to x1 testnet (#11349)

* fix: lockfile

* fix: lockfile

* fix: add browser provider interceptor (#11384)

* fix: do not discard exceptions of getting redpacket histories (#11397)

* fix: methodId might not exist in response of Etherscan (#11398)

* fix: compatible with legacy red packet (#11399)

* fix: after posting

* chore: enable okx

* feat: mf-6036 add farcaster widget (#11369)

* fix(Farcaster): combine accounts (#11375)

* fix: mf-6040 align link icon

* fix: mf-6039 farcaster avatar

* fix: combine accounts

* fix: add background for okx wallet in connect modal (#11381)

* fix: add background for okx wallet in connect modal

* fixup! fix: add background for okx wallet in connect modal

* fix: okx auto switch chain

* chore: explicitly setting composers to enable typing guarding (#11386)

* fix: type errors (#11403)

* fix: type errors

* fix: placeholder

* fix: conflict

* chore: update lock file

---------

Co-authored-by: Jack Works <jackworks@protonmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: UncleBill <billbill290@gmail.com>
Co-authored-by: nuanyang233 <nuanyang233@gmail.com>
Comment on lines +73 to +76
{/* https://github.com/TanStack/query/issues/5417 */}
{/* {process.env.NODE_ENV === 'development' ?
<ReactQueryDevtools buttonPosition="bottom-right" />
: null}
: null} */}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why comment out ReactQueryDevtools? @Jack-Works

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it is still crashing see TanStack/query#5417

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants