Refactor with ant design and TypeScript (#51)

Refactoring UI using ant design

This will allow us to move forward faster because of its popularity

We also rewrote the code in TypeScript, 
we believe this is also a major step moving forward 
with the project as it brings more struct and clear/clean code. 

Co-authored-by: Raphael Oliveira <raphael.oliveira@dataontabs.com>
Co-authored-by: braginini <bangvalo@gmail.com>
This commit is contained in:
Maycon Santos
2022-06-01 22:44:06 +02:00
committed by GitHub
parent a6ec8ed865
commit 009933c0e2
103 changed files with 5348 additions and 19969 deletions

View File

@@ -7,13 +7,13 @@
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Netbird Management Dashboard"
content="NetBird Management Dashboard"
/>
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<title>Netbird</title>
<title>NetBird</title>
</head>
<body>
<noscript>Netbird Management Dashboard.</noscript>
<noscript>NetBird Management Dashboard.</noscript>
<div id="root"></div>
</body>
</html>