Code refactor

This commit is contained in:
2025-06-07 10:12:47 +02:00
parent c85b918f71
commit 1e5cd0790b
10 changed files with 38 additions and 19 deletions
+4 -1
View File
@@ -17,7 +17,10 @@
<body>
<div class="control_div" style="display: flex; flex-direction: row; justify-content: space-between;">
<label style="font-size: 200%;">CRTelemetry SQLite3</label>
<label style="font-size: 200%;">
<%= page_title%>
<%= program %>
</label>
</div>
<div class="main_div">
<center>
+7 -1
View File
@@ -21,7 +21,10 @@
<body>
<div class="control_div">
<label style="font-size: 200%;">CRTelemetry SQLite3</label>
<label style="font-size: 200%;">
<%= page_title%>
<%= program %>
</label>
</div>
<div class="main_div">
<center><label>Add record</label></center>
@@ -36,6 +39,9 @@
<label id="commit" style="cursor: pointer;"><span>&#9989; </span>Commit</label>
</div>
</div>
<div class="about_div">
<center><a href="/app/about">About</label></center>
</div>
</body>
</html>
+7 -1
View File
@@ -21,7 +21,10 @@
<body>
<div class="control_div" style="display: flex; flex-direction: row; justify-content: space-between;">
<label style="font-size: 200%;">CRTelemetry SQLite3</label>
<label style="font-size: 200%;">
<%= page_title%>
<%= program %>
</label>
<div style="display: flex;align-items: center;">
<label id="remove" style="cursor: pointer; margin-right: 10px;"><span>&#45; </span>Remove</label>
</div>
@@ -39,6 +42,9 @@
<label id="commit" style="cursor: pointer;"><span>&#9989; </span>Commit</label>
</div>
</div>
<div class="about_div">
<center><a href="/app/about">About</label></center>
</div>
</body>
</html>
+4 -1
View File
@@ -19,7 +19,10 @@
<body>
<input type="file" id="file_input" accept=".db" style="display: none;" />
<div class="control_div" style="display: flex; flex-direction: row; justify-content: space-between;">
<label style="font-size: 200%;">CRTelemetry SQLite3</label>
<label style="font-size: 200%;">
<%= page_title%>
<%= program %>
</label>
<div style="display: flex;align-items: center;">
<label id="upload" style="cursor: pointer; margin-left: 10px; margin-right: 10px;"><span>&#129093;
</span>Upload</label>
+4 -1
View File
@@ -19,7 +19,10 @@
<body>
<input type="file" id="file_input" accept=".db" style="display: none;" />
<div class="control_div" style="display: flex; flex-direction: row; justify-content: space-between;">
<label style="font-size: 200%;">CRTelemetry SQLite3</label>
<label style="font-size: 200%;">
<%= page_title%>
<%= program %>
</label>
<div style="display: flex;align-items: center;">
<label id="add" style="cursor: pointer; margin-right: 10px;"><span>&#43; </span>Add</label>
<label id="upload" style="cursor: pointer; margin-left: 10px; margin-right: 10px;"><span>&#129093;