fix: full width for select-location page + restore space fly animation
All checks were successful
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>
This commit is contained in:
Ruslan Bakiev
2026-01-07 14:03:19 +07:00
parent 8e7271abf3
commit ee2374f92a
2 changed files with 9 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div class="container mx-auto px-4 py-8 max-w-4xl">
<div class="container mx-auto px-4 py-8">
<PageHeader :title="t('common.selectLocation')">
<template #actions>
<button class="btn btn-ghost" @click="router.back()">