Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
Instruction file imported from JDKoll1982/MTM_Receiving_Application (.github/instructions/architecture/winui3-dialog-window-patterns.instructions.md). Copyright stays with the author.
WinUI 3 Dialog And Window Patterns
Use Dialogs For
short focused edits
confirmations
lightweight modal data entry
Use Windows For
larger workflows
multi-region editing surfaces
scenarios that require persistent independent UI state
Rules
Set XamlRoot correctly for ContentDialog usage.
Keep dialog code-behind view-specific.
Return clear results or models instead of sharing mutable state across layers.
Keep validation and persistence outside the dialog UI layer.
Use shared window-sizing helpers where the repo already standardizes them.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/jdkoll1982-mtm-receiving-application-winui3-dialog-windo-fcbf25/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.