Move common things to AppCore from GuiApp
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Avalonia" Version="11.0.2" />
|
||||
<ProjectReference Include="..\FileTime.App.Core.Abstraction\FileTime.App.Core.Abstraction.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using Avalonia.Input;
|
||||
using FileTime.App.Core.Models;
|
||||
|
||||
namespace FileTime.App.FuzzyPanel;
|
||||
|
||||
@@ -8,5 +8,5 @@ public interface IFuzzyPanelViewModel<TItem> where TItem : class
|
||||
TItem? SelectedItem { get; }
|
||||
string SearchText { get; set; }
|
||||
void UpdateFilteredMatches();
|
||||
Task<bool> HandleKeyDown(KeyEventArgs keyEventArgs);
|
||||
Task<bool> HandleKeyDown(GeneralKeyEventArgs keyEventArgs);
|
||||
}
|
||||
Reference in New Issue
Block a user