Flow.Launcher/Flow.Launcher.Avalonia
Hongtao Zhang c68a03e193 Delay window show until plugins are initialized
- MainWindowVisibility starts as false (window hidden)
- Window IsVisible bound to MainWindowVisibility
- Set MainWindowVisibility = true in OnPluginsReady() after plugins load
2026-01-15 23:31:30 -08:00
..
Converters Add internationalization support for Avalonia UI 2026-01-15 01:10:53 -08:00
Helper Add DynamicData sorting, result persistence, and Windows Shell icon loading 2026-01-15 00:26:27 -08:00
Resource Refactor i18n to be self-initializing via DI 2026-01-15 01:17:29 -08:00
Themes Add initial Avalonia UI project for migration 2026-01-14 23:01:35 -08:00
ViewModel Delay window show until plugins are initialized 2026-01-15 23:31:30 -08:00
Views Add DynamicData sorting, result persistence, and Windows Shell icon loading 2026-01-15 00:26:27 -08:00
App.axaml Add initial Avalonia UI project for migration 2026-01-14 23:01:35 -08:00
App.axaml.cs Refactor i18n to be self-initializing via DI 2026-01-15 01:17:29 -08:00
app.manifest Add initial Avalonia UI project for migration 2026-01-14 23:01:35 -08:00
AvaloniaPublicAPI.cs Refactor i18n to be self-initializing via DI 2026-01-15 01:17:29 -08:00
Flow.Launcher.Avalonia.csproj Add DynamicData sorting, result persistence, and Windows Shell icon loading 2026-01-15 00:26:27 -08:00
MainWindow.axaml Delay window show until plugins are initialized 2026-01-15 23:31:30 -08:00
MainWindow.axaml.cs Add context menu support for results in Avalonia UI 2026-01-15 00:53:14 -08:00
Program.cs Add initial Avalonia UI project for migration 2026-01-14 23:01:35 -08:00