sdarbinyan
421346d957
Merge remote-tracking branch 'origin' into back-office-integration
2026-02-28 16:13:14 +04:00
sdarbinyan
86d11364f0
git ignore
2026-02-28 15:59:22 +04:00
sdarbinyan
dcb75b8f4e
fixes done for lang bar
2026-02-28 15:57:41 +04:00
sdarbinyan
0cb32a22d9
translated lega
2026-02-28 15:43:22 +04:00
sdarbinyan
caf14eeae1
added translations
2026-02-26 23:09:20 +04:00
sdarbinyan
e4206d8abc
added language routing system
2026-02-26 22:23:08 +04:00
sdarbinyan
a4765ffe98
fixed header icons active state
2026-02-26 22:00:12 +04:00
sdarbinyan
10b4974719
optimising and making it better
2026-02-26 21:54:21 +04:00
sdarbinyan
7a00a8f1e3
changed legal
2026-02-24 21:24:33 +04:00
sdarbinyan
d6097e2b5d
style fixes
2026-02-20 10:58:06 +04:00
sdarbinyan
369af40f20
bo integration
2026-02-20 10:44:03 +04:00
root
75b45abe4f
Merge branch 'main' of https://sources.vitanova.network/sdarbinyan/marketplaces
2026-02-19 21:32:07 +00:00
sdarbinyan
2baa72a022
fixed image and added priority
2026-02-20 00:44:44 +04:00
sdarbinyan
18df968b7a
improvments are done
2026-02-19 01:23:25 +04:00
sdarbinyan
e3efb270dd
styles
2026-02-19 00:55:03 +04:00
root
2bd98b29eb
Merge branch 'main' of https://sources.vitanova.network/sdarbinyan/marketplaces
2026-02-18 14:07:44 +00:00
sdarbinyan
0692cc6360
request check removed
2026-02-14 20:18:55 +04:00
root
82cbf07120
okMerge branch 'main' of https://sources.vitanova.network/sdarbinyan/marketplaces
2026-02-14 15:28:51 +00:00
sdarbinyan
61f441f6b2
some style changes
2026-02-14 18:38:25 +04:00
root
e07356a700
add new server
2026-02-14 09:52:29 +00:00
root
5068a3a114
Merge branch 'main' of https://sources.vitanova.network/sdarbinyan/marketplaces
2026-02-14 09:51:37 +00:00
sdarbinyan
9154660a01
mobile is finished
2026-02-14 02:59:26 +04:00
sdarbinyan
4238d59fc6
style changes
2026-02-14 02:34:11 +04:00
sdarbinyan
751ad48489
home page
2026-02-14 01:28:08 +04:00
sdarbinyan
88ac37ebc4
changed header and hero img
2026-02-14 00:45:17 +04:00
root
333ea45c38
Merge branch 'main' of https://sources.vitanova.network/sdarbinyan/marketplaces
2026-01-22 20:35:13 +00:00
sdarbinyan
39290ef776
style chages
2026-01-23 00:34:16 +04:00
root
b22390f3eb
Merge branch 'main' of https://sources.vitanova.network/sdarbinyan/marketplaces
2026-01-22 20:27:30 +00:00
sdarbinyan
70b730a6ed
feat: implement scalable multi-brand architecture
...
Architecture:
- Each brand has its own pages folder with Angular components
- brand-routes.ts defines routes for default brand (dexar)
- brand-routes.novo.ts defines routes for novo brand
- angular.json fileReplacements swaps brand-routes.ts based on build config
Structure:
- src/app/brands/dexar/pages/ - Dexar HTML templates
- src/app/brands/novo/pages/ - Novo components (TS + HTML)
- src/app/brands/brand-routes.ts - Default (dexar) routes
- src/app/brands/brand-routes.novo.ts - Novo routes
This approach allows:
- Adding 3rd, 4th, 5th brands by creating new folders
- Each brand has completely separate templates
- No @if conditionals needed in templates
- Build-time separation (zero runtime overhead)
2026-01-23 00:00:08 +04:00
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
root
3f285ca15f
local build
2026-01-22 11:58:50 +00: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