Ruslan Bakiev
29c34a048a
fix: migrate geo GraphQL queries and frontend to camelCase
...
Build Docker Image / build (push) Successful in 5m0s
Geo backend was migrated to camelCase but frontend .graphql files and
component code still used snake_case, causing 400 errors on all geo API calls.
2026-03-10 14:10:23 +07:00
Ruslan Bakiev
25f946b293
Fix geo GraphQL schema mismatch: camelCase → snake_case
...
Build Docker Image / build (push) Successful in 5m46s
All geo .graphql operations and consuming code updated to match
server schema which uses snake_case field/argument names.
Removed non-existent QuoteCalculations query, using NearestOffers instead.
2026-03-09 21:45:57 +07:00
Ruslan Bakiev
2b6cccdead
Fix all TypeScript errors and remove Storybook
...
Build Docker Image / build (push) Successful in 5m8s
- Remove all Storybook files and configuration
- Add type declarations for @vueuse/core, @formkit/core, vue3-apexcharts
- Fix TypeScript configuration (typeRoots, include paths)
- Fix Sentry config - move settings to plugin
- Fix nullable prop assignments with ?? operator
- Fix type narrowing issues with explicit type assertions
- Fix Card component linkable computed properties
- Update codegen with operationResultSuffix
- Fix GraphQL operation type definitions
2026-01-26 00:32:36 +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
3db50d9637
Initial commit from monorepo
2026-01-07 09:10:35 +07:00