Rename Preorder domain to PreOrder across codebase

Comprehensively renamed all "Preorder" domain types, services, controllers, models, enums, database contexts, routes, views, JS, localization resources, and documentation to "PreOrder" (PascalCase, capital "O"). Updated all references in backend, frontend, localization, and schema docs for consistency. No business logic changes; this is a naming and normalization refactor.
This commit is contained in:
Loretta 2026-05-30 16:26:50 +02:00
parent 6162e09830
commit 3942428427
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
padding-right: 10px;
}
/* Preorder item — teal accent to distinguish from Quick Order */
/* PreOrder item — teal accent to distinguish from Quick Order */
.top-menu .preorder-menu-item > a {
color: #2d9e9e !important;
}