Skip to content

Commit

Permalink
fix swal text size
Browse files Browse the repository at this point in the history
  • Loading branch information
andreacioni committed Oct 14, 2023
1 parent cc53f0a commit 8606dc7
Show file tree
Hide file tree
Showing 16 changed files with 221 additions and 592 deletions.
29 changes: 29 additions & 0 deletions webapp/.vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Next.js: debug server-side",
"type": "node-terminal",
"request": "launch",
"command": "npm run dev"
},
{
"name": "Next.js: debug client-side",
"type": "chrome",
"request": "launch",
"url": "http://localhost:3000",
"runtimeArgs": ["--user-data-dir=/tmp/chrome_dev_test","--disable-web-security"]
},
{
"name": "Next.js: debug full stack",
"type": "node-terminal",
"request": "launch",
"command": "npm run dev",
"serverReadyAction": {
"pattern": "- Local:.+(https?://.+)",
"uriFormat": "%s",
"action": "debugWithChrome",
}
}
]
}
148 changes: 144 additions & 4 deletions webapp/package-lock.json

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

2 changes: 1 addition & 1 deletion webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"react-dom": "18.2.0",
"react-icons": "^4.11.0",
"react-qr-code": "^2.0.12",
"sweetalert2": "^11.7.31",
"sweetalert2": "^11.7.32",
"sweetalert2-react-content": "^5.0.7",
"typescript": "5.2.2"
}
Expand Down
7 changes: 0 additions & 7 deletions webapp/public/libs/clipboard/clipboard.min.js

This file was deleted.

5 changes: 0 additions & 5 deletions webapp/public/libs/jquery/jquery.min.js

This file was deleted.

2 changes: 0 additions & 2 deletions webapp/public/libs/jsencrypt/jsencrypt.min.js

This file was deleted.

Loading

0 comments on commit 8606dc7

Please sign in to comment.