mirror of https://github.com/teverse/teverse
Compare commits
No commits in common. "740580e6a1ffb1b408a0a297c786c2e40d29c7c3" and "16266ee0b93cc99d342c9b9f438fda7e2f02eb1d" have entirely different histories.
740580e6a1
...
16266ee0b9
|
@ -43,19 +43,11 @@ return {
|
||||||
backgroundAlpha = 0
|
backgroundAlpha = 0
|
||||||
})
|
})
|
||||||
|
|
||||||
if _DEVICE:sub(0, 6) == "iPhone" then
|
teverse.guiHelper
|
||||||
teverse.guiHelper
|
.gridConstraint(appsContainer, {
|
||||||
.gridConstraint(appsContainer, {
|
cellSize = guiCoord(0, 150, 0, 80),
|
||||||
cellSize = guiCoord(0, page.absoluteSize.x - 20, 0, 80),
|
cellMargin = guiCoord(0, 15, 0, 25)
|
||||||
cellMargin = guiCoord(0, 15, 0, 25)
|
})
|
||||||
})
|
|
||||||
else
|
|
||||||
teverse.guiHelper
|
|
||||||
.gridConstraint(appsContainer, {
|
|
||||||
cellSize = guiCoord(0, 160, 0, 80),
|
|
||||||
cellMargin = guiCoord(0, 15, 0, 25)
|
|
||||||
})
|
|
||||||
end
|
|
||||||
|
|
||||||
teverse.http:get("https://teverse.com/api/apps", {
|
teverse.http:get("https://teverse.com/api/apps", {
|
||||||
["Authorization"] = "BEARER " .. teverse.userToken
|
["Authorization"] = "BEARER " .. teverse.userToken
|
||||||
|
|
Loading…
Reference in New Issue