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
e140d212
Commit
e140d212
authored
Dec 14, 2024
by
Uniswap Labs Service Account
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci(release): publish latest release
parent
44925396
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
9 deletions
+9
-9
RELEASE
RELEASE
+7
-7
VERSION
VERSION
+1
-1
Modal.web.tsx
packages/uniswap/src/components/modals/Modal.web.tsx
+1
-1
No files found.
RELEASE
View file @
e140d212
IPFS hash of the deployment:
IPFS hash of the deployment:
- CIDv0: `Qm
QKzpEdiGARhh8dTvXWaF5UUSdudfwp48aRvNTwpxtFka
`
- CIDv0: `Qm
XuD12tmkqjiuUJcoGU2voXN2gYimddzrqQHjQrKaHKsT
`
- CIDv1: `bafybei
a5rsdm7cuxqe65bgmo6ep7st46ya7dkarrrlequsrddkwjtzyqd4
`
- CIDv1: `bafybei
eocbd53xpdug6dkelfrtzn2r5vt4fn3j2vxnb73plzax7vwjsiqy
`
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,15 +10,15 @@ You can also access the Uniswap Interface from an IPFS gateway.
...
@@ -10,15 +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
a5rsdm7cuxqe65bgmo6ep7st46ya7dkarrrlequsrddkwjtzyqd4
.ipfs.dweb.link/
- https://bafybei
eocbd53xpdug6dkelfrtzn2r5vt4fn3j2vxnb73plzax7vwjsiqy
.ipfs.dweb.link/
- https://bafybei
a5rsdm7cuxqe65bgmo6ep7st46ya7dkarrrlequsrddkwjtzyqd4
.ipfs.cf-ipfs.com/
- https://bafybei
eocbd53xpdug6dkelfrtzn2r5vt4fn3j2vxnb73plzax7vwjsiqy
.ipfs.cf-ipfs.com/
- [ipfs://Qm
QKzpEdiGARhh8dTvXWaF5UUSdudfwp48aRvNTwpxtFka/](ipfs://QmQKzpEdiGARhh8dTvXWaF5UUSdudfwp48aRvNTwpxtFka
/)
- [ipfs://Qm
XuD12tmkqjiuUJcoGU2voXN2gYimddzrqQHjQrKaHKsT/](ipfs://QmXuD12tmkqjiuUJcoGU2voXN2gYimddzrqQHjQrKaHKsT
/)
### 5.62.
2 (2024-12-13
)
### 5.62.
3 (2024-12-14
)
### Bug Fixes
### Bug Fixes
* **web:**
utilize height in Modal.web.tsx (#14528) b9c98ed
* **web:**
modal height fix (#14539) 76ce85c
VERSION
View file @
e140d212
web/5.62.2
web/5.62.3
\ No newline at end of file
\ No newline at end of file
packages/uniswap/src/components/modals/Modal.web.tsx
View file @
e140d212
...
@@ -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=
{
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