Refactor code structure for improved readability and maintainability

This commit is contained in:
Naiel
2026-03-01 23:37:37 +00:00
parent 9a760a1d24
commit 8b7d0258ae
15 changed files with 470 additions and 74 deletions

20
assets/static/chart.umd.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -451,4 +451,24 @@ pre {
.panel-option:has(input:checked) {
background-color: #ccc;
outline: 5px solid blue;
}
.saveico {
border-color: green !important;
}
.delico {
border-color: red !important;
}
.opicon {
border-color: blue !important;
}
.saveico img, .delico img, .opicon img {
height: 52px;
vertical-align: middle;
}
.saveico, .delico, .opicon {
padding: 2.5px 7.5px;
background: transparent;
border-radius: 10px;
border: 4px solid;
}

BIN
assets/static/exchange.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

BIN
assets/static/exit.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

BIN
assets/static/find.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

BIN
assets/static/garbage.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

BIN
assets/static/printer2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB