- Remove KpiCarousel/RecentActivity from pop main pages (7 companies) - Empty banner default; rename settings key home -> main - Strip API fetch/cache from usePopSettings, return hardcoded defaults - Drop screen_layouts_pop auto-clone/fallback for regular users - Add SUPER_ADMIN direct-entry branch in AppLayout pop handler Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
28 lines
718 B
TypeScript
28 lines
718 B
TypeScript
// DEPRECATED: 구 POP 컴포넌트 묶음. 신 POP 는 frontend/app/(main)/COMPANY_X/pop/_components/ 사용
|
|
|
|
export {
|
|
InboundCart,
|
|
InboundTypeSelect,
|
|
PurchaseInbound,
|
|
SupplierModal,
|
|
} from "./inbound";
|
|
export { InOutHistory, InventoryHome } from "./inventory";
|
|
export { KpiCarousel } from "./KpiCarousel";
|
|
export { MenuIcons } from "./MenuIcons";
|
|
export {
|
|
CustomerModal,
|
|
OutboundCartPage,
|
|
OutboundTypeSelect,
|
|
SalesOutbound,
|
|
} from "./outbound";
|
|
export { PopShell } from "./PopShell";
|
|
export {
|
|
AcceptProcessModal,
|
|
DefectTypeModal,
|
|
ProcessTimer,
|
|
ProcessWork,
|
|
WorkOrderList,
|
|
} from "./production";
|
|
export { InspectionList, QualityHome } from "./quality";
|
|
export { RecentActivity } from "./RecentActivity";
|