mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
Problem: When a single note was found by coordinates, it would automatically load that note without giving the user any choice. This removed the ability to manually browse/search for a different note. Solution: Add showSingleMatchDialog() that appears when one note is found by coordinates, giving the user 3 options: 1. "Use This Note" - Use the matched note (default/fast path) 2. "Browse/Search" - Manually browse/search for a different note 3. "Cancel" - Close without doing anything This gives users control over note selection in all scenarios: - Linked note found (via FMG ID) → Can choose different note - Single match by coordinates → Can choose different note - Multiple matches → Selection dialog (already had manual option) - No matches → Browse/search/create dialog Now users always have the option to manually browse, regardless of what the automatic search finds. |
||
|---|---|---|
| .. | ||
| 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 | ||