Refactor database configuration and enhance server settings: Update database connection logic to utilize environment variables and improve error handling in database connection. Adjust server port configuration to prioritize BACKEND_PORT. Update HTML structure for better compatibility and add missing elements in various components.

This commit is contained in:
Torsten Schulz (local)
2026-04-08 08:37:36 +02:00
parent 7d54156112
commit 6ffc1fedd9
87 changed files with 870 additions and 233 deletions

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
.menu-management[data-v-0d38d21e]{width:100%;margin:auto}.button-container[data-v-0d38d21e]{display:inline-flex;gap:10px;margin-bottom:20px}.tree-view[data-v-0d38d21e]{margin-top:20px}.tree-view ul[data-v-0d38d21e]{list-style-type:none;padding:0}.tree-view li[data-v-0d38d21e]{margin-bottom:5px;padding-left:20px}.tree-view .menu-item[data-v-0d38d21e]{display:inline-flex;width:100%;justify-content:space-between;align-items:center}.tree-view span[data-v-0d38d21e]{cursor:pointer;color:#000}.tree-view button[data-v-0d38d21e]{border:none;height:1.6em;padding:0 .5em;margin:1px;border-radius:5px}.tree-view span[data-v-0d38d21e]:hover{text-decoration:underline}.edit-form[data-v-0d38d21e]{margin-top:20px}.edit-form label[data-v-0d38d21e]{display:block;margin-bottom:5px;font-weight:700}.edit-form input[data-v-0d38d21e]:not([type=checkbox]){display:block;margin-bottom:10px}.edit-form .checkbox-container[data-v-0d38d21e]{display:flex;flex-direction:column;margin-right:10px}.edit-form .order-id[data-v-0d38d21e]{width:50px}.edit-form button[data-v-0d38d21e]{margin-top:5px}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long