clean up stage 1

This commit is contained in:
sdarbinyan
2026-07-05 00:38:21 +04:00
parent eaa830af3f
commit 58b5a4e996
195 changed files with 66 additions and 13717 deletions

View File

@@ -1,4 +1,4 @@
@if (isnovo) {
@if (isMarketplaceNovo) {
<!-- novo VERSION - Modern Design -->
<div class="novo-item-container">
@if (loading()) {

View File

@@ -28,8 +28,8 @@ export class ItemDetailComponent implements OnInit, OnDestroy {
error = signal<string | null>(null);
private readonly uiRuntime = inject(UiRuntimeFacade);
get isnovo(): boolean {
return this.uiRuntime.isNovo();
get isMarketplaceNovo(): boolean {
return this.uiRuntime.isMarketplaceVariant('novo');
}
// Variant selection