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:
parent
6162e09830
commit
3942428427
|
|
@ -17,7 +17,7 @@
|
||||||
padding-right: 10px;
|
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 {
|
.top-menu .preorder-menu-item > a {
|
||||||
color: #2d9e9e !important;
|
color: #2d9e9e !important;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue