Skip to content

Commit

Permalink
Widget App Updates (#142)
Browse files Browse the repository at this point in the history
- Fix formatting in widget store
- Fix dependabot
  • Loading branch information
kraftp authored Apr 22, 2024
1 parent 8024ee5 commit 4254f5d
Show file tree
Hide file tree
Showing 8 changed files with 433 additions and 37 deletions.
447 changes: 425 additions & 22 deletions widget-store/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions widget-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"lint-fix": "eslint --fix src"
},
"devDependencies": {
"@dbos-inc/dbos-cloud": "^1.2.12",
"@dbos-inc/dbos-cloud": "^1.5.12",
"@dbos-inc/eslint-plugin": "^0.0.6",
"@types/uuid": "^9.0.8",
"eslint": "^8.57.0",
"typescript": "~5.3.3"
},
"dependencies": {
"@dbos-inc/dbos-sdk": "^1.2.12",
"@dbos-inc/dbos-sdk": "^1.5.12",
"liquidjs": "^10.10.1",
"uuid": "^9.0.1"
}
Expand Down
3 changes: 1 addition & 2 deletions widget-store/public/crash.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
.logo {
width: 200px;
height: auto;
margin: 20px 0;
}
.product {
Expand All @@ -39,7 +38,7 @@
}
.product img {
max-width: 80%;
max-width: 60%;
height: auto;
border-radius: 8px;
}
Expand Down
1 change: 0 additions & 1 deletion widget-store/public/error.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
.logo {
width: 200px;
height: auto;
margin: 20px 0;
}
.confirmation-section {
Expand Down
1 change: 0 additions & 1 deletion widget-store/public/order_status.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
.logo {
width: 200px;
height: auto;
margin: 20px 0;
}
.confirmation-section {
Expand Down
1 change: 0 additions & 1 deletion widget-store/public/payment.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
.logo {
width: 200px;
height: auto;
margin: 20px 0;
}
.confirmation-section {
Expand Down
7 changes: 2 additions & 5 deletions widget-store/public/purchase.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
.logo {
width: 200px;
height: auto;
margin: 20px 0;
}
.product {
Expand All @@ -39,8 +38,7 @@
}
.product img {
max-width: 100%;
height: 30%;
max-width: 50%;
border-radius: 8px;
}
Expand All @@ -58,12 +56,11 @@
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 40px;
font-size: 30px;
cursor: pointer;
border-radius: 8px;
transition: background-color 0.3s, box-shadow 0.3s;
margin-top: 20px;
height: 15%;
}
.purchase-button:hover {
Expand Down
6 changes: 3 additions & 3 deletions yky-social/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4254f5d

Please sign in to comment.