Flow.Launcher/Flow.Launcher.Avalonia/ViewModel
Hongtao Zhang 2466b907c4 Fix UI blocking by running plugin queries on thread pool
- Wrap each plugin query in Task.Run() to ensure synchronous plugin code
  doesn't block the UI thread
- Show results progressively as each plugin completes using ConcurrentBag
- Update UI after each plugin returns instead of waiting for all plugins
2026-01-15 00:30:46 -08:00
..
MainViewModel.cs Fix UI blocking by running plugin queries on thread pool 2026-01-15 00:30:46 -08:00
ResultsViewModel.cs Add DynamicData sorting, result persistence, and Windows Shell icon loading 2026-01-15 00:26:27 -08:00
ResultViewModel.cs Add DynamicData sorting, result persistence, and Windows Shell icon loading 2026-01-15 00:26:27 -08:00