Skip to content

Commit 5bfc2ba

Browse files
authored
Merge pull request #3 from shortmesh/web
Web
2 parents 5dd6738 + 26f1973 commit 5bfc2ba

24 files changed

Lines changed: 2558 additions & 1126 deletions

pkg/web/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>Authy - Shortmesh</title>
8+
<meta name="description" content="Free and open source authentication system powered by Shortmesh." />
9+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
10+
<link href="https://fonts.googleapis.com/css2?family=Google+Sans:wght@400;500;700&family=Google+Sans+Mono:wght@400;500;700&display=swap" rel="stylesheet" />
811
</head>
912
<body>
1013
<div id="root"></div>

pkg/web/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,14 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13+
"@emotion/react": "^11.14.0",
14+
"@emotion/styled": "^11.14.1",
15+
"@mui/icons-material": "^9.0.0",
16+
"@mui/material": "^9.0.0",
1317
"react": "^19.2.4",
1418
"react-dom": "^19.2.4",
15-
"react-international-phone": "^4.8.0"
19+
"react-international-phone": "^4.8.0",
20+
"react-phone-number-input": "^3.4.16"
1621
},
1722
"devDependencies": {
1823
"@eslint/js": "^9.39.4",

pkg/web/public/Logo.svg

Lines changed: 0 additions & 16 deletions
This file was deleted.

pkg/web/public/Signal-Logo.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

pkg/web/public/Signal.svg

Lines changed: 31 additions & 0 deletions
Loading

pkg/web/public/WhatsApp.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

pkg/web/public/Whatsapp.svg

Lines changed: 24 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)