Skip to content

Commit 63d271a

Browse files
Merge pull request #21 from tejaavula076/tejaswi/9-ui-confirmation-modal
UI: Delete Confirmation model for project and DB records, skeleton loading in DB records
2 parents c975d8a + 580d354 commit 63d271a

10 files changed

Lines changed: 1815 additions & 777 deletions

File tree

backend/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@
2828
"jest": "^30.2.0",
2929
"supertest": "^7.1.4"
3030
}
31-
}
31+
}

frontend/index.html

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
55
<link rel="icon" type="image/png" href="/logo_u.png" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>urBackend | Instant Backend for Developers</title>
88
<!-- Google Fonts -->
9-
<link rel="preconnect" href="https://fonts.googleapis.com">
10-
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
11-
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;600&display=swap" rel="stylesheet">
9+
<link rel="preconnect" href="https://fonts.googleapis.com" />
10+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
11+
<link
12+
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;600&display=swap"
13+
rel="stylesheet"
14+
/>
1215
</head>
1316
<body>
1417
<div id="root"></div>
1518
<script type="module" src="/src/main.jsx"></script>
1619
</body>
17-
</html>
20+
</html>

0 commit comments

Comments
 (0)