Commit Graph

9 Commits

Author SHA1 Message Date
sdarbinyan
373b9015aa chore: major project cleanup
Removed unused files:
- Deleted src/app/brands folder (20 unused HTML templates)
- Deleted public/assets/changes.txt (misplaced draft content)
- Deleted src/assets/i18n folder (translations never implemented)
- Deleted 11 redundant docs (Russian notes, duplicate novo docs)

Code cleanup:
- Removed duplicate qrBaseUrl variable in api.service.ts
- Removed all commented-out API code in cart.service.ts
- Removed commented debug logs in cache.interceptor.ts
- Fixed app.spec.ts test (removed failing test, added router provider)

Files kept: 8 essential docs in docs/ folder
2026-01-22 23:52:59 +04:00
sdarbinyan
c0ca8cdf2d revert: remove language routing (was breaking navigation)
- Reverted app.routes.ts to original simple routing
- Removed language guard
- Language routing needs more comprehensive implementation
2026-01-22 23:31:14 +04:00
sdarbinyan
cb895f68cd fix: improve phone/contact link visibility in novo theme
- Changed contact labels from green to text-secondary color
- Changed contact values/links from green to text-primary with hover effect
- Added proper hover state for all contact card child elements
- Fixed readability issue where green text was on green-tinted background
2026-01-22 23:28:31 +04:00
sdarbinyan
4aea97aa08 fix: correct brand info for novo (ЭЛЕКТРОМОТОРС, novo.market, INN 9909687443)
- Fixed all novomarket.ru URLs to novo.market in privacy-policy
- Fixed company name from 'novo MARKET' to 'ЭЛЕКТРОМОТОРС' in privacy-policy
- Fixed structured data URLs in index.novo.html
- Fixed og:url and twitter:url meta tags
- Added brand folders structure for future reference
- All legal pages now show correct brand information
2026-01-22 23:22:05 +04:00
sdarbinyan
9d33eccabb Fix environment import path in FAQ component 2026-01-22 12:43:51 +04:00
sdarbinyan
95d94fcbc1 Fix FAQ email import and change images to use object-fit contain with white background 2026-01-22 12:38:21 +04:00
root
71cd5984db version missing fix 2026-01-19 09:14:59 +00:00
sdarbinyan
49d19181df updated carousel view 2026-01-18 19:44:46 +04:00
sdarbinyan
bd80896886 very first commit 2026-01-18 18:57:06 +04:00