Refactor code structure for improved readability and maintainability

This commit is contained in:
Marek Lesko
2025-08-05 13:23:29 +02:00
parent ae69533a35
commit 2c0f51de4c
9 changed files with 9572 additions and 5496 deletions
+8 -1
View File
@@ -3,7 +3,14 @@
{
"name": "Alpine",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/base:alpine-3.21"
"image": "mcr.microsoft.com/devcontainers/base:alpine-3.21",
"customizations": {
"vscode": {
"extensions": [
"ritwickdey.LiveServer"
]
}
}
// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
+1750
View File
File diff suppressed because it is too large Load Diff
Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 7.7 KiB

+1144
View File
File diff suppressed because it is too large Load Diff
+3527 -5493
View File
File diff suppressed because it is too large Load Diff
+1682
View File
File diff suppressed because it is too large Load Diff
+1459
View File
File diff suppressed because it is too large Load Diff