-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a6ca7d5
commit 156cbe7
Showing
1,123 changed files
with
98,066 additions
and
28,673 deletions.
There are no files selected for viewing
This file contains 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
13 changes: 13 additions & 0 deletions
13
.yarn/patches/@gorhom-bottom-sheet-npm-4.5.1-d8ef5d483d.patch
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/src/components/bottomSheet/BottomSheet.tsx b/src/components/bottomSheet/BottomSheet.tsx | ||
index 1050af591cedd3395c3f21553f9b125d85ca9d11..0761eb562be2af0ebccfda02f06a9ec79289d4ae 100644 | ||
--- a/src/components/bottomSheet/BottomSheet.tsx | ||
+++ b/src/components/bottomSheet/BottomSheet.tsx | ||
@@ -501,7 +501,7 @@ const BottomSheetComponent = forwardRef<BottomSheet, BottomSheetProps>( | ||
animatedAnimationSource.value === ANIMATION_SOURCE.SNAP_POINT_CHANGE && | ||
animatedAnimationState.value === ANIMATION_STATE.RUNNING | ||
) { | ||
- return animatedNextPositionIndex.value; | ||
+ return Math.max(animatedCurrentIndex.value, currentIndex); | ||
} | ||
|
||
return currentIndex; |
11 changes: 11 additions & 0 deletions
11
.yarn/patches/@shopify-react-native-performance-npm-4.1.2-ec1fcc7507.patch
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
diff --git a/ios/ReactNativePerformance/ReactNativePerformance.m b/ios/ReactNativePerformance/ReactNativePerformance.m | ||
index 485211356fc14de4205e6d0c7e06eb5116992e0b..dbb4bb5637656b7f62fc88249b4ed5402c22290d 100644 | ||
--- a/ios/ReactNativePerformance/ReactNativePerformance.m | ||
+++ b/ios/ReactNativePerformance/ReactNativePerformance.m | ||
@@ -1,5 +1,5 @@ | ||
#import "ReactNativePerformance.h" | ||
-#import "ReactNativePerformance-Swift.h" | ||
+#import <ReactNativePerformance/ReactNativePerformance-Swift.h> | ||
|
||
static NSTimeInterval startupTimestamp = -1.0; | ||
|
Validating CODEOWNERS rules …
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
* @uniswap/web-admins |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,59 @@ | ||
We’ve got some minor updates and improvements! | ||
|
||
- Balances update more quickly in your wallet after a transaction! | ||
- Various bug fixes and performance improvements around sending, usernames, and more. | ||
IPFS hash of the deployment: | ||
- CIDv0: `QmREL7zj6bMggt5yrx5mfiWCnWzbP1xAoVTYAd2J3uFgtb` | ||
- CIDv1: `bafybeibk6showu2rchiizehaujrhea6a3ebhhapm3ivjdrhnddgbx2u3tq` | ||
|
||
The latest release is always mirrored at [app.uniswap.org](https://app.uniswap.org). | ||
|
||
You can also access the Uniswap Interface from an IPFS gateway. | ||
**BEWARE**: The Uniswap interface uses [`localStorage`](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage) to remember your settings, such as which tokens you have imported. | ||
**You should always use an IPFS gateway that enforces origin separation**, or our hosted deployment of the latest release at [app.uniswap.org](https://app.uniswap.org). | ||
Your Uniswap settings are never remembered across different URLs. | ||
|
||
IPFS gateways: | ||
- https://bafybeibk6showu2rchiizehaujrhea6a3ebhhapm3ivjdrhnddgbx2u3tq.ipfs.dweb.link/ | ||
- https://bafybeibk6showu2rchiizehaujrhea6a3ebhhapm3ivjdrhnddgbx2u3tq.ipfs.cf-ipfs.com/ | ||
- [ipfs://QmREL7zj6bMggt5yrx5mfiWCnWzbP1xAoVTYAd2J3uFgtb/](ipfs://QmREL7zj6bMggt5yrx5mfiWCnWzbP1xAoVTYAd2J3uFgtb/) | ||
|
||
## 5.61.0 (2024-12-04) | ||
|
||
|
||
### Features | ||
|
||
* **web:** add privacy choices nav and modal (#13703) 87a958d | ||
* **web:** add the range chart into the creation flow (#14008) a0c8c02 | ||
* **web:** reset confirmation modal for positions (#14080) 3485968 | ||
* **web:** support v4 tick data in range input (#14040) 68211cc | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **web:** [1/n] remove react-spring usage (AnimatedDropdown) (#13891) 9af3573 | ||
* **web:** [2/n] remove react-spring usage (modal) (#13904) b9a0890 | ||
* **web:** android keyboard issue (#14266) 7b9834c | ||
* **web:** bunch of v4 ui polish (#14117) d724fcb | ||
* **web:** fix newly created v2 pairs (#14061) 5b30b6f | ||
* **web:** fix refetching and caching issues due to the deadline (#14155) 46856f6 | ||
* **web:** handle gql refetch balance for unknown tx types (#14060) 7413d91 | ||
* **web:** hotfixing v4 fixes (#14244) f3c9411 | ||
* **web:** increase size of pointer target for the filter dropdown (#14068) 2b36a2c | ||
* **web:** op usdc sends (#14205) ecfe6df | ||
* **web:** remove nondefault list tokens from common bases (#14203) 42d8203 | ||
* **web:** remove top pools from mweb table (#14053) fa9080a | ||
* **web:** sticky left column create pool (#14122) dcafb2e | ||
* **web:** tiny v4 deposit polish (#14059) 002273a | ||
* **web:** token protection polishes (#14038) fe36c5d | ||
* **web:** update support articles for v4 and lp redesign (#14257) ec4508b | ||
* **web:** v2 loading state (#14050) 79bed9c | ||
* **web:** v4 LP flow cherrypicks (#14196) 0f2dc25 | ||
|
||
|
||
### Continuous Integration | ||
|
||
* **web:** update sitemaps ef443f0 | ||
|
||
|
||
### Tests | ||
|
||
* **web:** fix wallet connection test (#14047) 123862c | ||
|
||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
extension/1.9.0 | ||
web/5.61.0 |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
2 changes: 1 addition & 1 deletion
2
apps/extension/src/app/components/Trace/TraceUserProperties.tsx
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.