Private
Public Access
1
0

Refactor code structure for improved readability and maintainability

This commit is contained in:
Lago
2026-04-16 22:06:36 +02:00
parent dfa4010406
commit 96f76e21a7
101 changed files with 214280 additions and 1189 deletions

1
dist/assets/index-CmpLfbp9.css vendored Normal file
View File

@@ -0,0 +1 @@
*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;overflow:hidden}body{font-family:Segoe UI Variable,Segoe UI,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-thumb{background:#80808059;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#8080808c}

File diff suppressed because one or more lines are too long

145
dist/assets/index-DQ2nyFq4.js vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

26
dist/index.html vendored
View File

@@ -1,13 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Outlook Lite — Power Apps Code Apps Part 2</title>
<script type="module" crossorigin src="/assets/index-Cyu5-a_6.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-DjuLdqDL.css">
</head>
<body>
<div id="root"></div>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Outlook Lite — Power Apps Code Apps Part 2</title>
<script type="module" crossorigin src="/assets/index-DQ2nyFq4.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-CmpLfbp9.css">
</head>
<body>
<div id="root"></div>
</body>