Add UI interaction and component standards for Gallery screens.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Danila Khodjaef
2026-08-14 11:46:38 +03:00
co-authored by Cursor
parent 3fe88ffcfa
commit 8e52415ea8
4 changed files with 556 additions and 1 deletions
+3 -1
View File
@@ -67,7 +67,8 @@ Gallery/
│ │ ├── utils/debugMode.ts # Debug mode + “Show more” localStorage prefs
│ │ ├── utils/timelineView.ts # Shared zoom/pan math for timeline + movements
│ │ ├── utils/movementColor.ts # Shared vivid/shade hex helpers for all movement charts
│ │ └── utils/movementTree.ts # View-independent Tree of Art layout engine│ └── dist/ # Production build (served by API when present)
│ │ └── utils/movementTree.ts # View-independent Tree of Art layout engine
│ └── dist/ # Production build (served by API when present)
├── scripts/ # Seed, bios, catalog expansion, image fetch, checkup tools
│ ├── seed-wikipedia.js
│ ├── seed-catalog-data.js
@@ -546,3 +547,4 @@ See [API.md](API.md#authentication) and [data-and-images.md](data-and-images.md#
| [tours.md](tours.md) | Guided tours — editor, public popup, 3D tour hall |
| [i18n-russian.md](i18n-russian.md) | Russian UI + entity_translations |
| [data-and-images.md](data-and-images.md) | Image pipeline and seeding |
| [ui-interaction-and-component-standards.md](ui-interaction-and-component-standards.md) | UI interaction, navigation, and component standards |