da9754cb2f32f520b1afd1a2a6f94e08ef20658c
All Input fields used market?.xxx as initial value, so a Svelte re-render triggered by researchResult=null would reset them back to the server-loaded value, wiping every applied research suggestion. Replace all research-applicable fields with $state variables and route all apply calls through setField() instead of querySelector+dispatch. Country name->code mapping added for LLM-returned values like "Deutschland" -> "DE". writeReverseResult also updated to use setField.
Description
No description provided
Languages
Go
60.3%
Svelte
20.3%
Dart
11.1%
TypeScript
5%
PLpgSQL
1.1%
Other
2.1%