feat(ux): implement sprint 11 user experience module

This commit is contained in:
sdarbinyan
2026-07-09 01:13:54 +04:00
parent 1a8f916942
commit 92e1bdaff8
59 changed files with 2062 additions and 25 deletions

View File

@@ -42,6 +42,8 @@ export class DataSourceResolverService {
case 'footer':
case 'footer-navigation':
return of(this.toFooterData(section, settings));
case 'recently-viewed':
return of({ section, settings });
default:
return of({ section, settings });
}