Ruslan Bakiev
a0c6b3b667
fix: remove @apply with daisyUI classes from scoped styles
...
Build Docker Image / build (push) Failing after 1m3s
Move Tailwind/daisyUI classes directly to template instead of using
@apply in scoped styles. Tailwind 4 @reference directive doesn't
support daisyUI custom classes like text-base-content/70, bg-base-200.
Files fixed:
- MainNavigation.vue
- SubNavigation.vue
- GlobalSearchBar.vue
2026-01-08 07:42:59 +07:00
Ruslan Bakiev
6d1dd4eac5
fix: add @reference directive for Tailwind 4 scoped styles
...
Build Docker Image / build (push) Failing after 1m46s
Add @reference 'tailwindcss' to components using @apply in scoped styles:
- MainNavigation.vue
- SubNavigation.vue
- GlobalSearchBar.vue
Required for Tailwind CSS 4 compatibility with scoped Vue styles.
2026-01-08 07:35:56 +07:00
Ruslan Bakiev
5d1ce88927
Migrate pages to topnav layout
Build Docker Image / build (push) Failing after 1m20s
2026-01-08 01:08:25 +07:00
Ruslan Bakiev
737ec91473
Add topnav layout with MainNavigation, SubNavigation, GlobalSearchBar, SplitLayout
Build Docker Image / build (push) Failing after 1m25s
2026-01-08 01:03:07 +07:00
Ruslan Bakiev
4235c9f1e9
refactor: redesign AI chat page - full width chat, input pinned to bottom
Build Docker Image / build (push) Successful in 4m5s
2026-01-07 21:52:53 +07:00
Ruslan Bakiev
b177a567cf
Pin chat input to bottom
Build Docker Image / build (push) Successful in 3m43s
2026-01-07 18:42:19 +07:00
Ruslan Bakiev
b65f00bf2e
Trigger rebuild
Build Docker Image / build (push) Successful in 3m42s
2026-01-07 18:32:49 +07:00
Ruslan Bakiev
83bfab1742
Fix clientarea AI chat layout
2026-01-07 18:22:25 +07:00
Ruslan Bakiev
8eb0766c2f
chore: regenerate graphql types with UpdateTeamAddress
Build Docker Image / build (push) Successful in 4m54s
2026-01-07 16:21:00 +07:00
Ruslan Bakiev
4f57686364
fix(ai): use LangServe message format (type instead of role)
Build Docker Image / build (push) Successful in 4m3s
2026-01-07 16:16:45 +07:00
Ruslan Bakiev
41a3b3ba39
chore: trigger rebuild with LANG_AGENT_URL
Build Docker Image / build (push) Successful in 4m5s
2026-01-07 15:45:53 +07:00
Ruslan Bakiev
ce30652252
feat(catalog): two-level offers navigation + map auto-centering
...
Build Docker Image / build (push) Successful in 3m45s
- Add fitBounds to CatalogMap for auto-centering on all points
- Add productUuid filter to useCatalogOffers composable
- Create useCatalogProducts composable for products list
- Update offers/index.vue: show products first, then offers by product
- Update offers/map.vue: same two-level navigation
- Add translations for new UI elements
Navigation flow:
/catalog/offers → product selection → offers for that product
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-07 15:09:14 +07:00
Ruslan Bakiev
ee2374f92a
fix: full width for select-location page + restore space fly animation
...
Build Docker Image / build (push) Successful in 4m1s
- Remove max-w-4xl constraint on /select-location page
- Replace simple easeTo with flyThroughSpace in CatalogMap
(2-phase animation: zoom out to space, then fly to target)
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-07 14:03:19 +07:00
Ruslan Bakiev
8e7271abf3
Fix: check all 4 coordinates in routesForMap filter
Build Docker Image / build (push) Successful in 3m44s
2026-01-07 10:35:40 +07:00
Ruslan Bakiev
bddaf6e142
Fix maps: use satellite-streets-v12 style, fix markers visibility
Build Docker Image / build (push) Successful in 3m49s
2026-01-07 10:19:01 +07:00
Ruslan Bakiev
6e0a0d6975
Update webhook URL
Build Docker Image / build (push) Successful in 5m2s
2026-01-07 09:44:56 +07:00
Ruslan Bakiev
bf1966b859
Add Gitea Actions CI/CD workflow
Build Docker Image / build (push) Failing after 1m1s
2026-01-07 09:24:11 +07:00
Ruslan Bakiev
3db50d9637
Initial commit from monorepo
2026-01-07 09:10:35 +07:00