mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 17:51:24 +01:00
Problem: When clicking on a burg/marker, automatic search would run immediately without giving the user an option to skip it and browse manually. Users had to wait for the search to complete before getting to the browse option. Solution: Add initial dialog (showSearchMethodDialog) that appears first, asking the user to choose: - 🔍 Search: Run automatic search (FMG ID lookup + coordinate search) - 📁 Browse: Skip search and go straight to manual browse/folder tree - Cancel: Close without doing anything Benefits: - Users who want to browse manually can do so immediately - Users who want automatic search can still use it - No forced waiting for search when you know you want to browse - Clear visual distinction between the two methods - Folder tree is now just one click away This gives users complete control from the very first interaction, making manual browsing much more accessible. |
||
|---|---|---|
| .. | ||
| dynamic | ||
| io | ||
| renderers | ||
| ui | ||
| biomes.js | ||
| burgs-and-states.js | ||
| coa-generator.js | ||
| coa-renderer.js | ||
| cultures-generator.js | ||
| features.js | ||
| fonts.js | ||
| heightmap-generator.js | ||
| lakes.js | ||
| markers-generator.js | ||
| military-generator.js | ||
| names-generator.js | ||
| ocean-layers.js | ||
| provinces-generator.js | ||
| religions-generator.js | ||
| resample.js | ||
| river-generator.js | ||
| routes-generator.js | ||
| submap.js | ||
| voronoi.js | ||
| zones-generator.js | ||