Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
interface
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LuckySwap
interface
Commits
77b4d916
Commit
77b4d916
authored
Dec 17, 2024
by
Uniswap Labs Service Account
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci(release): publish latest release
parent
f11f1081
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
46 deletions
+9
-46
RELEASE
RELEASE
+7
-44
VERSION
VERSION
+1
-1
Modal.web.tsx
packages/uniswap/src/components/modals/Modal.web.tsx
+1
-1
No files found.
RELEASE
View file @
77b4d916
IPFS hash of the deployment:
IPFS hash of the deployment:
- CIDv0: `Qm
P8VRKK9FDri6XhqC8xNCXJTRqbfWmiF7jTdaDBJbt3uv
`
- CIDv0: `Qm
bFgzr9RodJzRaqSY5enQfpZhKsNg5TJjRMpjwkVg2nEK
`
- CIDv1: `bafybei
alxy3kyi4xjtgo4u3a6k7gpt76j3y77m3cucofzbjxlegxfzufpu
`
- CIDv1: `bafybei
f74kosbexaqxwr65grk72zr55nec3ztvt5e4phcwuh64gf3milga
`
The latest release is always mirrored at [app.uniswap.org](https://app.uniswap.org).
The latest release is always mirrored at [app.uniswap.org](https://app.uniswap.org).
...
@@ -10,52 +10,15 @@ You can also access the Uniswap Interface from an IPFS gateway.
...
@@ -10,52 +10,15 @@ You can also access the Uniswap Interface from an IPFS gateway.
Your Uniswap settings are never remembered across different URLs.
Your Uniswap settings are never remembered across different URLs.
IPFS gateways:
IPFS gateways:
- https://bafybei
alxy3kyi4xjtgo4u3a6k7gpt76j3y77m3cucofzbjxlegxfzufpu
.ipfs.dweb.link/
- https://bafybei
f74kosbexaqxwr65grk72zr55nec3ztvt5e4phcwuh64gf3milga
.ipfs.dweb.link/
- https://bafybei
alxy3kyi4xjtgo4u3a6k7gpt76j3y77m3cucofzbjxlegxfzufpu
.ipfs.cf-ipfs.com/
- https://bafybei
f74kosbexaqxwr65grk72zr55nec3ztvt5e4phcwuh64gf3milga
.ipfs.cf-ipfs.com/
- [ipfs://Qm
P8VRKK9FDri6XhqC8xNCXJTRqbfWmiF7jTdaDBJbt3uv/](ipfs://QmP8VRKK9FDri6XhqC8xNCXJTRqbfWmiF7jTdaDBJbt3uv
/)
- [ipfs://Qm
bFgzr9RodJzRaqSY5enQfpZhKsNg5TJjRMpjwkVg2nEK/](ipfs://QmbFgzr9RodJzRaqSY5enQfpZhKsNg5TJjRMpjwkVg2nEK
/)
## 5.63.0 (2024-12-17)
### 5.63.1 (2024-12-17)
### Features
* **web:** add indicators for % difference from current price (#14235) 6456766
* **web:** add more interactivity to range input price chart (#14153) f9c4680
* **web:** filter v2 unsupported chains from LP creation flow (#14462) 734a4e2
* **web:** mweb designs for price range input (#14424) 2277e82
* **web:** pool finder redesign and re-enable on new LP pages (#14451) d55c7ea
* **web:** Revise "unavailable" state for small price charts (#14311) aba0989
### Bug Fixes
### Bug Fixes
* **web:** 12 16 fix web add monad testnet rpc to web env staging (#14564) 588d8bb
* **web:** Fix/prod web modal (#14601) 7e6c3f1
* **web:** check window.__DEV__ cypress fix (#14491) a885720
* **web:** cherry-pick pagination into staging (#14551) 3920adf
* **web:** cleanup unused legacy FOR modal (#14356) 302b4f3
* **web:** Conversion API updates (#14550) 242f8da
* **web:** downgrade react-native-web to 0.19.10 (#14473) 010b773
* **web:** enforce privacy opt out choices (#14374) 9760922
* **web:** fix broken link for providing lps (#14372) 7c06390
* **web:** fix current price inversion issue (#14445) 3fe1286
* **web:** fix disabled swap button for previously-dismissed warning tokens (#14559) 4868b63
* **web:** fix missing mweb swap - staging (#14580) d8f6631
* **web:** fix v2 lp create networks (#14578) ef585ef
* **web:** hide un-owned positions (#14447) 742e519
* **web:** hiding migrate to v4 (#14499) 98825bb
* **web:** lp links open in new tabs - staging (#14571) bdc1de5
* **web:** modal diet - part ii (#14364) 5e22130
* **web:** prevent crash when sending on bnb chain (#14355) b47fc90
* **web:** price range input - prevent scrolling below zero (#14316) e4e37b4
* **web:** staging cherrypicks - tooltip + position page crash (#14581) d94f7f9
* **web:** surface imported v2 positions (#14405) a3519b4
* **web:** truncation issue on mad price text positions (#14582) 78038ed
* **web:** update the create flow to get data from the sdk instead of from the backend (#14380) 50ab440
* **web:** wrap positions in multichain context (#14466) bc07af4
### Continuous Integration
* **web:** update sitemaps 721fc2d
VERSION
View file @
77b4d916
web/5.63.0
web/5.63.1
\ No newline at end of file
\ No newline at end of file
packages/uniswap/src/components/modals/Modal.web.tsx
View file @
77b4d916
...
@@ -64,7 +64,7 @@ export function Modal({
...
@@ -64,7 +64,7 @@ export function Modal({
adaptToSheet=
{
isInterface
}
adaptToSheet=
{
isInterface
}
alignment=
{
alignment
}
alignment=
{
alignment
}
backgroundColor=
{
backgroundColor
}
backgroundColor=
{
backgroundColor
}
height=
{
fullScreen
?
'
100%
'
:
undefined
}
height=
{
height
??
(
fullScreen
?
'
100%
'
:
undefined
)
}
isOpen=
{
isModalOpen
}
isOpen=
{
isModalOpen
}
justifyContent=
{
justifyContent
}
justifyContent=
{
justifyContent
}
m=
"$none"
m=
"$none"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment