Skip to content

Commit 098b3bf

Browse files
authored
Adapt ui/ configs to desktop-ui/ (#512)
1 parent 7baf303 commit 098b3bf

File tree

18 files changed

+159
-47
lines changed

18 files changed

+159
-47
lines changed

apps/desktop-ui/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
5+
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Vite + React + TS</title>
7+
<title>CodePod IDE: Interactive Development At Scale</title>
88
</head>
99
<body>
1010
<div id="root"></div>
11-
<script type="module" src="/src/main.tsx"></script>
11+
<script type="module" src="/src/main.tsx"></script>
1212
</body>
1313
</html>

apps/desktop-ui/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"react-dom": "^18.2.0"
1616
},
1717
"devDependencies": {
18+
"@types/node": "^20.5.9",
1819
"@types/react": "^18.2.15",
1920
"@types/react-dom": "^18.2.7",
2021
"@typescript-eslint/eslint-plugin": "^6.0.0",
@@ -24,6 +25,7 @@
2425
"eslint-plugin-react-hooks": "^4.6.0",
2526
"eslint-plugin-react-refresh": "^0.4.3",
2627
"typescript": "^5.0.2",
27-
"vite": "^4.4.5"
28+
"vite": "^4.4.5",
29+
"vite-plugin-checker": "^0.6.2"
2830
}
2931
}

apps/desktop-ui/public/favicon.ico

4.19 KB
Binary file not shown.

apps/desktop-ui/public/logo192.png

3.18 KB
Loading

apps/desktop-ui/public/logo512.png

9.44 KB
Loading
228 KB
Binary file not shown.
258 KB
Binary file not shown.
182 KB
Binary file not shown.

apps/desktop-ui/public/vite.svg

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

apps/desktop-ui/src/App.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#root {
22
max-width: 1280px;
33
margin: 0 auto;
4-
padding: 2rem;
5-
text-align: center;
4+
/* padding: 2rem; */
5+
/* text-align: center; */
66
}
77

88
.logo {

0 commit comments

Comments
 (0)